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