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:
Adam Amstrong
2010-03-11 21:58:50 +00:00
parent bd7160779f
commit d62c8aedc8
16 changed files with 82 additions and 141 deletions
+1 -1
View File
@@ -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) {