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

NAME

6       freeipmi_interpret_sel.conf  - specify system event log (SEL) interpre‐
7       tation rules
8

DESCRIPTION

10       The /etc//freeipmi_interpret_sel.conf defines how IPMI system event log
11       entries  should  be interpreted. IPMI system events specify a number of
12       states/thresholds when they are read. Based on those states/thresholds,
13       libraries  and  tools  such as libipmimonitoring(3) and ipmi-sel(8) can
14       report if an event is "good" or "bad" via a report of a NOMINAL,  WARN‐
15       ING,  or CRITICAL state. A different state can be reported for an event
16       depending on if it is asserted or deasserted.
17
18       Each of the states listed below are (hopefully) descriptive  enough  to
19       describe  the state conditions that may be set/unset for each sensor or
20       event type. For more detailed information on  each  of  the  individual
21       states  listed  below,  please  see  the IPMI Specification "Sensor and
22       Event Code Tables".  Ipmi-sensors(8) can be used to determine the  sen‐
23       sor  types  and  the  states/thresholds  that exist on a system by out‐
24       putting very verbose output and  seeing  what  types  of  Assertion  or
25       Deassertion events are possible.
26
27       Each of the events below may may take 1 or 2 of the following states as
28       input.
29
30       Nominal - Signal Nominal reading if event tripped
31
32       Warning - Signal Warning reading if event tripped
33
34       Critical - Signal Critical reading if event tripped
35
36       If only one state is listed, that state will be  interpreted  when  the
37       event  is  asserted  or deasserted. If two states are listed, the first
38       state will be interpreted when an event is asserted, and the later will
39       be interpreted when an event is deasserted.
40
41       Not  all  IPMI sensor types and event types are currently supported. If
42       you would like more to be supported, please e-mail the FreeIPMI mailing
43       list.
44
45       The  default  values  selected  for individual events being tripped are
46       based on best guesses and motherboards being analyzed.   If  you  think
47       they should be changed, please e-mail the FreeIPMI mailing list to dis‐
48       cuss what the defaults should be.
49
50       Most default interpretations can be determined  quite  easily  and  can
51       meet  the  needs  of  most  users.  For  example, a reading of "Perfor‐
52       mance_Met" is normally better than "Performance_Lags".   However,  some
53       sensors can be ambiguous and depend completely on the manufacturer. For
54       example, "State_Asserted" vs. "State_Deasserted" are completely at  the
55       interpretation of the vendor. Users are advised to adjust the interpre‐
56       tations below as needed for their machines.
57

FORMAT

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

OPTIONS

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

FILES

1750       /etc//freeipmi_interpret_sel.conf
1751

REPORTING BUGS

1753       Report bugs to <freeipmi-users@gnu.org> or <freeipmi-devel@gnu.org>.
1754
1756       Copyright (C) 2007-2012 Lawrence Livermore National Security, LLC.
1757
1758       This library is free software; you can redistribute it and/or modify it
1759       under  the  terms of the GNU General Public License as published by the
1760       Free Software Foundation; either version 3 of the License, or (at  your
1761       option) any later version.
1762

SEE ALSO

1764       libfreeipmi(3), libipmimonitoring(3), ipmi-sel(8)
1765
1766       http://www.gnu.org/software/freeipmi/
1767
1768
1769
1770FreeIPMI 1.2.1                    2017-03-22         FREEIPMI_INTERPRET_SEL(5)
Impressum