Displaying 1 result from an estimated 1 matches for "testbattery".
Did you mean:
test_battery
2014 Aug 11
0
Meaning of Battery Resting/PW-MIBs
...PUT_1, NULL },
{ "input.current", 0, 0.1, PW_OID_IN_CURRENT ".1", "",
SU_INPUT_1, NULL },
Must get ".1" there, as it is in output.voltage/current. (The input
current isn't returned, but I think it should be right with .1 there...)
TestBattery misses the .0 at the end:
#define PW_OID_BATTEST_START "1.3.6.1.4.1.534.1.8.1.0"
And by the way, the RFC1628-way of initiating tests works (by hand using
snmpget [SpinLock]/snmpset) with this ups, too.
And I took the ups status from ietf:
{ "ups.status", ST_FLAG_STRING, SU_I...