Displaying 2 results from an estimated 2 matches for "rshipp".
Did you mean:
shipp
2020 Nov 07
1
upsd "events"
...gt; does wake-on-LAN and kills the script started for ONBATT.
>
> The key to on-battery/online is the NOTIFYTYPE environment variable:
> https://networkupstools.org/docs/man/upsmon.conf.html
>
Ok, thanks so much, Charles!
I found the "nut2" Python package (https://github.com/rshipp/python-nut2)
which is built on top of python's telnetlib. That should make most of the
logic rather simple, certainly as compared to the C implementation. It
shouldn't be too difficult to handle that reliably.
>
> Thanks so much,
> Jason Antman
>
> PS - Since someone may as...
2020 Nov 07
3
upsd "events"
Hello,
I'm quite new to NUT, currently setting it up on a few machines in my home
lab because I switched from an APC UPS to a CyberPower unit. This is
running in a home lab, and I'm trying to implement some apparently unusual
logic around load-shedding. I'm strongly considering writing my own custom
script to replace upsmon in order to achieve the desired result.
I see a lot of