freeipmi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freeipmi-devel] sensor processor state


From: Anand Babu
Subject: Re: [Freeipmi-devel] sensor processor state
Date: Wed, 24 Mar 2004 16:55:13 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

,----
| In the fish sensors code, we have the following for processor sensor
| types:
| 
|  if (processor_present_flag && terminator_present_flag == 0)
|      status_message = strdupa ("OK");
| 
| However, in libfreeipmi:
| 
| const struct ipmi_discrete_desc ipmi_sensor_type_processor[] = { /*
|   SNIP */ {"Terminator Presence Detected", true}, /* SNIP */ };
| 
| Based on the code in fish, I get the feeling that the normal value for
| "Terminator presence detected" should be false, not true.  Would that
| seem correct??
`----
If processor_present_flag is TRUE then terminator_present_flag is
always FALSE. But this is OK condition and not ALERT. 

Because both terminator and processor cannot be installed at the same
time. How ever individually, terminator "OK" state should be true.

Thats a special case. 

-- 
 _.|_ 
(_||_)
Free as in Freedom <www.gnu.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]