[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freeipmi-devel] Re: ipmi sensor thresholds
From: |
Albert Chu |
Subject: |
Re: [Freeipmi-devel] Re: ipmi sensor thresholds |
Date: |
Wed, 18 Aug 2004 10:41:32 -0700 |
> Al> if (non-critical and critical is defined
> Al> && reading > critical
> Al> && reading < non-critical)
>
> How can this ever occur??
Ooops, my bad .. the other way around. reading < critical && reading >
non-critical.
Al
--
Albert Chu
address@hidden
Lawrence Livermore National Laboratory
----- Original Message -----
From: Ian Zimmerman <address@hidden>
Date: Wednesday, August 18, 2004 10:03 am
Subject: Re: [Freeipmi-devel] Re: ipmi sensor thresholds
>
> Al> if (non-critical and critical is defined
> Al> && reading > critical
> Al> && reading < non-critical)
>
> How can this ever occur??
>
>
> _______________________________________________
> Freeipmi-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/freeipmi-devel
>
- Re: [Freeipmi-devel] Re: ipmi sensor thresholds, (continued)