Displaying 1 result from an estimated 1 matches for "power_fail".
Did you mean:
lower_tail
2013 Dec 06
2
new related project nutdown: https://github.com/arwarw/nutdown
...to announce "nutdown", a nut client written using perl
UPS::Nut.
It's purpose is to enable shutdowns in stages, e.g. "less important
servers shut down at 80% charge, the important ones at 10% and the nut
server at 5%". To that end, nutdown supports "events" like power_fail,
the charge falling below configurable percentages (i.e. every integer
from 0 to 100) etc. Those events can be assigned as default events to
all hosts, to one host or a group of hosts. Each event may trigger
configurable actions like the execution of a command, a syslog entry or
a Linux SysRq.
nu...