search for: status_awaitingpow

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

Did you mean: status_awaitingpower
2007 Aug 07
0
"ups.status" -> "ups.alarm"
...TrippLite */ #define STATUS_DEPLETED 0x04000 /* battery depleted; Belkin */ #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 operato...