Displaying 2 results from an estimated 2 matches for "nutdown".
Did you mean:
cutdown
2013 Dec 06
2
new related project nutdown: https://github.com/arwarw/nutdown
Hello,
I'd like 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 fal...
2013 Dec 09
0
new related project nutdown: https://github.com/arwarw/nutdown
On Dec 6, 2013, at 8:21 AM, Alexander Wuerstlein wrote:
> I'd like to announce "nutdown", a nut client written using perl
> UPS::Nut.
Thanks for posting this.
One thing that I would consider changing is to treat "ups.status" as a set (splitting on whitespace, if any), and to not rely on the order of the status flags.
Actually, splitting ups.status into an array...