1FREEIPMI_INTERPRET_SEL(5) Configuration FREEIPMI_INTERPRET_SEL(5)
2
3
4
6 freeipmi_interpret_sel.conf - specify system event log (SEL) interpre‐
7 tation rules
8
10 The /etc/freeipmi//freeipmi_interpret_sel.conf defines how IPMI system
11 event log entries should be interpreted. IPMI system events specify a
12 number of states/thresholds when they are read. Based on those
13 states/thresholds, libraries and tools such as libipmimonitoring(3) and
14 ipmi-sel(8) can report if an event is "good" or "bad" via a report of a
15 NOMINAL, WARNING, or CRITICAL state. A different state can be reported
16 for an event 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 De‐
25 assertion 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
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
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_Critical_From_Non_Re‐
300 coverable
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_Sufficient_Resources_From_Re‐
367 dundant
368 Defaults to Critical/Warning.
369
370 IPMI_Fan_Redundancy_Non_Redundant_Sufficient_Resources_From_In‐
371 sufficient_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_Violation_Attempt_Out_Of_Band_Ac‐
434 cess_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_Power_Supply_Inactive
516 Defaults to Warning/Warning.
517
518 IPMI_Power_Supply_State
519 The following states correspond to Power_Supply sensor events
520 that report an assertion or deassertion.
521
522 IPMI_Power_Supply_State_Deasserted
523 Defaults to Critical.
524
525 IPMI_Power_Supply_State_Asserted
526 Defaults to Nominal.
527
528 IPMI_Power_Supply_Transition_Severity
529 The following states correspond to Power Supply sensor events
530 that report on device severity.
531
532 IPMI_Power_Supply_Transition_Severity_Transition_To_OK
533 Defaults to Nominal.
534
535 IPMI_Power_Supply_Transition_Severity_Transition_To_Non_Criti‐
536 cal_From_OK
537 Defaults to Warning.
538
539 IPMI_Power_Supply_Transition_Severity_Transition_To_Criti‐
540 cal_From_Less_Severe
541 Defaults to Critical.
542
543 IPMI_Power_Supply_Transition_Severity_Transition_To_Non_Recover‐
544 able_From_Less_Severe
545 Defaults to Critical.
546
547 IPMI_Power_Supply_Transition_Severity_Transition_To_Non_Criti‐
548 cal_From_More_Severe
549 Defaults to Warning.
550
551 IPMI_Power_Supply_Transition_Severity_Transition_To_Criti‐
552 cal_From_Non_Recoverable
553 Defaults to Critical.
554
555 IPMI_Power_Supply_Transition_Severity_Transition_To_Non_Recover‐
556 able
557 Defaults to Critical.
558
559 IPMI_Power_Supply_Transition_Severity_Monitor
560 Defaults to Warning.
561
562 IPMI_Power_Supply_Transition_Severity_Informational
563 Defaults to Nominal.
564
565 IPMI_Power_Supply_Redundancy
566 The following states correspond to Power Supply sensor events
567 that report on redundancy.
568
569 IPMI_Power_Supply_Redundancy_Fully_Redundant
570 Defaults to Nominal/Nominal.
571
572 IPMI_Power_Supply_Redundancy_Redundancy_Lost
573 Defaults to Critical/Warning.
574
575 IPMI_Power_Supply_Redundancy_Redundancy_Degraded
576 Defaults to Warning/Warning.
577
578 IPMI_Power_Supply_Redundancy_Non_Redundant_Sufficient_Re‐
579 sources_From_Redundant
580 Defaults to Critical/Warning.
581
582 IPMI_Power_Supply_Redundancy_Non_Redundant_Sufficient_Re‐
583 sources_From_Insufficient_Redundancy
584 Defaults to Critical/Warning.
585
586 IPMI_Power_Supply_Redundancy_Non_Redundant_Insufficient_Re‐
587 sources
588 Defaults to Critical/Warning.
589
590 IPMI_Power_Supply_Redundancy_Redundancy_Degraded_From_Fully_Re‐
591 dundant
592 Defaults to Warning/Warning.
593
594 IPMI_Power_Supply_Redundancy_Redundancy_Degraded_From_Non_Redun‐
595 dant
596 Defaults to Warning/Warning.
597
598 IPMI_Power_Unit
599 The following states correspond to Power Unit sensor events w/
600 Power Unit specific output events.
601
602 IPMI_Power_Unit_Power_Off_Power_Down
603 Defaults to Nominal/Nominal.
604
605 IPMI_Power_Unit_Power_Cycle
606 Defaults to Nominal/Nominal.
607
608 IPMI_Power_Unit_240VA_Power_Down
609 Defaults to Warning/Nominal.
610
611 IPMI_Power_Unit_Interlock_Power_Down
612 Defaults to Warning/Warning.
613
614 IPMI_Power_Unit_AC_Lost
615 Defaults to Critical/Warning.
616
617 IPMI_Power_Unit_Soft_Power_Control_Failure
618 Defaults to Critical/Critical.
619
620 IPMI_Power_Unit_Power_Unit_Failure_Detected
621 Defaults to Critical/Critical.
622
623 IPMI_Power_Unit_Predictive_Failure
624 Defaults to Critical/Critical.
625
626 IPMI_Power_Unit_Device_Present
627 The following states correspond to Power Unit sensor events that
628 report on device installation.
629
630 IPMI_Power_Unit_Device_Present_Device_Removed_Device_Absent
631 Defaults to Critical.
632
633 IPMI_Power_Unit_Device_Present_Device_Inserted_Device_Present
634 Defaults to Nominal.
635
636 IPMI_Power_Unit_Redundancy
637 The following states correspond to Power Unit sensor events that
638 report on redundancy.
639
640 IPMI_Power_Unit_Redundancy_Fully_Redundant
641 Defaults to Nominal/Nominal.
642
643 IPMI_Power_Unit_Redundancy_Redundancy_Lost
644 Defaults to Critical/Warning.
645
646 IPMI_Power_Unit_Redundancy_Redundancy_Degraded
647 Defaults to Warning/Warning.
648
649 IPMI_Power_Unit_Redundancy_Non_Redundant_Sufficient_Re‐
650 sources_From_Redundant
651 Defaults to Critical/Warning.
652
653 IPMI_Power_Unit_Redundancy_Non_Redundant_Sufficient_Re‐
654 sources_From_Insufficient_Redundancy
655 Defaults to Critical/Warning.
656
657 IPMI_Power_Unit_Redundancy_Non_Redundant_Insufficient_Resources
658 Defaults to Critical/Warning.
659
660 IPMI_Power_Unit_Redundancy_Redundancy_Degraded_From_Fully_Redun‐
661 dant
662 Defaults to Warning/Warning.
663
664 IPMI_Power_Unit_Redundancy_Redundancy_Degraded_From_Non_Redun‐
665 dant
666 Defaults to Warning/Warning.
667
668 IPMI_Cooling_Device_Redundancy
669 The following states correspond to Cooling Device sensor events
670 that report on redundancy.
671
672 IPMI_Cooling_Device_Redundancy_Fully_Redundant
673 Defaults to Nominal/Nominal.
674
675 IPMI_Cooling_Device_Redundancy_Redundancy_Lost
676 Defaults to Critical/Warning.
677
678 IPMI_Cooling_Device_Redundancy_Redundancy_Degraded
679 Defaults to Warning/Warning.
680
681 IPMI_Cooling_Device_Redundancy_Non_Redundant_Sufficient_Re‐
682 sources_From_Redundant
683 Defaults to Critical/Warning.
684
685 IPMI_Cooling_Device_Redundancy_Non_Redundant_Sufficient_Re‐
686 sources_From_Insufficient_Redundancy
687 Defaults to Critical/Warning.
688
689 IPMI_Cooling_Device_Redundancy_Non_Redundant_Insufficient_Re‐
690 sources
691 Defaults to Critical/Warning.
692
693 IPMI_Cooling_Device_Redundancy_Redundancy_De‐
694 graded_From_Fully_Redundant
695 Defaults to Warning/Warning.
696
697 IPMI_Cooling_Device_Redundancy_Redundancy_Degraded_From_Non_Re‐
698 dundant
699 Defaults to Warning/Warning.
700
701 IPMI_Memory
702 The following states correspond to Memory sensor events w/ Mem‐
703 ory specific output events.
704
705 IPMI_Memory_Correctable_Memory_Error
706 Defaults to Warning.
707
708 IPMI_Memory_Uncorrectable_Memory_Error
709 Defaults to Critical.
710
711 IPMI_Memory_Parity
712 Defaults to Critical.
713
714 IPMI_Memory_Memory_Scrub_Failed
715 Defaults to Critical.
716
717 IPMI_Memory_Memory_Device_Disabled
718 Defaults to Critical.
719
720 IPMI_Memory_Correctable_Memory_Error_Logging_Limit_Reached
721 Defaults to Warning.
722
723 IPMI_Memory_Presence_Detected
724 Defaults to Nominal.
725
726 IPMI_Memory_Configuration_Error
727 Defaults to Critical.
728
729 IPMI_Memory_Spare
730 Defaults to Nominal.
731
732 IPMI_Memory_Memory_Automatically_Throttled
733 Defaults to Warning.
734
735 IPMI_Memory_Critical_Overtemperature
736 Defaults to Critical.
737
738 IPMI_Memory_State
739 The following states correspond to Memory sensor events that re‐
740 port an assertion or deassertion.
741
742 IPMI_Memory_State_Deasserted
743 Defaults to Nominal.
744
745 IPMI_Memory_State_Asserted
746 Defaults to Critical.
747
748 IPMI_Memory_Transition_Severity
749 The following states correspond to Memory sensor events that re‐
750 port on transition severity.
751
752 IPMI_Memory_Transition_Severity_Transition_To_OK
753 Defaults to Nominal.
754
755 IPMI_Memory_Transition_Severity_Transition_To_Non_Criti‐
756 cal_From_OK
757 Defaults to Warning.
758
759 IPMI_Memory_Transition_Severity_Transition_To_Criti‐
760 cal_From_Less_Severe
761 Defaults to Critical.
762
763 IPMI_Memory_Transition_Severity_Transition_To_Non_Recover‐
764 able_From_Less_Severe
765 Defaults to Critical.
766
767 IPMI_Memory_Transition_Severity_Transition_To_Non_Criti‐
768 cal_From_More_Severe
769 Defaults to Warning.
770
771 IPMI_Memory_Transition_Severity_Transition_To_Criti‐
772 cal_From_Non_Recoverable
773 Defaults to Critical.
774
775 IPMI_Memory_Transition_Severity_Transition_To_Non_Recoverable
776 Defaults to Critical.
777
778 IPMI_Memory_Transition_Severity_Monitor
779 Defaults to Warning.
780
781 IPMI_Memory_Transition_Severity_Informational
782 Defaults to Nominal.
783
784 IPMI_Memory_Redundancy
785 The following states correspond to Memory sensor events that re‐
786 port on redundancy.
787
788 IPMI_Memory_Redundancy_Fully_Redundant
789 Defaults to Nominal/Nominal.
790
791 IPMI_Memory_Redundancy_Redundancy_Lost
792 Defaults to Critical/Warning.
793
794 IPMI_Memory_Redundancy_Redundancy_Degraded
795 Defaults to Warning/Warning.
796
797 IPMI_Memory_Redundancy_Non_Redundant_Sufficient_Re‐
798 sources_From_Redundant
799 Defaults to Critical/Warning.
800
801 IPMI_Memory_Redundancy_Non_Redundant_Sufficient_Re‐
802 sources_From_Insufficient_Redundancy
803 Defaults to Critical/Warning.
804
805 IPMI_Memory_Redundancy_Non_Redundant_Insufficient_Resources
806 Defaults to Critical/Warning.
807
808 IPMI_Memory_Redundancy_Redundancy_Degraded_From_Fully_Redundant
809 Defaults to Warning/Warning.
810
811 IPMI_Memory_Redundancy_Redundancy_Degraded_From_Non_Redundant
812 Defaults to Warning/Warning.
813
814 IPMI_Drive_Slot
815 The following states correspond to Drive Slot sensor events w/
816 Drive Slot specific output events.
817
818 IPMI_Drive_Slot_Drive_Presence
819 Defaults to Nominal.
820
821 IPMI_Drive_Slot_Drive_Fault
822 Defaults to Critical.
823
824 IPMI_Drive_Slot_Predictive_Failure
825 Defaults to Critical.
826
827 IPMI_Drive_Slot_Hot_Spare
828 Defaults to Nominal.
829
830 IPMI_Drive_Slot_Consistency_Check_Parity_Check_In_Progress
831 Defaults to Nominal.
832
833 IPMI_Drive_Slot_In_Critical_Array
834 Defaults to Critical.
835
836 IPMI_Drive_Slot_In_Failed_Array
837 Defaults to Critical.
838
839 IPMI_Drive_Slot_Rebuild_Remap_In_Progress
840 Defaults to Nominal.
841
842 IPMI_Drive_Slot_Rebuild_Remap_Aborted
843 Defaults to Critical.
844
845 IPMI_Drive_Slot_State
846 The following states correspond to Drive Slot sensor events that
847 report an assertion or deassertion.
848
849 IPMI_Drive_Slot_State_Deasserted
850 Defaults to Warning.
851
852 IPMI_Drive_Slot_State_Asserted
853 Defaults to Nominal.
854
855 IPMI_Drive_Slot_Predictive_Failure
856 The following states correspond to Drive_Slot sensor events that
857 report a predictive failure assertion or deassertion.
858
859 IPMI_Drive_Slot_Predictive_Failure_Deasserted
860 Defaults to Nominal.
861
862 IPMI_Drive_Slot_Predictive_Failure_Asserted
863 Defaults to Critical.
864
865 IPMI_Drive_Slot_Device_Present
866 The following states correspond to Drive Slot sensor events that
867 report on device installation.
868
869 IPMI_Drive_Slot_Device_Present_Device_Removed_Device_Absent
870 Defaults to Critical.
871
872 IPMI_Drive_Slot_Device_Present_Device_Inserted_Device_Present
873 Defaults to Nominal.
874
875 IPMI_POST_Memory_Resize_State
876 The following states correspond to POST Memory Resize sensor
877 events that report an assertion or deassertion.
878
879 IPMI_POST_Memory_Resize_State_Deasserted
880 Defaults to Nominal.
881
882 IPMI_POST_Memory_Resize_State_Asserted
883 Defaults to Warning.
884
885 IPMI_System_Firmware_Progress
886 The following states correspond to System Firmware Progress sen‐
887 sor events w/ System Firmware Progress specific output events.
888
889 IPMI_System_Firmware_Progress_System_Firmware_Error
890 Defaults to Critical.
891
892 IPMI_System_Firmware_Progress_System_Firmware_Hang
893 Defaults to Critical.
894
895 IPMI_System_Firmware_Progress_System_Firmware_Progress
896 Defaults to Nominal.
897
898 IPMI_System_Firmware_Progress_Transition_Severity
899 The following states correspond to System Firmware Progress sen‐
900 sor events that report on device severity.
901
902 IPMI_System_Firmware_Progress_Transition_Severity_Transi‐
903 tion_To_OK
904 Defaults to Nominal.
905
906 IPMI_System_Firmware_Progress_Transition_Severity_Transi‐
907 tion_To_Non_Critical_From_OK
908 Defaults to Warning.
909
910 IPMI_System_Firmware_Progress_Transition_Severity_Transi‐
911 tion_To_Critical_From_Less_Severe
912 Defaults to Critical.
913
914 IPMI_System_Firmware_Progress_Transition_Severity_Transi‐
915 tion_To_Non_Recoverable_From_Less_Severe
916 Defaults to Critical.
917
918 IPMI_System_Firmware_Progress_Transition_Severity_Transi‐
919 tion_To_Non_Critical_From_More_Severe
920 Defaults to Warning.
921
922 IPMI_System_Firmware_Progress_Transition_Severity_Transi‐
923 tion_To_Critical_From_Non_Recoverable
924 Defaults to Critical.
925
926 IPMI_System_Firmware_Progress_Transition_Severity_Transi‐
927 tion_To_Non_Recoverable
928 Defaults to Critical.
929
930 IPMI_System_Firmware_Progress_Transition_Severity_Monitor
931 Defaults to Warning.
932
933 IPMI_System_Firmware_Progress_Transition_Severity_Informational
934 Defaults to Nominal.
935
936 IPMI_Event_Logging_Disabled
937 The following states correspond to Event Logging Disabled sensor
938 events w/
939
940 IPMI_Event_Logging_Disabled_Correctable_Memory_Error_Log‐
941 ging_Disabled
942 Defaults to Critical.
943
944 IPMI_Event_Logging_Disabled_Event_Type_Logging_Disabled
945 Defaults to Critical.
946
947 IPMI_Event_Logging_Disabled_Log_Area_Reset_Cleared
948 Defaults to Nominal.
949
950 IPMI_Event_Logging_Disabled_All_Event_Logging_Disabled
951 Defaults to Critical.
952
953 IPMI_Event_Logging_Disabled_SEL_Full
954 Defaults to Critical.
955
956 IPMI_Event_Logging_Disabled_SEL_Almost_Full
957 Defaults to Warning.
958
959 IPMI_Event_Logging_Disabled_Correctable_Machine_Check_Error_Log‐
960 ging_Disabled
961 Defaults to Critical.
962
963 IPMI_System_Event
964 The following states correspond to System Event sensor events w/
965 System Event specific output events.
966
967 IPMI_System_Event_System_Reconfigured
968 Defaults to Warning.
969
970 IPMI_System_Event_OEM_System_Boot_Event
971 Defaults to Nominal.
972
973 IPMI_System_Event_Undetermined_System_Hardware_Failure
974 Defaults to Critical.
975
976 IPMI_System_Event_Entry_Added_To_Auxiliary_Log
977 Defaults to Nominal.
978
979 IPMI_System_Event_PEF_Action
980 Defaults to Nominal.
981
982 IPMI_System_Event_Timestamp_Clock_Sync
983 Defaults to Warning.
984
985 IPMI_System_Event_Transition_State
986 The following states correspond to System Event sensor events
987 that report a transition state.
988
989 IPMI_System_Event_Transition_State_Active
990 Defaults to Nominal.
991
992 IPMI_System_Event_Transition_State_Idle
993 Defaults to Nominal.
994
995 IPMI_System_Event_Transition_State_Busy
996 Defaults to Nominal.
997
998 IPMI_System_Event_State
999 The following states correspond to System Event sensor events
1000 that report an assertion or deassertion.
1001
1002 IPMI_System_Event_State_Deasserted
1003 Defaults to Nominal.
1004
1005 IPMI_System_Event_State_Asserted
1006 Defaults to Warning.
1007
1008 IPMI_Critical_Interrupt
1009 The following states correspond to Critical Interrupt sensor
1010 events w/ Critical Interrupt specific output events.
1011
1012 IPMI_Critical_Interrupt_Front_Panel_NMI_Diagnostic_Interrupt
1013 Defaults to Critical.
1014
1015 IPMI_Critical_Interrupt_Bus_Timeout
1016 Defaults to Critical.
1017
1018 IPMI_Critical_Interrupt_IO_Channel_Check_NMI
1019 Defaults to Critical.
1020
1021 IPMI_Critical_Interrupt_Software_NMI
1022 Defaults to Warning.
1023
1024 IPMI_Critical_Interrupt_PCI_PERR
1025 Defaults to Critical.
1026
1027 IPMI_Critical_Interrupt_PCI_SERR
1028 Defaults to Critical.
1029
1030 IPMI_Critical_Interrupt_EISA_Fail_Safe_Timeout
1031 Defaults to Critical.
1032
1033 IPMI_Critical_Interrupt_Bus_Correctable_Error
1034 Defaults to Warning.
1035
1036 IPMI_Critical_Interrupt_Bus_Uncorrectable_Error
1037 Defaults to Critical.
1038
1039 IPMI_Critical_Interrupt_Fatal_NMI
1040 Defaults to Critical.
1041
1042 IPMI_Critical_Interrupt_Bus_Fatal_Error
1043 Defaults to Critical. IPMI_Critical_Interrupt_Bus_De‐
1044 graded Defaults to Warning.
1045
1046 IPMI_Button_Switch
1047 The following states correspond to Button/Switch sensor events
1048 w/ Button/Switch specific output events.
1049
1050 IPMI_Button_Switch_Power_Button_Pressed
1051 Defaults to Info.
1052
1053 IPMI_Button_Switch_Sleep_Button_Pressed
1054 Defaults to Info.
1055
1056 IPMI_Button_Switch_Reset_Button_Pressed
1057 Defaults to Info.
1058
1059 IPMI_Button_Switch_FRU_Latch_Open
1060 Defaults to Warning.
1061
1062 IPMI_Button_Switch_FRU_Service_Request_Button
1063 Defaults to Warning.
1064
1065 IPMI_Button_Switch_State
1066 The following states correspond to Button/Switch sensor events
1067 that report an assertion or deassertion.
1068
1069 IPMI_Button_Switch_State_Deasserted
1070 Defaults to Nominal.
1071
1072 IPMI_Button_Switch_State_Asserted
1073 Defaults to Nominal.
1074
1075 IPMI_Button_Switch_Transition_Severity
1076 The following states correspond to Button Switch sensor events
1077 that report on device severity.
1078
1079 IPMI_Button_Switch_Transition_Severity_Transition_To_OK
1080 Defaults to Nominal.
1081
1082 IPMI_Button_Switch_Transition_Severity_Transition_To_Non_Criti‐
1083 cal_From_OK
1084 Defaults to Warning.
1085
1086 IPMI_Button_Switch_Transition_Severity_Transition_To_Criti‐
1087 cal_From_Less_Severe
1088 Defaults to Critical.
1089
1090 IPMI_Button_Switch_Transition_Severity_Transition_To_Non_Recov‐
1091 erable_From_Less_Severe
1092 Defaults to Critical.
1093
1094 IPMI_Button_Switch_Transition_Severity_Transition_To_Non_Criti‐
1095 cal_From_More_Severe
1096 Defaults to Warning.
1097
1098 IPMI_Button_Switch_Transition_Severity_Transition_To_Criti‐
1099 cal_From_Non_Recoverable
1100 Defaults to Critical.
1101
1102 IPMI_Button_Switch_Transition_Severity_Transition_To_Non_Recov‐
1103 erable
1104 Defaults to Critical.
1105
1106 IPMI_Button_Switch_Transition_Severity_Monitor
1107 Defaults to Warning.
1108
1109 IPMI_Button_Switch_Transition_Severity_Informational
1110 Defaults to Nominal.
1111
1112 IPMI_Module_Board_State
1113 The following states correspond to Module/Board sensor events
1114 that report an assertion or deassertion.
1115
1116 IPMI_Module_Board_State_Deasserted
1117 Defaults to Nominal.
1118
1119 IPMI_Module_Board_State_Asserted
1120 Defaults to Critical.
1121
1122 IPMI_Module_Board_Device_Present
1123 The following states correspond to Module/Board sensor events
1124 that report on device installation.
1125
1126 IPMI_Module_Board_Device_Present_Device_Removed_Device_Absent
1127 Defaults to Critical.
1128
1129 IPMI_Module_Board_Device_Present_Device_Inserted_Device_Present
1130 Defaults to Nominal.
1131
1132 IPMI_Chassis_Transition_Severity
1133 The following states correspond to Chassis sensor events that
1134 report on device severity.
1135
1136 IPMI_Chassis_Transition_Severity_Transition_To_OK
1137 Defaults to Nominal.
1138
1139 IPMI_Chassis_Transition_Severity_Transition_To_Non_Criti‐
1140 cal_From_OK
1141 Defaults to Warning.
1142
1143 IPMI_Chassis_Transition_Severity_Transition_To_Criti‐
1144 cal_From_Less_Severe
1145 Defaults to Critical.
1146
1147 IPMI_Chassis_Transition_Severity_Transition_To_Non_Recover‐
1148 able_From_Less_Severe
1149 Defaults to Critical.
1150
1151 IPMI_Chassis_Transition_Severity_Transition_To_Non_Criti‐
1152 cal_From_More_Severe
1153 Defaults to Warning.
1154
1155 IPMI_Chassis_Transition_Severity_Transition_To_Criti‐
1156 cal_From_Non_Recoverable
1157 Defaults to Critical.
1158
1159 IPMI_Chassis_Transition_Severity_Transition_To_Non_Recoverable
1160 Defaults to Critical.
1161
1162 IPMI_Chassis_Transition_Severity_Monitor
1163 Defaults to Warning.
1164
1165 IPMI_Chassis_Transition_Severity_Informational
1166 Defaults to Nominal.
1167
1168 IPMI_Chip_Set
1169 The following states correspond to Chip Set sensor events w/
1170 Chip Set specific output events.
1171
1172 IPMI_Chip_Set_Soft_Power_Control_Failure
1173 Defaults to Critical.
1174
1175 IPMI_Chip_Set_Thermal_Trip
1176 Defaults to Critical.
1177
1178 IPMI_Chip_Set_Transition_Severity
1179 The following states correspond to Chip Set sensor events that
1180 report on device severity.
1181
1182 IPMI_Chip_Set_Transition_Severity_Transition_To_OK
1183 Defaults to Nominal.
1184
1185 IPMI_Chip_Set_Transition_Severity_Transition_To_Non_Criti‐
1186 cal_From_OK
1187 Defaults to Warning.
1188
1189 IPMI_Chip_Set_Transition_Severity_Transition_To_Criti‐
1190 cal_From_Less_Severe
1191 Defaults to Critical.
1192
1193 IPMI_Chip_Set_Transition_Severity_Transition_To_Non_Recover‐
1194 able_From_Less_Severe
1195 Defaults to Critical.
1196
1197 IPMI_Chip_Set_Transition_Severity_Transition_To_Non_Criti‐
1198 cal_From_More_Severe
1199 Defaults to Warning.
1200
1201 IPMI_Chip_Set_Transition_Severity_Transition_To_Criti‐
1202 cal_From_Non_Recoverable
1203 Defaults to Critical.
1204
1205 IPMI_Chip_Set_Transition_Severity_Transition_To_Non_Recoverable
1206 Defaults to Critical.
1207
1208 IPMI_Chip_Set_Transition_Severity_Monitor
1209 Defaults to Warning.
1210
1211 IPMI_Chip_Set_Transition_Severity_Informational
1212 Defaults to Nominal.
1213
1214 IPMI_Cable_Interconnect
1215 The following states correspond to Cable/Interconnect sensor
1216 events w/ Cable/Interconnect specific output events.
1217
1218 IPMI_Cable_Interconnect_Is_Connected
1219 Defaults to Nominal.
1220
1221 IPMI_Cable_Interconnect_Configuration_Error
1222 Defaults to Critical.
1223
1224 IPMI_Cable_Interconnect_Transition_Severity
1225 The following states correspond to Cable/Interconnect sensor
1226 events that report on device severity.
1227
1228 IPMI_Cable_Interconnect_Transition_Severity_Transition_To_OK
1229 Defaults to Nominal.
1230
1231 IPMI_Cable_Interconnect_Transition_Severity_Transi‐
1232 tion_To_Non_Critical_From_OK
1233 Defaults to Warning.
1234
1235 IPMI_Cable_Interconnect_Transition_Severity_Transition_To_Criti‐
1236 cal_From_Less_Severe
1237 Defaults to Critical.
1238
1239 IPMI_Cable_Interconnect_Transition_Severity_Transi‐
1240 tion_To_Non_Recoverable_From_Less_Severe
1241 Defaults to Critical.
1242
1243 IPMI_Cable_Interconnect_Transition_Severity_Transi‐
1244 tion_To_Non_Critical_From_More_Severe
1245 Defaults to Warning.
1246
1247 IPMI_Cable_Interconnect_Transition_Severity_Transition_To_Criti‐
1248 cal_From_Non_Recoverable
1249 Defaults to Critical.
1250
1251 IPMI_Cable_Interconnect_Transition_Severity_Transi‐
1252 tion_To_Non_Recoverable
1253 Defaults to Critical.
1254
1255 IPMI_Cable_Interconnect_Transition_Severity_Monitor
1256 Defaults to Warning.
1257
1258 IPMI_Cable_Interconnect_Transition_Severity_Informational
1259 Defaults to Nominal.
1260
1261 IPMI_System_Boot_Initiated
1262 The following states correspond to System Boot Initiated sensor
1263 events w/ System Boot Initiated specific output events.
1264 IPMI_System_Boot_Initiated_Initiated_By_Power_Up Defaults to
1265 Nominal. IPMI_System_Boot_Initiated_Initiated_By_Hard_Reset De‐
1266 faults to Nominal. IPMI_System_Boot_Initiated_Initi‐
1267 ated_By_Warm_Reset Defaults to Nominal. IPMI_System_Boot_Initi‐
1268 ated_User_Requested_PXE_Boot Defaults to Nominal. IPMI_Sys‐
1269 tem_Boot_Initiated_Automatic_Boot_To_Diagnostic Defaults to Nom‐
1270 inal. IPMI_System_Boot_Initiated_OS_Run_Time_Software_Initi‐
1271 ated_Hard_Reset Defaults to Warning. IPMI_System_Boot_Initi‐
1272 ated_OS_Run_Time_Software_Initiated_Warm_Reset Defaults to Warn‐
1273 ing. IPMI_System_Boot_Initiated_System_Restart Defaults to Nom‐
1274 inal.
1275
1276 IPMI_Boot_Error
1277 The following states correspond to Boot Error sensor events w/
1278 Boot Error specific output events.
1279
1280 IPMI_Boot_Error_No_Bootable_Media
1281 Defaults to Critical.
1282
1283 IPMI_Boot_Error_Non_Bootable_Diskette_Left_In_Drive
1284 Defaults to Critical.
1285
1286 IPMI_Boot_Error_PXE_Server_Not_Found
1287 Defaults to Critical.
1288
1289 IPMI_Boot_Error_Invalid_Boot_Sector
1290 Defaults to Critical.
1291
1292 IPMI_Boot_Error_Timeout_Waiting_For_User_Selec‐
1293 tion_Of_Boot_Source
1294 Defaults to Warning.
1295
1296 IPMI_Boot_Error_State
1297 The following states correspond to Boot Error sensor events that
1298 report an assertion or deassertion.
1299
1300 IPMI_Boot_Error_State_Deasserted
1301 Defaults to Nominal.
1302
1303 IPMI_Boot_Error_State_Asserted
1304 Defaults to Critical.
1305
1306 IPMI_Boot_Error_Transition_Severity
1307 The following states correspond to Boot Error sensor events that
1308 report on device severity.
1309
1310 IPMI_Boot_Error_Transition_Severity_Transition_To_OK
1311 Defaults to Nominal.
1312
1313 IPMI_Boot_Error_Transition_Severity_Transition_To_Non_Criti‐
1314 cal_From_OK
1315 Defaults to Warning.
1316
1317 IPMI_Boot_Error_Transition_Severity_Transition_To_Criti‐
1318 cal_From_Less_Severe
1319 Defaults to Critical.
1320
1321 IPMI_Boot_Error_Transition_Severity_Transition_To_Non_Recover‐
1322 able_From_Less_Severe
1323 Defaults to Critical.
1324
1325 IPMI_Boot_Error_Transition_Severity_Transition_To_Non_Criti‐
1326 cal_From_More_Severe
1327 Defaults to Warning.
1328
1329 IPMI_Boot_Error_Transition_Severity_Transition_To_Criti‐
1330 cal_From_Non_Recoverable
1331 Defaults to Critical.
1332
1333 IPMI_Boot_Error_Transition_Severity_Transition_To_Non_Recover‐
1334 able
1335 Defaults to Critical.
1336
1337 IPMI_Boot_Error_Transition_Severity_Monitor
1338 Defaults to Warning.
1339
1340 IPMI_Boot_Error_Transition_Severity_Informational
1341 Defaults to Nominal.
1342
1343 IPMI_OS_Boot
1344 The following states correspond to OS Boot sensor events w/ OS
1345 Boot specific output events.
1346 IPMI_OS_Boot_A_Boot_Completed Defaults to Nominal.
1347 IPMI_OS_Boot_C_Boot_Completed Defaults to Nominal.
1348 IPMI_OS_Boot_PXE_Boot_Completed Defaults to Nominal.
1349 IPMI_OS_Boot_Diagnostic_Boot_Completed Defaults to Nominal.
1350 IPMI_OS_Boot_CD_ROM_Boot_Completed Defaults to Nominal.
1351 IPMI_OS_Boot_ROM_Boot_Completed Defaults to Nominal.
1352 IPMI_OS_Boot_Boot_Completed_Boot_Device_Not_Specified Defaults
1353 to Warning. IPMI_OS_Boot_Base_OS_Hypervisor_Installa‐
1354 tion_Started Defaults to Nominal. IPMI_OS_Boot_Base_OS_Hypervi‐
1355 sor_Installation_Completed Defaults to Nominal.
1356 IPMI_OS_Boot_Base_OS_Hypervisor_Installation_Aborted Defaults to
1357 Warning. IPMI_OS_Boot_Base_OS_Hypervisor_Installation_Failed
1358 Defaults to Critical.
1359
1360 IPMI_OS_Critical_Stop
1361 The following states correspond to OS Critical Stop sensor
1362 events w/ OS Critical Stop specific output events.
1363 IPMI_OS_Critical_Stop_Critical_Stop_During_OS_Load Defaults to
1364 Critical. IPMI_OS_Critical_Stop_Run_Time_Critical_Stop Defaults
1365 to Critical. IPMI_OS_Critical_Stop_OS_Graceful_Stop Defaults to
1366 Warning. IPMI_OS_Critical_Stop_OS_Graceful_Shutdown Defaults to
1367 Warning. IPMI_OS_Critical_Stop_Soft_Shutdown_Initiated_By_PEF
1368 Defaults to Warning. IPMI_OS_Critical_Stop_Agent_Not_Responding
1369 Defaults to Critical.
1370
1371 IPMI_OS_Critical_Stop_State
1372 The following states correspond to OS Critical Stop sensor
1373 events that report an assertion or deassertion.
1374
1375 IPMI_OS_Critical_Stop_State_Deasserted
1376 Defaults to Nominal.
1377
1378 IPMI_OS_Critical_Stop_State_Asserted
1379 Defaults to Critical.
1380
1381 IPMI_Slot_Connector
1382 The following states correspond to Slot Connector sensor events
1383 w/ Slot Connector specific output events.
1384
1385 IPMI_Slot_Connector_Fault_Status_Asserted
1386 Defaults to Critical.
1387
1388 IPMI_Slot_Connector_Identify_Status_Asserted
1389 Defaults to Warning.
1390
1391 IPMI_Slot_Connector_Slot_Connector_Device_Installed_Attached
1392 Defaults to Nominal.
1393
1394 IPMI_Slot_Connector_Slot_Connector_Ready_For_Device_Installation
1395 Defaults to Nominal.
1396
1397 IPMI_Slot_Connector_Slot_Connector_Ready_For_Device_Removal
1398 Defaults to Nominal.
1399
1400 IPMI_Slot_Connector_Slot_Power_Is_Off
1401 Defaults to Nominal.
1402
1403 IPMI_Slot_Connector_Slot_Connector_Device_Removal_Request
1404 Defaults to Warning.
1405
1406 IPMI_Slot_Connector_Interlock_Asserted
1407 Defaults to Warning.
1408
1409 IPMI_Slot_Connector_Slot_Is_Disabled
1410 Defaults to Warning.
1411
1412 IPMI_Slot_Connector_Slot_Holds_Spare_Device
1413 Defaults to Nominal.
1414
1415 IPMI_Slot_Connector_Transition_Severity
1416 The following states correspond to Slot Connector sensor events
1417 that report on device severity.
1418
1419 IPMI_Slot_Connector_Transition_Severity_Transition_To_OK
1420 Defaults to Nominal.
1421
1422 IPMI_Slot_Connector_Transition_Severity_Transition_To_Non_Criti‐
1423 cal_From_OK
1424 Defaults to Warning.
1425
1426 IPMI_Slot_Connector_Transition_Severity_Transition_To_Criti‐
1427 cal_From_Less_Severe
1428 Defaults to Critical.
1429
1430 IPMI_Slot_Connector_Transition_Severity_Transition_To_Non_Recov‐
1431 erable_From_Less_Severe
1432 Defaults to Critical.
1433
1434 IPMI_Slot_Connector_Transition_Severity_Transition_To_Non_Criti‐
1435 cal_From_More_Severe
1436 Defaults to Warning.
1437
1438 IPMI_Slot_Connector_Transition_Severity_Transition_To_Criti‐
1439 cal_From_Non_Recoverable
1440 Defaults to Critical.
1441
1442 IPMI_Slot_Connector_Transition_Severity_Transition_To_Non_Recov‐
1443 erable
1444 Defaults to Critical.
1445
1446 IPMI_Slot_Connector_Transition_Severity_Monitor
1447 Defaults to Warning.
1448
1449 IPMI_Slot_Connector_Transition_Severity_Informational
1450 Defaults to Nominal.
1451
1452 IPMI_System_ACPI_Power_State
1453
1454 IPMI_System_ACPI_Power_State_S0_G0
1455 Defaults to Nominal.
1456
1457 IPMI_System_ACPI_Power_State_S1
1458 Defaults to Nominal.
1459
1460 IPMI_System_ACPI_Power_State_S2
1461 Defaults to Nominal.
1462
1463 IPMI_System_ACPI_Power_State_S3
1464 Defaults to Nominal.
1465
1466 IPMI_System_ACPI_Power_State_S4
1467 Defaults to Nominal.
1468
1469 IPMI_System_ACPI_Power_State_S5_G2
1470 Defaults to Nominal.
1471
1472 IPMI_System_ACPI_Power_State_S4_S5_Soft_Off
1473 Defaults to Nominal.
1474
1475 IPMI_System_ACPI_Power_State_G3_Mechanical_Off
1476 Defaults to Nominal.
1477
1478 IPMI_System_ACPI_Power_State_Sleeping_in_an_S1_S2_or_S3_States
1479 Defaults to Nominal.
1480
1481 IPMI_System_ACPI_Power_State_G1_Sleeping
1482 Defaults to Nominal.
1483
1484 IPMI_System_ACPI_Power_State_S5_Entered_By_Override
1485 Defaults to Nominal.
1486
1487 IPMI_System_ACPI_Power_State_Legacy_ON_State
1488 Defaults to Nominal.
1489
1490 IPMI_System_ACPI_Power_State_Legacy_OFF_State
1491 Defaults to Nominal.
1492
1493 IPMI_System_ACPI_Power_State_Unspecified
1494 Defaults to Critical.
1495
1496 IPMI_System_ACPI_Power_State_Unknown
1497 Defaults to Critical.
1498
1499 IPMI_Watchdog2
1500 The following states correspond to Watchdog 2 sensor events w/
1501 Watchdog 2 specific output events.
1502
1503 IPMI_Watchdog2_Timer_Expired
1504 Defaults to Warning.
1505
1506 IPMI_Watchdog2_Hard_Reset
1507 Defaults to Critical.
1508
1509 IPMI_Watchdog2_Power_Down
1510 Defaults to Critical.
1511
1512 IPMI_Watchdog2_Power_Cycle
1513 Defaults to Critical.
1514
1515 IPMI_Watchdog2_Reserved1
1516 Defaults to Nominal.
1517
1518 IPMI_Watchdog2_Reserved2
1519 Defaults to Nominal.
1520
1521 IPMI_Watchdog2_Reserved3
1522 Defaults to Nominal.
1523
1524 IPMI_Watchdog2_Reserved4
1525 Defaults to Nominal.
1526
1527 IPMI_Watchdog2_Timer_Interrupt
1528 Defaults to Warning.
1529
1530 IPMI_Platform_Alert
1531 The following states correspond to Platform Alert sensor events
1532 w/ Platform Alert specific output events.
1533 IPMI_Platform_Alert_Platform_Generated_Page Defaults to Nominal.
1534 IPMI_Platform_Alert_Platform_Generated_LAN_Alert Defaults to
1535 Nominal. IPMI_Platform_Alert_Platform_Event_Trap_Generated De‐
1536 faults to Nominal. IPMI_Platform_Alert_Platform_Gener‐
1537 ated_SNMP_Trap Defaults to Nominal.
1538
1539 IPMI_Platform_Alert_State
1540 The following states correspond to Platform Alert sensor events
1541 that report an assertion or deassertion.
1542
1543 IPMI_Platform_Alert_State_Deasserted
1544 Defaults to Nominal.
1545
1546 IPMI_Platform_Alert_State_Asserted
1547 Defaults to Critical.
1548
1549 IPMI_Entity_Presence
1550 The following states correspond to Entity Presence sensor events
1551 w/ Entity Presence specific output events.
1552
1553 IPMI_Entity_Presence_Entity_Present
1554 Defaults to Nominal.
1555
1556 IPMI_Entity_Presence_Entity_Absent
1557 Defaults to Critical.
1558
1559 IPMI_Entity_Presence_Entity_Disabled
1560 Defaults to Critical.
1561
1562 IPMI_Entity_Presence_Device_Present
1563 The following states correspond to Entity Presence sensor events
1564 that report on device installation.
1565
1566 IPMI_Entity_Presence_Device_Present_Device_Removed_Device_Absent
1567 Defaults to Nominal.
1568
1569 IPMI_Entity_Presence_Device_Present_Device_Inserted_De‐
1570 vice_Present
1571 Defaults to Nominal.
1572
1573 IPMI_LAN
1574 The following states correspond to LAN sensor events w/ LAN spe‐
1575 cific output events.
1576 IPMI_LAN_Heartbeat Defaults to Nominal. IPMI_LAN_Heartbeat_Lost
1577 Defaults to Warning.
1578
1579 IPMI_Management_Subsystem_Health
1580 The following states correspond to Management Subsystem Health
1581 sensor events w/ Management Subsystem Health specific output
1582 events.
1583
1584 IPMI_Management_Subsystem_Health_Sensor_Access_Degraded_Or_Un‐
1585 available
1586 Defaults to Critical.
1587
1588 IPMI_Management_Subsystem_Health_Controller_Access_De‐
1589 graded_Or_Unavailable
1590 Defaults to Critical.
1591
1592 IPMI_Management_Subsystem_Health_Management_Controller_Off_Line
1593 Defaults to Critical.
1594
1595 IPMI_Management_Subsystem_Health_Management_Controller_Unavail‐
1596 able
1597 Defaults to Critical.
1598
1599 IPMI_Management_Subsystem_Health_Sensor_Failure
1600 Defaults to Critical.
1601
1602 IPMI_Management_Subsystem_Health_FRU_Failure
1603 Defaults to Critical.
1604
1605 IPMI_Battery
1606 The following states correspond to Battery sensor events w/ Bat‐
1607 tery specific output events.
1608
1609 IPMI_Battery_Battery_Low
1610 Defaults to Warning.
1611
1612 IPMI_Battery_Battery_Failed
1613 Defaults to Critical.
1614
1615 IPMI_Battery_Battery_Presence_Detected
1616 Defaults to Nominal.
1617
1618 IPMI_Session_Audit
1619 The following states correspond to Session Audit sensor events
1620 w/ Session Audit specific output events.
1621
1622 IPMI_Session_Audit_Session_Activated
1623 Defaults to Nominal.
1624
1625 IPMI_Session_Audit_Session_Deactivated
1626 Defaults to Nominal.
1627
1628 IIPMI_Session_Audit_Invalid_Username_Or_Password
1629 Defaults to Warning.
1630
1631 IPMI_Session_Audit_Invalid_Password_Disable
1632 Defaults to Critical.
1633
1634 IPMI_Version_Change_Transition_Severity
1635 The following states correspond to Version Change sensor events
1636 that Version Change specific output events.
1637
1638 IPMI_Version_Change_Hardware_Change_Detected_With_Associated_En‐
1639 tity
1640 Defaults to Warning.
1641
1642 IPMI_Version_Change_Firmware_Or_Software_Change_De‐
1643 tected_With_Associated_Entity
1644 Defaults to Warning.
1645
1646 IPMI_Version_Change_Hardware_Incompatability_Detected_With_Asso‐
1647 ciated_Entity
1648 Defaults to Critical.
1649
1650 IPMI_Version_Change_Firmware_Or_Software_Incompatability_De‐
1651 tected_With_Associated_Entity
1652 Defaults to Critical.
1653
1654 IPMI_Version_Change_Entity_Is_Of_An_Invalid_Or_Unsupported_Hard‐
1655 ware_Version
1656 Defaults to Critical.
1657
1658 IPMI_Version_Change_Entity_Contains_An_Invalid_Or_Unsup‐
1659 ported_Firmware_Or_Software_Version
1660 Defaults to Critical.
1661
1662 IPMI_Version_Change_Hardware_Change_Detected_With_Associated_En‐
1663 tity_Was_Successful
1664 Defaults to Nominal.
1665
1666 IPMI_Version_Change_Software_Or_FW_Change_Detected_With_Associ‐
1667 ated_Entity_Was_Successful
1668 Defaults to Nominal.
1669
1670 IPMI_FRU_State
1671 The following states correspond to FRU State sensor events w/
1672 FRU State specific output events.
1673
1674 IPMI_FRU_State_FRU_Not_Installed
1675 Defaults to Critical.
1676
1677 IPMI_FRU_State_FRU_Inactive
1678 Defaults to Critical.
1679
1680 IPMI_FRU_State_FRU_Activation_Requested
1681 Defaults to Warning.
1682
1683 IPMI_FRU_State_FRU_Activation_In_Progress
1684 Defaults to Warning.
1685
1686 IPMI_FRU_State_FRU_Active
1687 Defaults to Nominal.
1688
1689 IPMI_FRU_State_FRU_Deactivation_Requested
1690 Defaults to Warning.
1691
1692 IPMI_FRU_State_FRU_Deactivation_In_Progress
1693 Defaults to Warning.
1694
1695 IPMI_FRU_State_FRU_Communication_Lost
1696 Defaults to Critical.
1697
1698 IPMI_OEM
1699 The following configuration options can be used to configure OEM
1700 system event log events. Interpretations rules for a specific
1701 combination of Manufacturer-ID, Product-ID, and Record-Type, are
1702 iterated through and the worst resulting sensor state is re‐
1703 turned (i.e. Warning < Nominal, Critical < Warning). If no match
1704 is found, no state is returned for the OEM event. For each of
1705 the configuration options below, <Manufacturer-ID> is the nu‐
1706 meric IANA manufacturer ID for the manufacturer in question.
1707 The <Product-ID> is one or more numeric IDs representing the
1708 manufacturer's product. The <Product-ID> can be listed as a
1709 single numeric number (e.g. 1234), a range of IDs separated by a
1710 dash (e.g. 12-20), or a list of specific product IDs separated
1711 by a plus (e.g. 12+19+22). Both the Manufacturer-ID and Prod‐
1712 uct-ID can be found using bmc-info(8). Multiple <Manufac‐
1713 turer-ID> and <Product-ID> pairs can be input separated by com‐
1714 mas.
1715
1716 IPMI_OEM_Sensor_System_Event_Record <Manufacturer-ID>:<Prod‐
1717 uct-ID>,... Event-Reading-Type-Code Sensor-Type Event-Direction
1718 EventData1 EventData2 EventData3 State
1719 IPMI_OEM_System_Event_Record can be used to configure a
1720 state interpretation for a specific Manufacturer-ID,
1721 Product-ID, Event-Reading-Type-Code, and Sensor-Type com‐
1722 bination, and a specific Event-Direction, EventData1,
1723 EventData2, and EventData3. The Event-Direction field
1724 must specify Assertion, Deassertion, or ANY. Each of the
1725 EventData fields must specify a hex byte to match or the
1726 keyword ANY to match anything. The Event-Read‐
1727 ing-Type-Code and Sensor-Type need not be OEM types. They
1728 may be non-OEM types and used to provide interpretation
1729 rules for sensors that may be behaving outside the stan‐
1730 dard of the IPMI specification.
1731
1732 IPMI_OEM_Timestamped_Record <Manufacturer-ID>:<Product-ID>,...
1733 Record-Type OEMDATA1 OEMDATA2 OEMDATA3 OEMDATA4 OEMDATA5 OEM‐
1734 DATA6 State
1735 IPMI_OEM_Timestamped_Record can be used to configure an
1736 interpretation for a specific Manufacturer-ID, Prod‐
1737 uct-ID, Record-Type, and OEM data combination. The
1738 Record-Type must be a legal record type for OEM Times‐
1739 tamped Records (currently 0xC0-0xDF). Each of the OEMDATA
1740 fields must specify a hex byte to match or the keyword
1741 ANY to match anything.
1742
1743 IPMI_OEM_Non_Timestamped_Record <Manufacturer-ID>:<Prod‐
1744 uct-ID>,... Record-Type OEMDATA1 OEMDATA2 OEMDATA3 OEMDATA4 OEM‐
1745 DATA5 OEMDATA6 OEMDATA7 OEMDATA8 OEMDATA9 OEMDATA10 OEMDATA11
1746 OEMDATA12 OEMDATA13 State
1747 IPMI_OEM_Non_Timestamped_Record can be used to configure
1748 an interpretation for a specific Manufacturer-ID, Prod‐
1749 uct-ID, Record-Type, and OEM data combination. The
1750 Record-Type must be a legal record type for OEM Non-
1751 Timestamped Records (currently 0xEO-0xFF). Each of the
1752 OEMDATA fields must specify a hex byte to match or the
1753 keyword ANY to match anything.
1754
1756 /etc/freeipmi//freeipmi_interpret_sel.conf
1757
1759 Report bugs to <freeipmi-users@gnu.org> or <freeipmi-devel@gnu.org>.
1760
1762 Copyright (C) 2007-2015 Lawrence Livermore National Security, LLC.
1763
1764 This library is free software; you can redistribute it and/or modify it
1765 under the terms of the GNU General Public License as published by the
1766 Free Software Foundation; either version 3 of the License, or (at your
1767 option) any later version.
1768
1770 libfreeipmi(3), libipmimonitoring(3), ipmi-sel(8)
1771
1772 http://www.gnu.org/software/freeipmi/
1773
1774
1775
1776FreeIPMI 1.6.8 2021-05-20 FREEIPMI_INTERPRET_SEL(5)