Details
-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Professional Edition
-
None
Description
Observium displays 0V, 0A, 0W for respective sections of an APC AP4430's page. I've included a screenshot of the section, only the Source A, Source B, Hardware, and Switch Status Indicators are displaying correct data. I've also included a screenshot from the AP4430's webpage showing current values. I've also included an SNMPWalk of my AP4430
Is it possible to update Observium to report Voltage, Current, and Power?
Ok, I found trouble.
This devices really have problem with snmpget for specific Oids, example:
snmpget -v2c -c <community> -On <hostname> .1.3.6.1.4.1.318.1.1.8.5.3.3.1.3.1.1.1
.1.3.6.1.4.1.318.1.1.8.5.3.3.1.3.1.1.1 = No Such Instance currently exists at this OID
ws snmpwalk:
snmpwalk -v2c -c <community> -On <hostname> .1.3.6.1.4.1.318.1.1.8.5.3.3.1.3
.1.3.6.1.4.1.318.1.1.8.5.3.3.1.3.1.1.1 = INTEGER: 225
.1.3.6.1.4.1.318.1.1.8.5.3.3.1.3.2.1.1 = INTEGER: 228
I added workaround in r10208.
No need additional rediscovery, next poll after update will get the correct values.