I have a Windows Server 2003 machine with SNMP turned on. I want to be able to query the battery level of the server since it is connected to an APC UPS through a USB cable.
So far I can do:
snmpwalk -Os -c public -v 1 192.168.128.2 1.3.6.1.4.1.318
And get:
enterprises.318.1.1.1.4.1.1.0 = INTEGER: 1
enterprises.318.1.2.1.1.1.0 = STRING: "PowerChute Business Edition Agent, (C) 2001 APC."
However I'm nowhere near getting an actual OID that has the percentage of battery remaining. Any ideas?