fix: toner nrg os capacity (#4177)

fix: ricoh/nrg toner levels #4177
This commit is contained in:
crcro
2016-09-04 18:20:41 +03:00
committed by Neil Lathwood
parent 8ce1d81b71
commit 1110de3ab3
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ foreach ($toner_data as $toner) {
echo 'Checking toner '.$toner['toner_descr'].'... ';
if ($toner['toner_capacity_oid']) {
// FIXME this if can go on 1-Sep-2012
$toner['toner_capacity'] = snmp_get($device, $toner['toner_capacity_oid'], '-OUqnv');
}