add some mibs, update snmp functions

git-svn-id: http://www.observium.org/svn/observer/trunk@1458 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-07-22 21:58:49 +00:00
parent f09b9c4d63
commit e220114f4c
59 changed files with 13439 additions and 176 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
echo("Polling IP-MIB ipSystemStats ");
$ipSystemStats = snmpwalk_cache_oid("ipSystemStats", $device, $ipSystemStats, "IP-MIB");
$ipSystemStats = snmpwalk_cache_oid($device, "ipSystemStats", NULL, "IP-MIB");
$ipSystemStats = $ipSystemStats[$device[device_id]];
if($ipSystemStats) {