Displaying 1 result from an estimated 1 matches for "st_lowbatt".
2023 May 16
1
Synthesize low batt (LB) fron SNMP UPS which does not support this?
...(conencted to a single UPS)
via upssched and a 30s timer after OB, but I still struggle hard to
arrive at a working schema how to shut down more important servers based
on remaining battery charge/projected run time and/or low batt warning.
Looking at clients/upsmon.c I think, without the flag ST_LOWBATT set for
ups->status, MINSUPPLY will never truly be considered a usable threshold
and thus I'm left with a machine which would not shutdown.
Thus, what would e the best way forward here?
* Try to patch the server to synthesize LB there? If so, any suggestion
how to do this?
* Try to pat...