search for: st_overtemp

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

2007 Jan 04
2
Re: [nut-Patches][303751] Checking UPS Temperature
...Eric Wilde > > > --- upsmon.h.orig 2004-03-08 07:09:28.000000000 -0500 > +++ upsmon.h 2006-08-11 13:38:03.000000000 -0400 > @@ -29,4 +29,5 @@ > /* was ST_FIRST 0x080 */ > #define ST_CONNECTED 0x100 /* upscli_connect returned OK */ > +#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...