search for: status_vrange

Displaying 1 result from an estimated 1 matches for "status_vrange".

2007 Aug 07
0
"ups.status" -> "ups.alarm"
...*/ #define STATUS_TIMELIMITEXP 0x08000 /* time limit expired; APC */ #define STATUS_BATTERYPRES 0x10000 /* battery present; APC */ #define STATUS_FULLYCHARGED 0x20000 /* battery full; CyberPower */ #define STATUS_AWAITINGPOWER 0x40000 /* awaiting power; Belkin, TrippLite */ #define STATUS_VRANGE 0x80000 /* voltage out of range; TrippLite */ I think that quite a few of the above deserve to be put in "ups.alarm", since they do not require *immediate* action from clients, but rather from an operator. For instance, it is certainly worthwhile that a battery needs replacemen...