git-svn-id: http://www.observium.org/svn/observer/trunk@850 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-02-15 02:37:07 +00:00
parent 56a67e7313
commit 0c33d5af50
@@ -2,7 +2,7 @@
if($device['os_group'] == "unix")
{
echo("hrDevice : ");
echo("hrDevice ");
$hrDevice_oids = array('hrDevice','hrProcessorLoad');
if($debug) { print_r($processors_array); }
foreach ($hrDevice_oids as $oid) { $hrDevice_array = snmp_cache_oid($oid, $device, $hrDevice_array, "HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES"); }
@@ -46,10 +46,8 @@
}
}
}
## End Cisco Processors
## End hrDevice Processors
unset ($processors_array);
echo("\n");
?>