diff --git a/includes/discovery/current/apc.inc.php b/includes/discovery/current/apc.inc.php index 914592b44a..e57f266404 100644 --- a/includes/discovery/current/apc.inc.php +++ b/includes/discovery/current/apc.inc.php @@ -60,7 +60,7 @@ if ($device['os'] == 'apc') { unset($oids); // v2 firmware- first bank is total, v3 firmware, 3rd bank is total - $oids = snmp_walk($device, 'rPDULoadBankConfigIndex', '-OsqnU', 'PowerNet-MIB'); + $oids = snmp_walk($device, 'rPDULoadStatusIndex', '-OsqnU', 'PowerNet-MIB'); // should work with firmware v2 and v3 if ($oids) { echo 'APC PowerNet-MIB Banks ';