search for: notify_overtemp

Displaying 1 result from an estimated 1 matches for "notify_overtemp".

2007 Jan 04
2
Re: [nut-Patches][303751] Checking UPS Temperature
...> +#define ST_OVERTEMP 0x200 /* UPS is running overtemp */ //EW > > /* required contents of flag file */ > @@ -72,4 +73,5 @@ > #define NOTIFY_NOCOMM 8 /* UPS hasn't been contacted in awhile */ > #define NOTIFY_NOPARENT 9 /* privileged parent process died */ > +#define NOTIFY_OVERTEMP 10 /* UPS went to overtemp */ //EW > > /* notify flag values */ > @@ -101,4 +103,5 @@ > { NOTIFY_NOCOMM, "NOCOMM", NULL, "UPS %s is unavailable", 0 }, > { NOTIFY_NOPARENT, "NOPARENT", NULL, "upsmon parent process died - shutdown impossi...