search for: pw_oid_in_voltage

Displaying 2 results from an estimated 2 matches for "pw_oid_in_voltage".

2014 Aug 11
0
Meaning of Battery Resting/PW-MIBs
...batt voltage lowers a little, it seems, avoiding permanent charging to increase life time. 3rd: Because the fan is turned off, the ambient temperature rises to 61 ?C an decreases lifetime:-) I had to do some changes in the mibs to get all relevant data: { "input.voltage", 0, 1.0, PW_OID_IN_VOLTAGE ".1", "", SU_INPUT_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...
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 ;)