discovery/voltage: remove unneeded comment, patch by Corentin Chary

git-svn-id: http://www.observium.org/svn/observer/trunk@1788 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-03-04 17:43:32 +00:00
parent a456392ea2
commit 70f895ae85
@@ -21,7 +21,6 @@ if ($device['os'] == "netmanplus" || $device['os'] == "deltaups")
$volt_oid = "1.3.6.1.2.1.33.1.2.5.$volt_id";
$divisor = 10;
$volt = snmp_get($device, $volt_oid, "-O vq") / $divisor;
#$volt = trim(shell_exec($config['snmpget'] . " -O qv -$snmpver -c $community $hostname:$port $volt_oid")) / $divisor;
$descr = "Battery" . (count(explode("\n",$oids)) == 1 ? '' : ' ' . ($volt_id+1));
$type = "rfc1628";
$index = "1.2.5.".$volt_id;