Description
includes/discovery/sensors/powernet-mib.inc.php
The keys defined for the APC INROW unit MIBs do not match what is returned by
$type = snmp_get_oid($device, "sysObjectID.0", "PowerNet-MIB"); // Get the APC InRow model |
In my case the value returned is PowerNet-MIB::airIRRP100Series, not airIRRP100Series.
Keys either need to be "PowerNet-MIB::airIRRP100Series" or strip the MIB name prefix.