search for: l1466

Displaying 3 results from an estimated 3 matches for "l1466".

Did you mean: 1466
2020 Nov 07
0
upsd "events"
...nts internally. The majority of the mapping is in the comments here: https://github.com/networkupstools/nut/blob/v2.7.4/clients/upsmon.h <https://github.com/networkupstools/nut/blob/v2.7.4/clients/upsmon.h> and the code here: https://github.com/networkupstools/nut/blob/v2.7.4/clients/upsmon.c#L1466-L1489 <https://github.com/networkupstools/nut/blob/v2.7.4/clients/upsmon.c#L1466-L1489> There is a lot of business logic in upsmon devoted to logging, reconnecting, and detecting the status changes (potentially across disconnects). If you didn't want to rewrite and test that code in your...
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
2020 Nov 07
1
upsd "events"
...e. > When the state changes, upsmon generates the events internally. The > majority of the mapping is in the comments here: > https://github.com/networkupstools/nut/blob/v2.7.4/clients/upsmon.h and > the code here: > https://github.com/networkupstools/nut/blob/v2.7.4/clients/upsmon.c#L1466-L1489 > > There is a lot of business logic in upsmon devoted to logging, > reconnecting, and detecting the status changes (potentially across > disconnects). If you didn't want to rewrite and test that code in your own > script, you could use the EXEC flag in upsmon to start your...