From 0c33d5af50748ee45689cbb83c3d325fd8a5ca6f Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Mon, 15 Feb 2010 02:37:07 +0000 Subject: [PATCH] fix git-svn-id: http://www.observium.org/svn/observer/trunk@850 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/discovery/processors-hrdevice.inc.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/includes/discovery/processors-hrdevice.inc.php b/includes/discovery/processors-hrdevice.inc.php index ca0c49395..25fffe736 100755 --- a/includes/discovery/processors-hrdevice.inc.php +++ b/includes/discovery/processors-hrdevice.inc.php @@ -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"); ?>