1FREEIPMI_INTERPRET_SENSOR(5)     Configuration    FREEIPMI_INTERPRET_SENSOR(5)
2
3
4

NAME

6       freeipmi_interpret_sensor.conf - specify sensor interpretation rules
7

DESCRIPTION

9       The   /etc//freeipmi_interpret_sensor.conf  defines  how  IPMI  sensors
10       should  be  interpreted.  IPMI  based  sensors  specify  a  number   of
11       states/thresholds when they are read. Based on those states/thresholds,
12       libraries and tools such as  libfreeipmi(3),  libipmimonitoring(3)  and
13       ipmi-sensors(8) can report if a sensor reading is "good" or "bad" via a
14       report of a NOMINAL, WARNING, or CRITICAL state.
15
16       Each of the states listed below are (hopefully) descriptive  enough  to
17       describe  the  state  conditions  that may be set/unset for each sensor
18       type. For more detailed information on each of  the  individual  states
19       listed  below, please see the IPMI Specification "Sensor and Event Code
20       Tables".  Ipmi-sensors(8) can be used to determine the sensor types and
21       the states/thresholds that exist on a system by outputting very verbose
22       output and seeing what types of Assertion  or  Deassertion  events  are
23       possible.
24
25       The possible values for all states/thresholds below are:
26
27       Nominal - Signal Nominal reading if state/threshold tripped
28
29       Warning - Signal Warning reading if state/treshold tripped
30
31       Critical - Signal Critical reading if state/threshold tripped
32
33       Not  all  IPMI sensor types and event types are currently supported. If
34       you would like more to be supported, please e-mail the FreeIPMI mailing
35       list.
36
37       The  default  values  selected  for  individual states/thresholds being
38       tripped are based on best guesses and motherboards being analyzed.   If
39       you  think  they  should be changed, please e-mail the FreeIPMI mailing
40       list to discuss what the defaults should be.
41
42       Most default interpretations can be determined  quite  easily  and  can
43       meet  the  needs  of  most  users.  For  example, a reading of "Perfor‐
44       mance_Met" is normally better than "Performance_Lags".   However,  some
45       sensors can be ambiguous and depend completely on the manufacturer. For
46       example, "State_Asserted" vs. "State_Deasserted" are completely at  the
47       interpretation of the vendor. Users are advised to adjust the interpre‐
48       tations below as needed for their machines.
49
50       Every group of state conditions  below  includes  a  configuration  for
51       "No_Event".  This  is the condition under which no sensor states/events
52       have occurred or are triggered. Under most  conditions,  a  mapping  to
53       "Nominal"  is  preferred.  However, under some circumstances, it may be
54       useful to report something else. For example, if a sensor on a particu‐
55       lar  motherboard is required to report a state/event, a no sensor state
56       condition could indicate a broken a sensor. This is highly dependent on
57       the motherboard.
58

FORMAT

60       The  configuration  options  that can be specified in the configuration
61       file are listed below. Each configuration option must be  listed  on  a
62       separate  line.  Arguments for an option are separated by any amount of
63       whitespace. Multiple arguments are also separated by whitespace.   Com‐
64       ments  can be marked by using the pound sign ("#") character, and lines
65       can be continued on the next using backslash ("\").
66

OPTIONS

68       IPMI_Threshold_Sensor
69              The following states correspond to threshold sensors. This  nor‐
70              mally  applies to sensors that measure non-discrete values, such
71              as temperatures, voltages, RPM, etc.
72
73              IPMI_Threshold_Sensor_No_Event
74                     Defaults to Nominal.
75
76              IPMI_Threshold_Sensor_At_Or_Below_Lower_Non_Critical_Threshold
77                     Defaults to Nominal.
78
79              IPMI_Threshold_Sensor_At_Or_Below_Lower_Critical_Threshold
80                     Defaults to Critical.
81
82              IPMI_Threshold_Sensor_At_Or_Below_Lower_Non_Recoverable_Thresh‐
83              old
84                     Defaults to Critical.
85
86              IPMI_Threshold_Sensor_At_Or_Above_Upper_Non_Critical_Threshold
87                     Defaults to Nominal.
88
89              IPMI_Threshold_Sensor_At_Or_Above_Upper_Critical_Threshold
90                     Defaults to Critical.
91
92              IPMI_Threshold_Sensor_At_Or_Above_Upper_Non_Recoverable_Thresh‐
93              old
94                     Defaults to Critical.
95
96       IPMI_Temperature_State
97              The following states  correspond  to  Temperature  sensors  that
98              report an assertion or deassertion.
99
100              IPMI_Temperature_State_No_Event
101                     Defaults to Nominal.
102
103              IPMI_Temperature_State_Deasserted
104                     Defaults to Nominal.
105
106              IPMI_Temperature_State_Asserted
107                     Defaults to Warning.
108
109       IPMI_Temperature_Limit
110              The  following  states  correspond  to  Temperature sensors that
111              report on limits.
112
113              IPMI_Temperature_Limit_No_Event
114                     Defaults to Nominal.
115
116              IPMI_Temperature_Limit_Not_Exceeded
117                     Defaults to Nominal.
118
119              IPMI_Temperature_Limit_Exceeded
120                     Defaults to Critical.
121
122       IPMI_Temperature_Transition_Severity
123              The following states  correspond  to  Temperature  sensors  that
124              report on device severity.
125
126              IPMI_Temperature_Transition_Severity_No_Event
127                     Defaults to Nominal.
128
129              IPMI_Temperature_Transition_Severity_Transition_To_OK
130                     Defaults to Nominal.
131
132              IPMI_Temperature_Transition_Severity_Transition_To_Non_Criti‐
133              cal_From_OK
134                     Defaults to Warning.
135
136              IPMI_Temperature_Transition_Severity_Transition_To_Criti‐
137              cal_From_Less_Severe
138                     Defaults to Critical.
139
140              IPMI_Temperature_Transition_Severity_Transition_To_Non_Recover‐
141              able_From_Less_Severe
142                     Defaults to Critical.
143
144              IPMI_Temperature_Transition_Severity_Transition_To_Non_Criti‐
145              cal_From_More_Severe
146                     Defaults to Warning.
147
148              IPMI_Temperature_Transition_Severity_Transition_To_Criti‐
149              cal_From_Non_Recoverable
150                     Defaults to Critical.
151
152              IPMI_Temperature_Transition_Severity_Transition_To_Non_Recover‐
153              able
154                     Defaults to Critical.
155
156              IPMI_Temperature_Transition_Severity_Monitor
157                     Defaults to Warning.
158
159              IPMI_Temperature_Transition_Severity_Informational
160                     Defaults to Nominal.
161
162       IPMI_Voltage_State
163              The  following  states correspond to Voltage sensors that report
164              an assertion or deassertion.
165
166              IPMI_Voltage_State_No_Event
167                     Defaults to Nominal.
168
169              IPMI_Voltage_State_Deasserted
170                     Defaults to Nominal.
171
172              IPMI_Voltage_State_Asserted
173                     Defaults to Warning.
174
175       IPMI_Voltage_Limit
176              The following states correspond to Voltage sensors  that  report
177              on limits.
178
179              IPMI_Voltage_Limit_No_Event
180                     Defaults to Nominal.
181
182              IPMI_Voltage_Limit_Not_Exceeded
183                     Defaults to Nominal.
184
185              IPMI_Voltage_Limit_Exceeded
186                     Defaults to Critical.
187
188       IPMI_Voltage_Performance
189              The  following  states correspond to Voltage sensors that report
190              on performance.
191
192              IPMI_Voltage_Performance_No_Event
193                     Defaults to Nominal.
194
195              IPMI_Voltage_Performance_Met
196                     Defaults to Nominal.
197
198              IPMI_Voltage_Performance_Lags
199                     Defaults to Critical.
200
201       IPMI_Voltage_Transition_Severity
202              The following states correspond to Voltage sensors  that  report
203              on device severity.
204
205              IPMI_Voltage_Transition_Severity_No_Event
206                     Defaults to Nominal.
207
208              IPMI_Voltage_Transition_Severity_Transition_To_OK
209                     Defaults to Nominal.
210
211              IPMI_Voltage_Transition_Severity_Transition_To_Non_Criti‐
212              cal_From_OK
213                     Defaults to Warning.
214
215              IPMI_Voltage_Transition_Severity_Transition_To_Criti‐
216              cal_From_Less_Severe
217                     Defaults to Critical.
218
219              IPMI_Voltage_Transition_Severity_Transition_To_Non_Recover‐
220              able_From_Less_Severe
221                     Defaults to Critical.
222
223              IPMI_Voltage_Transition_Severity_Transition_To_Non_Criti‐
224              cal_From_More_Severe
225                     Defaults to Warning.
226
227              IPMI_Voltage_Transition_Severity_Transition_To_Criti‐
228              cal_From_Non_Recoverable
229                     Defaults to Critical.
230
231              IPMI_Voltage_Transition_Severity_Transition_To_Non_Recoverable
232                     Defaults to Critical.
233
234              IPMI_Voltage_Transition_Severity_Monitor
235                     Defaults to Warning.
236
237              IPMI_Voltage_Transition_Severity_Informational
238                     Defaults to Nominal.
239
240       IPMI_Current_Transition_Severity
241              The following states correspond to Current sensors  that  report
242              on device severity.
243
244              IPMI_Current_Transition_Severity_No_Event
245                     Defaults to Nominal.
246
247              IPMI_Current_Transition_Severity_Transition_To_OK
248                     Defaults to Nominal.
249
250              IPMI_Current_Transition_Severity_Transition_To_Non_Criti‐
251              cal_From_OK
252                     Defaults to Warning.
253
254              IPMI_Current_Transition_Severity_Transition_To_Criti‐
255              cal_From_Less_Severe
256                     Defaults to Critical.
257
258              IPMI_Current_Transition_Severity_Transition_To_Non_Recover‐
259              able_From_Less_Severe
260                     Defaults to Critical.
261
262              IPMI_Current_Transition_Severity_Transition_To_Non_Criti‐
263              cal_From_More_Severe
264                     Defaults to Warning.
265
266              IPMI_Current_Transition_Severity_Transition_To_Criti‐
267              cal_From_Non_Recoverable
268                     Defaults to Critical.
269
270              IPMI_Current_Transition_Severity_Transition_To_Non_Recoverable
271                     Defaults to Critical.
272
273              IPMI_Current_Transition_Severity_Monitor
274                     Defaults to Warning.
275
276              IPMI_Current_Transition_Severity_Informational
277                     Defaults to Nominal.
278
279       IPMI_Fan_State
280              The following states correspond to Fan sensors  that  report  an
281              assertion or deassertion.
282
283              IPMI_Fan_State_No_Event
284                     Defaults to Nominal.
285
286              IPMI_Fan_State_Deasserted
287                     Defaults to Nominal.
288
289              IPMI_Fan_State_Asserted
290                     Defaults to Warning.
291
292       IPMI_Fan_Transition_Severity
293              The  following  states  correspond to Fan sensors that report on
294              device severity.
295
296              IPMI_Fan_Transition_Severity_No_Event
297                     Defaults to Nominal.
298
299              IPMI_Fan_Transition_Severity_Transition_To_OK
300                     Defaults to Nominal.
301
302              IPMI_Fan_Transition_Severity_Transition_To_Non_Critical_From_OK
303                     Defaults to Warning.
304
305              IPMI_Fan_Transition_Severity_Transition_To_Criti‐
306              cal_From_Less_Severe
307                     Defaults to Critical.
308
309              IPMI_Fan_Transition_Severity_Transition_To_Non_Recover‐
310              able_From_Less_Severe
311                     Defaults to Critical.
312
313              IPMI_Fan_Transition_Severity_Transition_To_Non_Criti‐
314              cal_From_More_Severe
315                     Defaults to Warning.
316
317              IPMI_Fan_Transition_Severity_Transition_To_Criti‐
318              cal_From_Non_Recoverable
319                     Defaults to Critical.
320
321              IPMI_Fan_Transition_Severity_Transition_To_Non_Recoverable
322                     Defaults to Critical.
323
324              IPMI_Fan_Transition_Severity_Monitor
325                     Defaults to Warning.
326
327              IPMI_Fan_Transition_Severity_Informational
328                     Defaults to Nominal.
329
330       IPMI_Fan_Device_Present
331              The following states correspond to Fan sensors  that  report  on
332              device installation.
333
334              IPMI_Fan_Device_Present_Device_No_Event
335                     Defaults to Nominal.
336
337              IPMI_Fan_Device_Present_Device_Removed_Device_Absent
338                     Defaults to Critical.
339
340              IPMI_Fan_Device_Present_Device_Inserted_Device_Present
341                     Defaults to Nominal.
342
343       IPMI_Power_Supply_Transition_Severity
344              The  following  states  correspond  to Power Supply sensors that
345              report on device severity.
346
347              IPMI_Power_Supply_Transition_Severity_No_Event
348                     Defaults to Nominal.
349
350              IPMI_Power_Supply_Transition_Severity_Transition_To_OK
351                     Defaults to Nominal.
352
353              IPMI_Power_Supply_Transition_Severity_Transition_To_Non_Criti‐
354              cal_From_OK
355                     Defaults to Warning.
356
357              IPMI_Power_Supply_Transition_Severity_Transition_To_Criti‐
358              cal_From_Less_Severe
359                     Defaults to Critical.
360
361              IPMI_Power_Supply_Transition_Severity_Transition_To_Non_Recover‐
362              able_From_Less_Severe
363                     Defaults to Critical.
364
365              IPMI_Power_Supply_Transition_Severity_Transition_To_Non_Criti‐
366              cal_From_More_Severe
367                     Defaults to Warning.
368
369              IPMI_Power_Supply_Transition_Severity_Transition_To_Criti‐
370              cal_From_Non_Recoverable
371                     Defaults to Critical.
372
373              IPMI_Power_Supply_Transition_Severity_Transition_To_Non_Recover‐
374              able
375                     Defaults to Critical.
376
377              IPMI_Power_Supply_Transition_Severity_Monitor
378                     Defaults to Warning.
379
380              IPMI_Power_Supply_Transition_Severity_Informational
381                     Defaults to Nominal.
382
383       IPMI_Fan_Transition_Availability
384              The following states correspond to Fan sensors  that  report  on
385              device availability.
386
387              IPMI_Fan_Transition_Availability_No_Event
388                     Defaults to Nominal.
389
390              IPMI_Fan_Transition_Availability_To_Running
391                     Defaults to Nominal.
392
393              IPMI_Fan_Transition_Availability_To_In_Test
394                     Defaults to Warning.
395
396              IPMI_Fan_Transition_Availability_To_Power_Off
397                     Defaults to Warning.
398
399              IPMI_Fan_Transition_Availability_To_On_Line
400                     Defaults to Warning.
401
402              IPMI_Fan_Transition_Availability_To_Off_Line
403                     Defaults to Warning.
404
405              IPMI_Fan_Transition_Availability_To_Off_Duty
406                     Defaults to Warning.
407
408              IPMI_Fan_Transition_Availability_To_Degraded
409                     Defaults to Critical.
410
411              IPMI_Fan_Transition_Availability_To_Power_Save
412                     Defaults to Warning.
413
414              IPMI_Fan_Transition_Availability_Install_Error
415                     Defaults to Critical.
416
417       IPMI_Fan_Redundancy
418              The  following  states  correspond to Fan sensors that report on
419              redundancy.
420
421              IPMI_Fan_Redundancy_No_Event
422                     Defaults to Nominal.
423
424              IPMI_Fan_Redundancy_Fully_Redundant
425                     Defaults to Nominal.
426
427              IPMI_Fan_Redundancy_Redundancy_Lost
428                     Defaults to Critical.
429
430              IPMI_Fan_Redundancy_Redundancy_Degraded
431                     Defaults to Warning.
432
433              IPMI_Fan_Redundancy_Non_Redundant_Suffi‐
434              cient_Resources_From_Redundant
435                     Defaults to Critical.
436
437              IPMI_Fan_Redundancy_Non_Redundant_Suffi‐
438              cient_Resources_From_Insufficient_Redundancy
439                     Defaults to Critical.
440
441              IPMI_Fan_Redundancy_Non_Redundant_Insufficient_Resources
442                     Defaults to Critical.
443
444              IPMI_Fan_Redundancy_Redundancy_Degraded_From_Fully_Redundant
445                     Defaults to Warning.
446
447              IPMI_Fan_Redundancy_Redundancy_Degraded_From_Non_Redundant
448                     Defaults to Warning.
449
450       IPMI_Physical_Security
451              The following states correspond to Physical Security sensors  w/
452              Physical Security specific output states.
453
454              IPMI_Physical_Security_No_Event
455                     Defaults to Nominal.
456
457              IPMI_Physical_Security_General_Chassis_Intrusion
458                     Defaults to Critical.
459
460              IPMI_Physical_Security_Drive_Bay_Intrusion
461                     Defaults to Critical.
462
463              IPMI_Physical_Security_IO_Card_Intrusion
464                     Defaults to Critical.
465
466              IPMI_Physical_Security_Processor_Area_Intrusion
467                     Defaults to Critical.
468
469              IPMI_Physical_Security_LAN_Leash_Lost
470                     Defaults to Critical.
471
472              IPMI_Physical_Security_Unauthorized_Dock_Undock
473                     Defaults to Critical.
474
475              IPMI_Physical_Security_FAN_Area_Intrusion
476                     Defaults to Critical.
477
478       IPMI_Platform_Security_Violation_Attempt
479              The  following  states  correspond to Platform Violation Attempt
480              sensors w/ Platform Security Violation Attempt  specific  output
481              states.
482
483              IPMI_Platform_Security_Violation_Attempt_No_Event
484                     Defaults to Nominal.
485
486              IPMI_Platform_Security_Violation_Attempt_Secure_Mode_Viola‐
487              tion_Attempt
488                     Defaults to Critical.
489
490              IPMI_Platform_Security_Violation_Attempt_Pre_Boot_Password_Vio‐
491              lation_User_Password
492                     Defaults to Critical.
493
494              IPMI_Platform_Security_Violation_Attempt_Pre_Boot_Password_Vio‐
495              lation_Attempt_Setup_Password
496                     Defaults to Critical.
497
498              IPMI_Platform_Security_Violation_Attempt_Pre_Boot_Password_Vio‐
499              lation_Network_Boot_Password
500                     Defaults to Critical.
501
502              IPMI_Platform_Security_Violation_Attempt_Other_Pre_Boot_Pass‐
503              word_Violation
504                     Defaults to Critical.
505
506              IPMI_Platform_Security_Viola‐
507              tion_Attempt_Out_Of_Band_Access_Password_Violation
508                     Defaults to Critical.
509
510       IPMI_Processor
511              The  following states correspond to Processor sensors w/ Proces‐
512              sor specific output states.
513
514              IPMI_Processor_No_Event
515                     Defaults to Nominal.
516
517              IPMI_Processor_IERR
518                     Defaults to Critical.
519
520              IPMI_Processor_Thermal_Trip
521                     Defaults to Critical.
522
523              IPMI_Processor_FRB1_BIST_Failure
524                     Defaults to Critical.
525
526              IPMI_Processor_FRB2_Hang_In_POST_Failure
527                     Defaults to Critical.
528
529              IPMI_Processor_FRB3_Processor_Startup_Initialization_Failure
530                     Defaults to Critical.
531
532              IPMI_Processor_Configuration_Error
533                     Defaults to Critical.
534
535              IPMI_Processor_SMBIOS_Uncorrectable_CPU_Complex_Error
536                     Defaults to Critical.
537
538              IPMI_Processor_Processor_Presence_Detected
539                     Defaults to Nominal.
540
541              IPMI_Processor_Processor_Disabled
542                     Defaults to Critical.
543
544              IPMI_Processor_Terminator_Presence_Detected
545                     Defaults to Critical.
546
547              IPMI_Processor_Processor_Automatically_Throttled
548                     Defaults to Warning.
549
550              IPMI_Processor_Machine_Check_Exception
551                     Defaults to Critical.
552
553              IPMI_Processor_Correctable_Machine_Check_Error
554                     Defaults to Warning.
555
556       IPMI_Processor_State
557              The following states correspond to Processor sensors that report
558              an assertion or deassertion.
559
560              IPMI_Processor_State_No_Event
561                     Defaults to Nominal.
562
563              IPMI_Processor_State_Deasserted
564                     Defaults to Nominal.
565
566              IPMI_Processor_State_Asserted
567                     Defaults to Critical.
568
569       IPMI_Power_Supply
570              The following states correspond to Power Supply sensors w/ Power
571              Supply specific output states.
572
573              IPMI_Power_Supply_No_Event
574                     Defaults to Nominal.
575
576              IPMI_Power_Supply_Presence_Detected
577                     Defaults to Nominal.
578
579              IPMI_Power_Supply_Power_Supply_Failure_Detected
580                     Defaults to Critical.
581
582              IPMI_Power_Supply_Predictive_Failure
583                     Defaults to Critical.
584
585              IPMI_Power_Supply_Power_Supply_Input_Lost_AC_DC
586                     Defaults to Critical.
587
588              IPMI_Power_Supply_Power_Supply_Input_Lost_Or_Out_Of_Range
589                     Defaults to Critical.
590
591              IPMI_Power_Supply_Power_Supply_Input_Out_Of_Range_But_Present
592                     Defaults to Critical.
593
594              IPMI_Power_Supply_Configuration_Error
595                     Defaults to Critical.
596
597       IPMI_Power_Supply_State
598              The following states correspond  to  Power_Supply  sensors  that
599              report an assertion or deassertion.
600
601              IPMI_Power_Supply_State_No_Event
602                     Defaults to Nominal.
603
604              IPMI_Power_Supply_State_Deasserted
605                     Defaults to Critical.
606
607              IPMI_Power_Supply_State_Asserted
608                     Defaults to Nominal.
609
610       IPMI_Power_Supply_Redundancy
611              The  following  states  correspond  to Power Supply sensors that
612              report on redundancy.
613
614              IPMI_Power_Supply_Redundancy_No_Event
615                     Defaults to Nominal.
616
617              IPMI_Power_Supply_Redundancy_Fully_Redundant
618                     Defaults to Nominal.
619
620              IPMI_Power_Supply_Redundancy_Redundancy_Lost
621                     Defaults to Critical.
622
623              IPMI_Power_Supply_Redundancy_Redundancy_Degraded
624                     Defaults to Warning.
625
626              IPMI_Power_Supply_Redundancy_Non_Redundant_Suffi‐
627              cient_Resources_From_Redundant
628                     Defaults to Critical.
629
630              IPMI_Power_Supply_Redundancy_Non_Redundant_Suffi‐
631              cient_Resources_From_Insufficient_Redundancy
632                     Defaults to Critical.
633
634              IPMI_Power_Supply_Redundancy_Non_Redundant_Insuffi‐
635              cient_Resources
636                     Defaults to Critical.
637
638              IPMI_Power_Supply_Redundancy_Redun‐
639              dancy_Degraded_From_Fully_Redundant
640                     Defaults to Warning.
641
642              IPMI_Power_Supply_Redundancy_Redundancy_Degraded_From_Non_Redun‐
643              dant
644                     Defaults to Warning.
645
646       IPMI_Power_Unit
647              The  following  states correspond to Power Unit sensors w/ Power
648              Unit specific output states.
649
650              IPMI_Power_Unit_No_Event
651                     Defaults to Nominal.
652
653              IPMI_Power_Unit_Power_Off_Power_Down
654                     Defaults to Nominal.
655
656              IPMI_Power_Unit_Power_Cycle
657                     Defaults to Nominal.
658
659              IPMI_Power_Unit_240VA_Power_Down
660                     Defaults to Warning.
661
662              IPMI_Power_Unit_Interlock_Power_Down
663                     Defaults to Warning.
664
665              IPMI_Power_Unit_AC_Lost
666                     Defaults to Critical.
667
668              IPMI_Power_Unit_Soft_Power_Control_Failure
669                     Defaults to Critical.
670
671              IPMI_Power_Unit_Power_Unit_Failure_Detected
672                     Defaults to Critical.
673
674              IPMI_Power_Unit_Predictive_Failure
675                     Defaults to Critical.
676
677       IPMI_Power_Unit_Device_Present
678              The following states  correspond  to  Power  Unit  sensors  that
679              report on device installation.
680
681              IPMI_Power_Unit_Device_Present_No_Event
682                     Defaults to Nominal.
683
684              IPMI_Power_Unit_Device_Present_Device_Removed_Device_Absent
685                     Defaults to Critical.
686
687              IPMI_Power_Unit_Device_Present_Device_Inserted_Device_Present
688                     Defaults to Nominal.
689
690       IPMI_Power_Unit_Redundancy
691              The  following  states  correspond  to  Power  Unit sensors that
692              report on redundancy.
693
694              IPMI_Power_Unit_Redundancy_No_Event
695                     Defaults to Nominal.
696
697              IPMI_Power_Unit_Redundancy_Fully_Redundant
698                     Defaults to Nominal.
699
700              IPMI_Power_Unit_Redundancy_Redundancy_Lost
701                     Defaults to Critical.
702
703              IPMI_Power_Unit_Redundancy_Redundancy_Degraded
704                     Defaults to Warning.
705
706              IPMI_Power_Unit_Redundancy_Non_Redundant_Suffi‐
707              cient_Resources_From_Redundant
708                     Defaults to Critical.
709
710              IPMI_Power_Unit_Redundancy_Non_Redundant_Suffi‐
711              cient_Resources_From_Insufficient_Redundancy
712                     Defaults to Critical.
713
714              IPMI_Power_Unit_Redundancy_Non_Redundant_Insufficient_Resources
715                     Defaults to Critical.
716
717              IPMI_Power_Unit_Redundancy_Redundancy_Degraded_From_Fully_Redun‐
718              dant
719                     Defaults to Warning.
720
721              IPMI_Power_Unit_Redundancy_Redundancy_Degraded_From_Non_Redun‐
722              dant
723                     Defaults to Warning.
724
725       IPMI_Cooling_Device_Redundancy
726              The following states correspond to Cooling Device  sensors  that
727              report on redundancy.
728
729              IPMI_Cooling_Device_Redundancy_No_Event
730                     Defaults to Nominal.
731
732              IPMI_Cooling_Device_Redundancy_Fully_Redundant
733                     Defaults to Nominal.
734
735              IPMI_Cooling_Device_Redundancy_Redundancy_Lost
736                     Defaults to Critical.
737
738              IPMI_Cooling_Device_Redundancy_Redundancy_Degraded
739                     Defaults to Warning.
740
741              IPMI_Cooling_Device_Redundancy_Non_Redundant_Suffi‐
742              cient_Resources_From_Redundant
743                     Defaults to Critical.
744
745              IPMI_Cooling_Device_Redundancy_Non_Redundant_Suffi‐
746              cient_Resources_From_Insufficient_Redundancy
747                     Defaults to Critical.
748
749              IPMI_Cooling_Device_Redundancy_Non_Redundant_Insuffi‐
750              cient_Resources
751                     Defaults to Critical.
752
753              IPMI_Cooling_Device_Redundancy_Redun‐
754              dancy_Degraded_From_Fully_Redundant
755                     Defaults to Warning.
756
757              IPMI_Cooling_Device_Redundancy_Redun‐
758              dancy_Degraded_From_Non_Redundant
759                     Defaults to Warning.
760
761       IPMI_Memory
762              The following states correspond to Memory sensors w/ Memory spe‐
763              cific output states.
764
765              IPMI_Memory_No_Event
766                     Defaults to Nominal.
767
768              IPMI_Memory_Correctable_Memory_Error
769                     Defaults to Warning.
770
771              IPMI_Memory_Uncorrectable_Memory_Error
772                     Defaults to Critical.
773
774              IPMI_Memory_Parity
775                     Defaults to Critical.
776
777              IPMI_Memory_Memory_Scrub_Failed
778                     Defaults to Critical.
779
780              IPMI_Memory_Memory_Device_Disabled
781                     Defaults to Critical.
782
783              IPMI_Memory_Correctable_Memory_Error_Logging_Limit_Reached
784                     Defaults to Warning.
785
786              IPMI_Memory_Presence_Detected
787                     Defaults to Nominal.
788
789              IPMI_Memory_Configuration_Error
790                     Defaults to Critical.
791
792              IPMI_Memory_Spare
793                     Defaults to Nominal.
794
795              IPMI_Memory_Memory_Automatically_Throttled
796                     Defaults to Warning.
797
798              IPMI_Memory_Critical_Overtemperature
799                     Defaults to Critical.
800
801       IPMI_Memory_State
802              The following states correspond to Memory sensors that report an
803              assertion or deassertion.
804
805              IPMI_Memory_State_No_Event
806                     Defaults to Nominal.
807
808              IPMI_Memory_State_Deasserted
809                     Defaults to Nominal.
810
811              IPMI_Memory_State_Asserted
812                     Defaults to Critical.
813
814       IPMI_Memory_Transition_Severity
815              The following states correspond to Memory sensors that report on
816              device severity.
817
818              IPMI_Memory_Transition_Severity_No_Event
819                     Defaults to Nominal.
820
821              IPMI_Memory_Transition_Severity_Transition_To_OK
822                     Defaults to Nominal.
823
824              IPMI_Memory_Transition_Severity_Transition_To_Non_Criti‐
825              cal_From_OK
826                     Defaults to Warning.
827
828              IPMI_Memory_Transition_Severity_Transition_To_Criti‐
829              cal_From_Less_Severe
830                     Defaults to Critical.
831
832              IPMI_Memory_Transition_Severity_Transition_To_Non_Recover‐
833              able_From_Less_Severe
834                     Defaults to Critical.
835
836              IPMI_Memory_Transition_Severity_Transition_To_Non_Criti‐
837              cal_From_More_Severe
838                     Defaults to Warning.
839
840              IPMI_Memory_Transition_Severity_Transition_To_Criti‐
841              cal_From_Non_Recoverable
842                     Defaults to Critical.
843
844              IPMI_Memory_Transition_Severity_Transition_To_Non_Recoverable
845                     Defaults to Critical.
846
847              IPMI_Memory_Transition_Severity_Monitor
848                     Defaults to Warning.
849
850              IPMI_Memory_Transition_Severity_Informational
851                     Defaults to Nominal.
852
853       IPMI_Memory_Redundancy
854              The following states correspond to Cooling Device  sensors  that
855              report on redundancy.
856
857              IPMI_Memory_Redundancy_No_Event
858                     Defaults to Nominal.
859
860              IPMI_Memory_Redundancy_Fully_Redundant
861                     Defaults to Nominal.
862
863              IPMI_Memory_Redundancy_Redundancy_Lost
864                     Defaults to Critical.
865
866              IPMI_Memory_Redundancy_Redundancy_Degraded
867                     Defaults to Warning.
868
869              IPMI_Memory_Redundancy_Non_Redundant_Suffi‐
870              cient_Resources_From_Redundant
871                     Defaults to Critical.
872
873              IPMI_Memory_Redundancy_Non_Redundant_Suffi‐
874              cient_Resources_From_Insufficient_Redundancy
875                     Defaults to Critical.
876
877              IPMI_Memory_Redundancy_Non_Redundant_Insufficient_Resources
878                     Defaults to Critical.
879
880              IPMI_Memory_Redundancy_Redundancy_Degraded_From_Fully_Redundant
881                     Defaults to Warning.
882
883              IPMI_Memory_Redundancy_Redundancy_Degraded_From_Non_Redundant
884                     Defaults to Warning.
885
886       IPMI_Drive_Slot
887              The  following  states correspond to Drive Slot sensors w/ Drive
888              Slot specific output states.
889
890              IPMI_Drive_Slot_No_Event
891                     Defaults to Nominal.
892
893              IPMI_Drive_Slot_Drive_Presence
894                     Defaults to Nominal.
895
896              IPMI_Drive_Slot_Drive_Fault
897                     Defaults to Critical.
898
899              IPMI_Drive_Slot_Predictive_Failure
900                     Defaults to Critical.
901
902              IPMI_Drive_Slot_Hot_Spare
903                     Defaults to Nominal.
904
905              IPMI_Drive_Slot_Consistency_Check_Parity_Check_In_Progress
906                     Defaults to Nominal.
907
908              IPMI_Drive_Slot_In_Critical_Array
909                     Defaults to Critical.
910
911              IPMI_Drive_Slot_In_Failed_Array
912                     Defaults to Critical.
913
914              IPMI_Drive_Slot_Rebuild_Remap_In_Progress
915                     Defaults to Nominal.
916
917              IPMI_Drive_Slot_Rebuild_Remap_Aborted
918                     Defaults to Critical.
919
920       IPMI_Drive_Slot_State
921              The following states  correspond  to  Drive  Slot  sensors  that
922              report an assertion or deassertion.
923
924              IPMI_Drive_Slot_State_No_Event
925                     Defaults to Nominal.
926
927              IPMI_Drive_Slot_State_Deasserted
928                     Defaults to Warning.
929
930              IPMI_Drive_Slot_State_Asserted
931                     Defaults to Nominal.
932
933       IPMI_Drive_Slot_Predictive_Failure
934              The  following  states  correspond  to  Drive_Slot  sensors that
935              report a predictive failure assertion or deassertion.
936
937              IPMI_Drive_Slot_Predictive_Failure_No_Event
938                     Defaults to Nominal.
939
940              IPMI_Drive_Slot_Predictive_Failure_Deasserted
941                     Defaults to Nominal.
942
943              IPMI_Drive_Slot_Predictive_Failure_Asserted
944                     Defaults to Critical.
945
946       IPMI_Drive_Slot_Device_Present
947              The following states  correspond  to  Drive  Slot  sensors  that
948              report on device installation.
949
950              IPMI_Drive_Slot_Device_Present_No_Event
951                     Defaults to Nominal.
952
953              IPMI_Drive_Slot_Device_Present_Device_Removed_Device_Absent
954                     Defaults to Critical.
955
956              IPMI_Drive_Slot_Device_Present_Device_Inserted_Device_Present
957                     Defaults to Nominal.
958
959       IPMI_POST_Memory_Resize_State
960              The  following  states  correspond to POST Memory Resize sensors
961              that report an assertion or deassertion.
962
963              IPMI_POST_Memory_Resize_State_No_Event
964                     Defaults to Nominal.
965
966              IPMI_POST_Memory_Resize_State_Deasserted
967                     Defaults to Nominal.
968
969              IPMI_POST_Memory_Resize_State_Asserted
970                     Defaults to Warning.
971
972       IPMI_System_Firmware_Progress
973              The following states correspond to System Firmware Progress sen‐
974              sors w/ System Firmware Progress specific output states.
975
976              IPMI_System_Firmware_Progress_No_Event
977                     Defaults to Nominal.
978
979              IPMI_System_Firmware_Progress_System_Firmware_Error
980                     Defaults to Critical.
981
982              IPMI_System_Firmware_Progress_System_Firmware_Hang
983                     Defaults to Critical.
984
985              IPMI_System_Firmware_Progress_System_Firmware_Progress
986                     Defaults to Nominal.
987
988       IPMI_System_Firmware_Progress_Transition_Severity
989              The following states correspond to System Firmware Progress sen‐
990              sors that report on device severity.
991
992              IPMI_System_Firmware_Progress_Transition_Severity_No_Event
993                     Defaults to Nominal.
994
995              IPMI_System_Firmware_Progress_Transition_Severity_Transi‐
996              tion_To_OK
997                     Defaults to Nominal.
998
999              IPMI_System_Firmware_Progress_Transition_Severity_Transi‐
1000              tion_To_Non_Critical_From_OK
1001                     Defaults to Warning.
1002
1003              IPMI_System_Firmware_Progress_Transition_Severity_Transi‐
1004              tion_To_Critical_From_Less_Severe
1005                     Defaults to Critical.
1006
1007              IPMI_System_Firmware_Progress_Transition_Severity_Transi‐
1008              tion_To_Non_Recoverable_From_Less_Severe
1009                     Defaults to Critical.
1010
1011              IPMI_System_Firmware_Progress_Transition_Severity_Transi‐
1012              tion_To_Non_Critical_From_More_Severe
1013                     Defaults to Warning.
1014
1015              IPMI_System_Firmware_Progress_Transition_Severity_Transi‐
1016              tion_To_Critical_From_Non_Recoverable
1017                     Defaults to Critical.
1018
1019              IPMI_System_Firmware_Progress_Transition_Severity_Transi‐
1020              tion_To_Non_Recoverable
1021                     Defaults to Critical.
1022
1023              IPMI_System_Firmware_Progress_Transition_Severity_Monitor
1024                     Defaults to Warning.
1025
1026              IPMI_System_Firmware_Progress_Transition_Severity_Informational
1027                     Defaults to Nominal.
1028
1029       IPMI_Event_Logging_Disabled
1030              The  following  states correspond to Event Logging Disabled sen‐
1031              sors w/
1032
1033              IPMI_Event_Logging_Disabled_No_Event
1034                     Defaults to Nominal.
1035
1036              IPMI_Event_Logging_Disabled_Correctable_Memory_Error_Log‐
1037              ging_Disabled
1038                     Defaults to Critical.
1039
1040              IPMI_Event_Logging_Disabled_Event_Type_Logging_Disabled
1041                     Defaults to Critical.
1042
1043              IPMI_Event_Logging_Disabled_Log_Area_Reset_Cleared
1044                     Defaults to Nominal.
1045
1046              IPMI_Event_Logging_Disabled_All_Event_Logging_Disabled
1047                     Defaults to Critical.
1048
1049              IPMI_Event_Logging_Disabled_SEL_Full
1050                     Defaults to Critical.
1051
1052              IPMI_Event_Logging_Disabled_SEL_Almost_Full
1053                     Defaults to Warning.
1054
1055              IPMI_Event_Logging_Disabled_Correctable_Machine_Check_Error_Log‐
1056              ging_Disabled
1057                     Defaults to Critical.
1058
1059       IPMI_System_Event
1060              The following states correspond to System Event sensors w/  Sys‐
1061              tem Event specific output states.
1062
1063              IPMI_System_Event_No_Event
1064                     Defaults to Nominal.
1065
1066              IPMI_System_Event_System_Reconfigured
1067                     Defaults to Warning.
1068
1069              IPMI_System_Event_OEM_System_Boot_Event
1070                     Defaults to Nominal.
1071
1072              IPMI_System_Event_Undetermined_System_Hardware_Failure
1073                     Defaults to Critical.
1074
1075              IPMI_System_Event_Entry_Added_To_Auxiliary_Log
1076                     Defaults to Nominal.
1077
1078              IPMI_System_Event_PEF_Action
1079                     Defaults to Nominal.
1080
1081              IPMI_System_Event_Timestamp_Clock_Sync
1082                     Defaults to Warning.
1083
1084       IPMI_System_Event_Transition_State
1085              The  following  states  correspond  to System Event sensors that
1086              report a transition state.
1087
1088              IPMI_System_Event_Transition_State_No_Event
1089                     Defaults to Nominal.
1090
1091              IPMI_System_Event_Transition_State_Active
1092                     Defaults to Nominal.
1093
1094              IPMI_System_Event_Transition_State_Idle
1095                     Defaults to Nominal.
1096
1097              IPMI_System_Event_Transition_State_Busy
1098                     Defaults to Nominal.
1099
1100       IPMI_System_Event_State
1101              The following states correspond to  System  Event  sensors  that
1102              report an assertion or deassertion.
1103
1104              IPMI_System_Event_State_No_Event
1105                     Defaults to Nominal.
1106
1107              IPMI_System_Event_State_Deasserted
1108                     Defaults to Nominal.
1109
1110              IPMI_System_Event_State_Asserted
1111                     Defaults to Warning.
1112
1113       IPMI_Critical_Interrupt
1114              The following states correspond to Critical Interrupt sensors w/
1115              Critical Interrupt specific output states.
1116
1117              IPMI_Critical_Interrupt_No_Event
1118                     Defaults to Nominal.
1119
1120              IPMI_Critical_Interrupt_Front_Panel_NMI_Diagnostic_Interrupt
1121                     Defaults to Critical.
1122
1123              IPMI_Critical_Interrupt_Bus_Timeout
1124                     Defaults to Critical.
1125
1126              IPMI_Critical_Interrupt_IO_Channel_Check_NMI
1127                     Defaults to Critical.
1128
1129              IPMI_Critical_Interrupt_Software_NMI
1130                     Defaults to Warning.
1131
1132              IPMI_Critical_Interrupt_PCI_PERR
1133                     Defaults to Critical.
1134
1135              IPMI_Critical_Interrupt_PCI_SERR
1136                     Defaults to Critical.
1137
1138              IPMI_Critical_Interrupt_EISA_Fail_Safe_Timeout
1139                     Defaults to Critical.
1140
1141              IPMI_Critical_Interrupt_Bus_Correctable_Error
1142                     Defaults to Warning.
1143
1144              IPMI_Critical_Interrupt_Bus_Uncorrectable_Error
1145                     Defaults to Critical.
1146
1147              IPMI_Critical_Interrupt_Fatal_NMI
1148                     Defaults to Critical.
1149
1150              IPMI_Critical_Interrupt_Bus_Fatal_Error
1151                     Defaults     to      Critical.       IPMI_Critical_Inter‐
1152                     rupt_Bus_Degraded Defaults to Warning.
1153
1154       IPMI_Button_Switch
1155              The following states correspond to Button/Switch sensors w/ But‐
1156              ton/Switch specific output states.
1157
1158              IPMI_Button_Switch_No_Event
1159                     Defaults to Nominal.
1160
1161              IPMI_Button_Switch_Power_Button_Pressed
1162                     Defaults to Nominal.
1163
1164              IPMI_Button_Switch_Sleep_Button_Pressed
1165                     Defaults to Nominal.
1166
1167              IPMI_Button_Switch_Reset_Button_Pressed
1168                     Defaults to Nominal.
1169
1170              IPMI_Button_Switch_FRU_Latch_Open
1171                     Defaults to Warning.
1172
1173              IPMI_Button_Switch_FRU_Service_Request_Button
1174                     Defaults to Warning.
1175
1176       IPMI_Button_Switch_State
1177              The following states correspond to  Button/Switch  sensors  that
1178              report an assertion or deassertion.
1179
1180              IPMI_Button_Switch_State_No_Event
1181                     Defaults to Nominal.
1182
1183              IPMI_Button_Switch_State_Deasserted
1184                     Defaults to Nominal.
1185
1186              IPMI_Button_Switch_State_Asserted
1187                     Defaults to Nominal.
1188
1189       IPMI_Button_Switch_Transition_Severity
1190              The  following  states  correspond to Button/Switch sensors that
1191              report on device severity.
1192
1193              IPMI_Button_Switch_Transition_Severity_No_Event
1194                     Defaults to Nominal.
1195
1196              IPMI_Button_Switch_Transition_Severity_Transition_To_OK
1197                     Defaults to Nominal.
1198
1199              IPMI_Button_Switch_Transition_Severity_Transition_To_Non_Criti‐
1200              cal_From_OK
1201                     Defaults to Warning.
1202
1203              IPMI_Button_Switch_Transition_Severity_Transition_To_Criti‐
1204              cal_From_Less_Severe
1205                     Defaults to Critical.
1206
1207              IPMI_Button_Switch_Transition_Severity_Transition_To_Non_Recov‐
1208              erable_From_Less_Severe
1209                     Defaults to Critical.
1210
1211              IPMI_Button_Switch_Transition_Severity_Transition_To_Non_Criti‐
1212              cal_From_More_Severe
1213                     Defaults to Warning.
1214
1215              IPMI_Button_Switch_Transition_Severity_Transition_To_Criti‐
1216              cal_From_Non_Recoverable
1217                     Defaults to Critical.
1218
1219              IPMI_Button_Switch_Transition_Severity_Transition_To_Non_Recov‐
1220              erable
1221                     Defaults to Critical.
1222
1223              IPMI_Button_Switch_Transition_Severity_Monitor
1224                     Defaults to Warning.
1225
1226              IPMI_Button_Switch_Transition_Severity_Informational
1227                     Defaults to Nominal.
1228
1229       IPMI_Module_Board_State
1230              The following states correspond  to  Module/Board  sensors  that
1231              report an assertion or deassertion.
1232
1233              IPMI_Module_Board_State_No_Event
1234                     Defaults to Nominal.
1235
1236              IPMI_Module_Board_State_Deasserted
1237                     Defaults to Nominal.
1238
1239              IPMI_Module_Board_State_Asserted
1240                     Defaults to Critical.
1241
1242       IPMI_Module_Board_Device_Present
1243              The  following  states  correspond  to Module/Board sensors that
1244              report on device installation.
1245
1246              IPMI_Module_Board_Device_Present_No_Event
1247                     Defaults to Nominal.
1248
1249              IPMI_Module_Board_Device_Present_Device_Removed_Device_Absent
1250                     Defaults to Critical.
1251
1252              IPMI_Module_Board_Device_Present_Device_Inserted_Device_Present
1253                     Defaults to Nominal.
1254
1255       IPMI_Chassis_Transition_Severity
1256              The following states correspond to Chassis sensors  that  report
1257              on device severity.
1258
1259              IPMI_Chassis_Transition_Severity_No_Event
1260                     Defaults to Nominal.
1261
1262              IPMI_Chassis_Transition_Severity_Transition_To_OK
1263                     Defaults to Nominal.
1264
1265              IPMI_Chassis_Transition_Severity_Transition_To_Non_Criti‐
1266              cal_From_OK
1267                     Defaults to Warning.
1268
1269              IPMI_Chassis_Transition_Severity_Transition_To_Criti‐
1270              cal_From_Less_Severe
1271                     Defaults to Critical.
1272
1273              IPMI_Chassis_Transition_Severity_Transition_To_Non_Recover‐
1274              able_From_Less_Severe
1275                     Defaults to Critical.
1276
1277              IPMI_Chassis_Transition_Severity_Transition_To_Non_Criti‐
1278              cal_From_More_Severe
1279                     Defaults to Warning.
1280
1281              IPMI_Chassis_Transition_Severity_Transition_To_Criti‐
1282              cal_From_Non_Recoverable
1283                     Defaults to Critical.
1284
1285              IPMI_Chassis_Transition_Severity_Transition_To_Non_Recoverable
1286                     Defaults to Critical.
1287
1288              IPMI_Chassis_Transition_Severity_Monitor
1289                     Defaults to Warning.
1290
1291              IPMI_Chassis_Transition_Severity_Informational
1292                     Defaults to Nominal.
1293
1294       IPMI_Chip_Set_Transition_Severity
1295              The following states correspond to Chip Set sensors that  report
1296              on device severity.
1297
1298              IPMI_Chip_Set_Transition_Severity_No_Event
1299                     Defaults to Nominal.
1300
1301              IPMI_Chip_Set_Transition_Severity_Transition_To_OK
1302                     Defaults to Nominal.
1303
1304              IPMI_Chip_Set_Transition_Severity_Transition_To_Non_Criti‐
1305              cal_From_OK
1306                     Defaults to Warning.
1307
1308              IPMI_Chip_Set_Transition_Severity_Transition_To_Criti‐
1309              cal_From_Less_Severe
1310                     Defaults to Critical.
1311
1312              IPMI_Chip_Set_Transition_Severity_Transition_To_Non_Recover‐
1313              able_From_Less_Severe
1314                     Defaults to Critical.
1315
1316              IPMI_Chip_Set_Transition_Severity_Transition_To_Non_Criti‐
1317              cal_From_More_Severe
1318                     Defaults to Warning.
1319
1320              IPMI_Chip_Set_Transition_Severity_Transition_To_Criti‐
1321              cal_From_Non_Recoverable
1322                     Defaults to Critical.
1323
1324              IPMI_Chip_Set_Transition_Severity_Transition_To_Non_Recoverable
1325                     Defaults to Critical.
1326
1327              IPMI_Chip_Set_Transition_Severity_Monitor
1328                     Defaults to Warning.
1329
1330              IPMI_Chip_Set_Transition_Severity_Informational
1331                     Defaults to Nominal.
1332
1333       IPMI_Cable_Interconnect
1334              The following states correspond to Cable/Interconnect sensors w/
1335              Cable/Interconnect specific output states.
1336
1337              IPMI_Cable_Interconnect_No_Event
1338                     Defaults to Nominal.
1339
1340              IPMI_Cable_Interconnect_Is_Connected
1341                     Defaults to Nominal.
1342
1343              IPMI_Cable_Interconnect_Configuration_Error
1344                     Defaults to Critical.
1345
1346       IPMI_Cable_Interconnect_Transition_Severity
1347              The  following  states  correspond to Cable/Interconnect sensors
1348              that report on device severity.
1349
1350              IPMI_Cable_Interconnect_Transition_Severity_No_Event
1351                     Defaults to Nominal.
1352
1353              IPMI_Cable_Interconnect_Transition_Severity_Transition_To_OK
1354                     Defaults to Nominal.
1355
1356              IPMI_Cable_Interconnect_Transition_Severity_Transi‐
1357              tion_To_Non_Critical_From_OK
1358                     Defaults to Warning.
1359
1360              IPMI_Cable_Interconnect_Transition_Severity_Transition_To_Criti‐
1361              cal_From_Less_Severe
1362                     Defaults to Critical.
1363
1364              IPMI_Cable_Interconnect_Transition_Severity_Transi‐
1365              tion_To_Non_Recoverable_From_Less_Severe
1366                     Defaults to Critical.
1367
1368              IPMI_Cable_Interconnect_Transition_Severity_Transi‐
1369              tion_To_Non_Critical_From_More_Severe
1370                     Defaults to Warning.
1371
1372              IPMI_Cable_Interconnect_Transition_Severity_Transition_To_Criti‐
1373              cal_From_Non_Recoverable
1374                     Defaults to Critical.
1375
1376              IPMI_Cable_Interconnect_Transition_Severity_Transi‐
1377              tion_To_Non_Recoverable
1378                     Defaults to Critical.
1379
1380              IPMI_Cable_Interconnect_Transition_Severity_Monitor
1381                     Defaults to Warning.
1382
1383              IPMI_Cable_Interconnect_Transition_Severity_Informational
1384                     Defaults to Nominal.
1385
1386       IPMI_Boot_Error
1387              The following states correspond to Boot Error  sensors  w/  Boot
1388              Error specific output states.
1389
1390              IPMI_Boot_Error_No_Event
1391                     Defaults to Nominal.
1392
1393              IPMI_Boot_Error_No_Bootable_Media
1394                     Defaults to Critical.
1395
1396              IPMI_Boot_Error_Non_Bootable_Diskette_Left_In_Drive
1397                     Defaults to Critical.
1398
1399              IPMI_Boot_Error_PXE_Server_Not_Found
1400                     Defaults to Critical.
1401
1402              IPMI_Boot_Error_Invalid_Boot_Sector
1403                     Defaults to Critical.
1404
1405              IPMI_Boot_Error_Timeout_Waiting_For_User_Selec‐
1406              tion_Of_Boot_Source
1407                     Defaults to Warning.
1408
1409       IPMI_Boot_Error_State
1410              The following states  correspond  to  Boot  Error  sensors  that
1411              report an assertion or deassertion.
1412
1413              IPMI_Boot_Error_State_No_Event
1414                     Defaults to Nominal.
1415
1416              IPMI_Boot_Error_State_Deasserted
1417                     Defaults to Nominal.
1418
1419              IPMI_Boot_Error_State_Asserted
1420                     Defaults to Critical.
1421
1422       IPMI_Boot_Error_Transition_Severity
1423              The  following  states  correspond  to  Boot  Error sensors that
1424              report on device severity.
1425
1426              IPMI_Boot_Error_Transition_Severity_No_Event
1427                     Defaults to Nominal.
1428
1429              IPMI_Boot_Error_Transition_Severity_Transition_To_OK
1430                     Defaults to Nominal.
1431
1432              IPMI_Boot_Error_Transition_Severity_Transition_To_Non_Criti‐
1433              cal_From_OK
1434                     Defaults to Warning.
1435
1436              IPMI_Boot_Error_Transition_Severity_Transition_To_Criti‐
1437              cal_From_Less_Severe
1438                     Defaults to Critical.
1439
1440              IPMI_Boot_Error_Transition_Severity_Transition_To_Non_Recover‐
1441              able_From_Less_Severe
1442                     Defaults to Critical.
1443
1444              IPMI_Boot_Error_Transition_Severity_Transition_To_Non_Criti‐
1445              cal_From_More_Severe
1446                     Defaults to Warning.
1447
1448              IPMI_Boot_Error_Transition_Severity_Transition_To_Criti‐
1449              cal_From_Non_Recoverable
1450                     Defaults to Critical.
1451
1452              IPMI_Boot_Error_Transition_Severity_Transition_To_Non_Recover‐
1453              able
1454                     Defaults to Critical.
1455
1456              IPMI_Boot_Error_Transition_Severity_Monitor
1457                     Defaults to Warning.
1458
1459              IPMI_Boot_Error_Transition_Severity_Informational
1460                     Defaults to Nominal.
1461
1462       IPMI_OS_Boot
1463              The following states correspond to OS Boot sensors  w/  OS  Boot
1464              specific output events.
1465              IPMI_OS_Boot_No_Event         Defaults        to        Nominal.
1466              IPMI_OS_Boot_A_Boot_Completed     Defaults      to      Nominal.
1467              IPMI_OS_Boot_C_Boot_Completed      Defaults      to     Nominal.
1468              IPMI_OS_Boot_PXE_Boot_Completed     Defaults     to     Nominal.
1469              IPMI_OS_Boot_Diagnostic_Boot_Completed   Defaults   to  Nominal.
1470              IPMI_OS_Boot_CD_ROM_Boot_Completed    Defaults    to    Nominal.
1471              IPMI_OS_Boot_ROM_Boot_Completed     Defaults     to     Nominal.
1472              IPMI_OS_Boot_Boot_Completed_Boot_Device_Not_Specified   Defaults
1473              to Warning.
1474
1475       IPMI_OS_Critical_Stop_State
1476              The following states correspond to OS Critical Stop sensors that
1477              report an assertion or deassertion.
1478
1479              IPMI_OS_Critical_Stop_State_No_Event
1480                     Defaults to Nominal.
1481
1482              IPMI_OS_Critical_Stop_State_Deasserted
1483                     Defaults to Nominal.
1484
1485              IPMI_OS_Critical_Stop_State_Asserted
1486                     Defaults to Critical.
1487
1488       IPMI_Slot_Connector
1489              The following states correspond to  Slot  Connector  sensors  w/
1490              Slot Connector specific output states.
1491
1492              IPMI_Slot_Connector_No_Event
1493                     Defaults to Nominal.
1494
1495              IPMI_Slot_Connector_Fault_Status_Asserted
1496                     Defaults to Critical.
1497
1498              IPMI_Slot_Connector_Identify_Status_Asserted
1499                     Defaults to Warning.
1500
1501              IPMI_Slot_Connector_Slot_Connector_Device_Installed_Attached
1502                     Defaults to Nominal.
1503
1504              IPMI_Slot_Connector_Slot_Connector_Ready_For_Device_Installation
1505                     Defaults to Nominal.
1506
1507              IPMI_Slot_Connector_Slot_Connector_Ready_For_Device_Removal
1508                     Defaults to Nominal.
1509
1510              IPMI_Slot_Connector_Slot_Power_Is_Off
1511                     Defaults to Nominal.
1512
1513              IPMI_Slot_Connector_Slot_Connector_Device_Removal_Request
1514                     Defaults to Warning.
1515
1516              IPMI_Slot_Connector_Interlock_Asserted
1517                     Defaults to Warning.
1518
1519              IPMI_Slot_Connector_Slot_Is_Disabled
1520                     Defaults to Warning.
1521
1522              IPMI_Slot_Connector_Slot_Holds_Spare_Device
1523                     Defaults to Nominal.
1524
1525       IPMI_Slot_Connector_Transition_Severity
1526              The  following  states correspond to Slot Connector sensors that
1527              report on device severity.
1528
1529              IPMI_Slot_Connector_Transition_Severity_No_Event
1530                     Defaults to Nominal.
1531
1532              IPMI_Slot_Connector_Transition_Severity_Transition_To_OK
1533                     Defaults to Nominal.
1534
1535              IPMI_Slot_Connector_Transition_Severity_Transition_To_Non_Criti‐
1536              cal_From_OK
1537                     Defaults to Warning.
1538
1539              IPMI_Slot_Connector_Transition_Severity_Transition_To_Criti‐
1540              cal_From_Less_Severe
1541                     Defaults to Critical.
1542
1543              IPMI_Slot_Connector_Transition_Severity_Transition_To_Non_Recov‐
1544              erable_From_Less_Severe
1545                     Defaults to Critical.
1546
1547              IPMI_Slot_Connector_Transition_Severity_Transition_To_Non_Criti‐
1548              cal_From_More_Severe
1549                     Defaults to Warning.
1550
1551              IPMI_Slot_Connector_Transition_Severity_Transition_To_Criti‐
1552              cal_From_Non_Recoverable
1553                     Defaults to Critical.
1554
1555              IPMI_Slot_Connector_Transition_Severity_Transition_To_Non_Recov‐
1556              erable
1557                     Defaults to Critical.
1558
1559              IPMI_Slot_Connector_Transition_Severity_Monitor
1560                     Defaults to Warning.
1561
1562              IPMI_Slot_Connector_Transition_Severity_Informational
1563                     Defaults to Nominal.
1564
1565       IPMI_System_ACPI_Power_State
1566
1567              IPMI_System_ACPI_Power_State_No_Event
1568                     Defaults to Nominal.
1569
1570              IPMI_System_ACPI_Power_State_S0_G0
1571                     Defaults to Nominal.
1572
1573              IPMI_System_ACPI_Power_State_S1
1574                     Defaults to Nominal.
1575
1576              IPMI_System_ACPI_Power_State_S2
1577                     Defaults to Nominal.
1578
1579              IPMI_System_ACPI_Power_State_S3
1580                     Defaults to Nominal.
1581
1582              IPMI_System_ACPI_Power_State_S4
1583                     Defaults to Nominal.
1584
1585              IPMI_System_ACPI_Power_State_S5_G2
1586                     Defaults to Nominal.
1587
1588              IPMI_System_ACPI_Power_State_S4_S5_Soft_Off
1589                     Defaults to Nominal.
1590
1591              IPMI_System_ACPI_Power_State_G3_Mechanical_Off
1592                     Defaults to Nominal.
1593
1594              IPMI_System_ACPI_Power_State_Sleeping_in_an_S1_S2_or_S3_States
1595                     Defaults to Nominal.
1596
1597              IPMI_System_ACPI_Power_State_G1_Sleeping
1598                     Defaults to Nominal.
1599
1600              IPMI_System_ACPI_Power_State_S5_Entered_By_Override
1601                     Defaults to Nominal.
1602
1603              IPMI_System_ACPI_Power_State_Legacy_ON_State
1604                     Defaults to Nominal.
1605
1606              IPMI_System_ACPI_Power_State_Legacy_OFF_State
1607                     Defaults to Nominal.
1608
1609              IPMI_System_ACPI_Power_State_Unspecified
1610                     Defaults to Critical.
1611
1612              IPMI_System_ACPI_Power_State_Unknown
1613                     Defaults to Critical.
1614
1615       IPMI_Watchdog2
1616              The following states correspond to Watchdog 2 sensors w/  Watch‐
1617              dog 2 specific output states.
1618
1619              IPMI_Watchdog2_No_Event
1620                     Defaults to Nominal.
1621
1622              IPMI_Watchdog2_Timer_Expired
1623                     Defaults to Warning.
1624
1625              IPMI_Watchdog2_Hard_Reset
1626                     Defaults to Critical.
1627
1628              IPMI_Watchdog2_Power_Down
1629                     Defaults to Critical.
1630
1631              IPMI_Watchdog2_Power_Cycle
1632                     Defaults to Critical.
1633
1634              IPMI_Watchdog2_Reserved1
1635                     Defaults to Nominal.
1636
1637              IPMI_Watchdog2_Reserved2
1638                     Defaults to Nominal.
1639
1640              IPMI_Watchdog2_Reserved3
1641                     Defaults to Nominal.
1642
1643              IPMI_Watchdog2_Reserved4
1644                     Defaults to Nominal.
1645
1646              IPMI_Watchdog2_Timer_Interrupt
1647                     Defaults to Warning.
1648
1649       IPMI_Platform_Alert_State
1650              The  following  states correspond to Platform Alert sensors that
1651              report an assertion or deassertion.
1652
1653              IPMI_Platform_Alert_State_No_Event
1654                     Defaults to Nominal.
1655
1656              IPMI_Platform_Alert_State_Deasserted
1657                     Defaults to Nominal.
1658
1659              IPMI_Platform_Alert_State_Asserted
1660                     Defaults to Critical.
1661
1662       IPMI_Entity_Presence
1663              The following states correspond to Entity  Presence  sensors  w/
1664              Entity Presence specific output states.
1665
1666              IPMI_Entity_Presence_No_Event
1667                     Defaults to Nominal.
1668
1669              IPMI_Entity_Presence_Entity_Present
1670                     Defaults to Nominal.
1671
1672              IPMI_Entity_Presence_Entity_Absent
1673                     Defaults to Critical.
1674
1675              IPMI_Entity_Presence_Entity_Disabled
1676                     Defaults to Critical.
1677
1678       IPMI_Entity_Presence_Device_Present
1679              The  following states correspond to Entity Presence sensors that
1680              report on device installation.
1681
1682              IPMI_Entity_Presence_Device_Present_No_Event
1683                     Defaults to Nominal.
1684
1685              IPMI_Entity_Presence_Device_Present_Device_Removed_Device_Absent
1686                     Defaults to Nominal.
1687
1688              IPMI_Entity_Pres‐
1689              ence_Device_Present_Device_Inserted_Device_Present
1690                     Defaults to Nominal.
1691
1692       IPMI_Management_Subsystem_Health
1693              The  following  states correspond to Management Subsystem Health
1694              sensors w/ Management Subsystem Health specific output states.
1695
1696              IPMI_Management_Subsystem_Health_No_Event
1697                     Defaults to Nominal.
1698
1699              IPMI_Management_Subsystem_Health_Sen‐
1700              sor_Access_Degraded_Or_Unavailable
1701                     Defaults to Critical.
1702
1703              IPMI_Management_Subsystem_Health_Con‐
1704              troller_Access_Degraded_Or_Unavailable
1705                     Defaults to Critical.
1706
1707              IPMI_Management_Subsystem_Health_Management_Controller_Off_Line
1708                     Defaults to Critical.
1709
1710              IPMI_Management_Subsystem_Health_Management_Controller_Unavail‐
1711              able
1712                     Defaults to Critical.
1713
1714              IPMI_Management_Subsystem_Health_Sensor_Failure
1715                     Defaults to Critical.
1716
1717              IPMI_Management_Subsystem_Health_FRU_Failure
1718                     Defaults to Critical.
1719
1720       IPMI_Battery
1721              The  following  states  correspond to Battery sensors w/ Battery
1722              specific output states.
1723
1724              IPMI_Battery_No_Event
1725                     Defaults to Nominal.
1726
1727              IPMI_Battery_Battery_Low
1728                     Defaults to Warning.
1729
1730              IPMI_Battery_Battery_Failed
1731                     Defaults to Critical.
1732
1733              IPMI_Battery_Battery_Presence_Detected
1734                     Defaults to Nominal.
1735
1736       IPMI_Session_Audit
1737              The following states correspond to Session Audit sensors w/ Ses‐
1738              sion_Audit specific output states.
1739
1740              IPMI_Version_Change_No_Event
1741                     Defaults to Nominal.
1742
1743              IPMI_Version_Change_Hardware_Change_Detected_With_Associ‐
1744              ated_Entity
1745                     Defaults to Warning.
1746
1747              IPMI_Version_Change_Firmware_Or_Soft‐
1748              ware_Change_Detected_With_Associated_Entity
1749                     Defaults to Warning.
1750
1751              IPMI_Version_Change_Hardware_Incompatability_Detected_With_Asso‐
1752              ciated_Entity
1753                     Defaults to Critical.
1754
1755              IPMI_Version_Change_Firmware_Or_Software_Incompatabil‐
1756              ity_Detected_With_Associated_Entity
1757                     Defaults to Critical.
1758
1759              IPMI_Version_Change_Entity_Is_Of_An_Invalid_Or_Unsupported_Hard‐
1760              ware_Version
1761                     Defaults to Critical.
1762
1763              IPMI_Version_Change_Entity_Contains_An_Invalid_Or_Unsup‐
1764              ported_Firmware_Or_Software_Version
1765                     Defaults to Critical.
1766
1767              IPMI_Version_Change_Hardware_Change_Detected_With_Associ‐
1768              ated_Entity_Was_Successful
1769                     Defaults to Nominal.
1770
1771              IPMI_Version_Change_Software_Or_FW_Change_Detected_With_Associ‐
1772              ated_Entity_Was_Successful
1773                     Defaults to Nominal.
1774
1775       IPMI_FRU_State
1776              The  following  states  correspond  to  FRU State sensors w/ FRU
1777              State specific output states.
1778
1779              IPMI_FRU_State_No_Event
1780                     Defaults to Nominal.
1781
1782              IPMI_FRU_State_FRU_Not_Installed
1783                     Defaults to Critical.
1784
1785              IPMI_FRU_State_FRU_Inactive
1786                     Defaults to Critical.
1787
1788              IPMI_FRU_State_FRU_Activation_Requested
1789                     Defaults to Warning.
1790
1791              IPMI_FRU_State_FRU_Activation_In_Progress
1792                     Defaults to Warning.
1793
1794              IPMI_FRU_State_FRU_Active
1795                     Defaults to Nominal.
1796
1797              IPMI_FRU_State_FRU_Deactivation_Requested
1798                     Defaults to Warning.
1799
1800              IPMI_FRU_State_FRU_Deactivation_In_Progress
1801                     Defaults to Warning.
1802
1803              IPMI_FRU_State_FRU_Communication_Lost
1804                     Defaults to Critical.
1805
1806       IPMI_OEM
1807              The following configuration options can be used to configure OEM
1808              specific  interpretations.  Users  should  be  aware  that  both
1809              IPMI_OEM_Bitmask and IPMI_OEM_Value can  be  configured  for  an
1810              identical  Manufacturer-ID, Product-ID, Event-Reading-Type-Code,
1811              and Sensor-Type combination. All  interpretations  rules  for  a
1812              specific  combination are iterated through and the worst result‐
1813              ing sensor state is returned (i.e. Warning < Nominal, Critical <
1814              Warning).  If no match is found, no sensor state is returned for
1815              the OEM sensor reading.
1816
1817              For each of the configuration options  below,  <Manufacturer-ID>
1818              is  the  numeric  IANA  manufacturer  ID for the manufacturer in
1819              question.  The <Product-ID> is one or more  numeric  IDs  repre‐
1820              senting  the  manufacturer's  product.   The <Product-ID> can be
1821              listed as a single numeric number (e.g. 1234), a  range  of  IDs
1822              separated  by a dash (e.g. 12-20), or a list of specific product
1823              IDs separted by a plus (e.g. 12+19+22). Both the Manufacturer-ID
1824              and  Product-ID can be found using bmc-info(8).  Multiple <Manu‐
1825              facturer-ID> and <Product-ID> pairs can be  input  separated  by
1826              commas.
1827
1828              The  Event-Reading-Type-Code  and  Sensor-Type  need  not be OEM
1829              types. They may be non-OEM types and used to provide interpreta‐
1830              tion rules for sensors that may be behaving outside the standard
1831              of the IPMI specification.
1832
1833
1834              IPMI_OEM_Bitmask <Manufacturer-ID>:<Product-ID>,...  Event-Read‐
1835              ing-Type-Code Sensor-Type Sensor-Event-Bitmask State
1836                     IPMI_OEM_Bitmask  can be used to configure a state inter‐
1837                     pretation for  a  specific  Manufacturer-ID,  Product-ID,
1838                     Event-Reading-Type-Code,  and Sensor-Type combination and
1839                     a specific bitmask of the Sensor-Event. The state will be
1840                     accepted  as  the  sensor  interpretation if the inputted
1841                     bitmask ANDed with the actual sensor event bitmask  read‐
1842                     ing  is  true.  As  a  special  case,  the  state will be
1843                     accepted if the inputted bitmask and  the  actual  sensor
1844                     event  bitmask  are  both 0. In other words, if no events
1845                     happened, an OEM interpretation  can  be  configured  for
1846                     this case by inputing a bitmask of 0x0000.
1847
1848              IPMI_OEM_Value   <Manufacturer-ID>:<Product-ID>,...  Event-Read‐
1849              ing-Type-Code Sensor-Type Sensor-Event-Bitmask-Value State
1850                     IPMI_OEM_Value can be used to configure a state interpre‐
1851                     tation   for   a  specific  Manufacturer-ID,  Product-ID,
1852                     Event-Reading-Type-Code, and Sensor-Type combination  and
1853                     a  specific value for the Sensor-Event-Bitmask. The state
1854                     will be accepted as  the  sensor  interpretation  if  the
1855                     inputted  bitmask  value  is  equal  to the actual sensor
1856                     event bitmask reading.
1857
1858

FILES

1860       /etc//freeipmi_interpret_sensor.conf
1861

REPORTING BUGS

1863       Report bugs to <freeipmi-users@gnu.org> or <freeipmi-devel@gnu.org>.
1864
1866       Copyright (C) 2007-2012 Lawrence Livermore National Security, LLC.
1867
1868       This library is free software; you can redistribute it and/or modify it
1869       under  the  terms of the GNU General Public License as published by the
1870       Free Software Foundation; either version 3 of the License, or (at  your
1871       option) any later version.
1872

SEE ALSO

1874       libfreeipmi(3), libipmimonitoring(3), ipmi-sensors(8)
1875
1876       http://www.gnu.org/software/freeipmi/
1877
1878
1879
1880FreeIPMI 1.2.1                    2017-03-22      FREEIPMI_INTERPRET_SENSOR(5)
Impressum