Displaying 1 result from an estimated 1 matches for "upsovertemp".
2007 Jan 04
2
Re: [nut-Patches][303751] Checking UPS Temperature
...fault. Most users probably don't know about the problem
of burning batteries, as it is not very common.
A potential problem with Eric Wilde's patch is that it is not general
enough; some UPS models have an boolean OVERHEAT flag although they
don't report the actual temperature. So the UPSOVERTEMP mechanism will
not work for such models. The decision which temperature is "too high"
should be made in the driver, not in upsmon, as the normal operating
temperature could differ for different devices. For devices that
support temperature readings, this could be based on a threshold
(whi...