mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
storage legend fix (lazy sid3windr!) add generic ucd processor discovery/poller
git-svn-id: http://www.observium.org/svn/observer/trunk@1089 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -8,6 +8,10 @@ include("processors-junos.inc.php");
|
||||
include("processors-hrdevice.inc.php");
|
||||
include("processors-ironware.inc.php");
|
||||
|
||||
## Last-resort discovery here
|
||||
|
||||
include("processors-ucd-old.inc.php");
|
||||
|
||||
### Remove processors which weren't redetected here
|
||||
|
||||
$sql = "SELECT * FROM `processors` WHERE `device_id` = '".$device['device_id']."'";
|
||||
|
||||
Reference in New Issue
Block a user