Displaying 2 results from an estimated 2 matches for "ietf_oid_power_status".
2014 Aug 11
0
Meaning of Battery Resting/PW-MIBs
...he .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_INFOSIZE, IETF_OID_POWER_STATUS, "OFF",
SU_STATUS_PWR, &ietf_pwr_info[0] },
because 1.3.6.1.4.1.534.1.4.5.0 isn't answerd by the card.
CU,
Gernot
2006 Jan 21
2
snmp-ups hacking
Hi all!
I'm wondering if there's anyone doing any hacking on the snmp-ups
driver at the moment.
I've started looking at implementing 3phase-support, and this
uncovered some rather unpleasant stuff in the snmp-ups driver that I
really need to fix in order to get things sane.
Those of you that's allergic to SNMP might want to stop reading now,
this is rather icky ;)