Displaying 2 results from an estimated 2 matches for "onsmarttrim".
2008 May 20
1
UPS gracefull restart
...ff */
{ 8, "" }, /* rebooting */
{ 9, "BYPASS" }, /* switchedBypass */
{ 10, "BYPASS" }, /* hardwareFailureBypass */
{ 11, "OFF" }, /* sleepingUntilPowerReturn */
{ 12, "TRIM" }, /* onSmartTrim */
{ 0, "NULL" }
} ;
and the {8, ""} state is properly read by the snmp-ups driver (i run
snmp-ups -a apc -DD on the command line and I can see it's fine read
as state => 8).
But I can't find where is the code where upsd receives the state 8 and
deci...
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 ;)