mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
more icons and fixing overview.
git-svn-id: http://www.observium.org/svn/observer/trunk@1009 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -82,7 +82,7 @@ function snmp_cache_ifIndex($device) {
|
||||
}
|
||||
|
||||
function snmpwalk_cache_oid($poll_oid, $device, $array, $mib = NULL, $mibdir = NULL) {
|
||||
global $config;
|
||||
global $config; global $debug;
|
||||
$data = snmp_walk($device, $poll_oid, "-OQUs", $mib, $mibdir);
|
||||
$device_id = $device['device_id'];
|
||||
foreach(explode("\n", $data) as $entry) {
|
||||
|
||||
Reference in New Issue
Block a user