phpMan > man > freeipmi_interpret_sel.conf(5)

Markdown | JSON | MCP    

freeipmi_interpret_sel.conf(5)
NAME DESCRIPTION FORMAT OPTIONS FILES REPORTING BUGS COPYRIGHT SEE ALSO
FREEIPMI_INTERPRET_SEL(5)                   Configuration                  FREEIPMI_INTERPRET_SEL(5)



NAME
       freeipmi_interpret_sel.conf - specify system event log (SEL) interpretation rules

DESCRIPTION
       The  /etc/freeipmi//freeipmi_interpret_sel.conf  defines  how  IPMI  system event log entries
       should be interpreted. IPMI system events specify a number of states/thresholds when they are
       read.  Based on those states/thresholds, libraries and tools such as libipmimonitoring(3) and
       ipmi-sel(8) can report if an event is "good" or "bad" via a report of a NOMINAL, WARNING,  or
       CRITICAL state. A different state can be reported for an event depending on if it is asserted
       or deasserted.

       Each of the states listed below are (hopefully) descriptive enough to describe the state con‐
       ditions that may be set/unset for each sensor or event type. For more detailed information on
       each of the individual states listed below, please see the  IPMI  Specification  "Sensor  and
       Event  Code  Tables".   Ipmi-sensors(8)  can  be  used  to determine the sensor types and the
       states/thresholds that exist on a system by outputting very verbose output  and  seeing  what
       types of Assertion or Deassertion events are possible.

       Each of the events below may may take 1 or 2 of the following states as input.

       Nominal - Signal Nominal reading if event tripped

       Warning - Signal Warning reading if event tripped

       Critical - Signal Critical reading if event tripped

       If only one state is listed, that state will be interpreted when the event is asserted or de‐
       asserted. If two states are listed, the first state will be interpreted when an event is  as‐
       serted, and the later will be interpreted when an event is deasserted.

       Not  all IPMI sensor types and event types are currently supported. If you would like more to
       be supported, please e-mail the FreeIPMI mailing list.

       The default values selected for individual events being tripped are based on best guesses and
       motherboards being analyzed.  If you think they should be changed, please e-mail the FreeIPMI
       mailing list to discuss what the defaults should be.

       Most default interpretations can be determined quite easily and can meet the  needs  of  most
       users.  For  example,  a  reading  of  "Performance_Met"  is  normally  better  than "Perfor‐
       mance_Lags".  However, some sensors can be ambiguous and depend completely  on  the  manufac‐
       turer. For example, "State_Asserted" vs. "State_Deasserted" are completely at the interpreta‐
       tion of the vendor. Users are advised to adjust the interpretations below as needed for their
       machines.

FORMAT
       The  configuration  options that can be specified in the configuration file are listed below.
       Each configuration option must be listed on a separate line. Arguments for an option are sep‐
       arated  by  any  amount  of  whitespace. Multiple arguments are also separated by whitespace.
       Comments can be marked by using the pound sign ("#") character, and lines can be continued on
       the next using backslash ("\").

OPTIONS
       IPMI_Threshold_Sensor
              The  following  states correspond to threshold sensor events. This normally applies to
              events that dealing with non-discrete values, such  as  temperatures,  voltages,  RPM,
              etc.

              IPMI_Threshold_Sensor_Lower_Non_Critical_Going_Low
                     Defaults to Warning/Nominal.

              IPMI_Threshold_Sensor_Lower_Non_Critical_Going_High
                     Defaults to Nominal/Nominal.

              IPMI_Threshold_Sensor_Lower_Critical_Going_Low
                     Defaults to Critical/Warning.

              IPMI_Threshold_Sensor_Lower_Critical_Going_High
                     Defaults to Warning/Warning.

              IPMI_Threshold_Sensor_Lower_Non_Recoverable_Going_Low
                     Defaults to Critical/Critical.

              IPMI_Threshold_Sensor_Lower_Non_Recoverable_Going_High
                     Defaults to Critical/Critical.

              IPMI_Threshold_Sensor_Upper_Non_Critical_Going_Low
                     Defaults to Nominal/Nominal.

              IPMI_Threshold_Sensor_Upper_Non_Critical_Going_High
                     Defaults to Warning/Nominal.

              IPMI_Threshold_Sensor_Upper_Critical_Going_Low
                     Defaults to Warning/Warning.

              IPMI_Threshold_Sensor_Upper_Critical_Going_High
                     Defaults to Critical/Warning.

              IPMI_Threshold_Sensor_Upper_Non_Recoverable_Going_Low
                     Defaults to Critical/Critical.

              IPMI_Threshold_Sensor_Upper_Non_Recoverable_Going_High
                     Defaults to Critical/Critical.

       IPMI_Temperature_State
              The  following states correspond to Temperature sensor events that report an assertion
              or deassertion.

              IPMI_Temperature_State_Deasserted
                     Defaults to Nominal.

              IPMI_Temperature_State_Asserted
                     Defaults to Warning.

       IPMI_Temperature_Limit
              The following states correspond to Temperature sensor events that report on limits.

              IPMI_Temperature_Limit_Not_Exceeded
                     Defaults to Nominal.

              IPMI_Temperature_Limit_Exceeded
                     Defaults to Critical.

       IPMI_Temperature_Transition_Severity
              The following states correspond to Temperature sensor events that report on transition
              severity.

              IPMI_Temperature_Transition_Severity_Transition_To_OK
                     Defaults to Nominal.

              IPMI_Temperature_Transition_Severity_Transition_To_Non_Critical_From_OK
                     Defaults to Warning.

              IPMI_Temperature_Transition_Severity_Transition_To_Critical_From_Less_Severe
                     Defaults to Critical.

              IPMI_Temperature_Transition_Severity_Transition_To_Non_Recoverable_From_Less_Severe
                     Defaults to Critical.

              IPMI_Temperature_Transition_Severity_Transition_To_Non_Critical_From_More_Severe
                     Defaults to Warning.

              IPMI_Temperature_Transition_Severity_Transition_To_Critical_From_Non_Recoverable
                     Defaults to Critical.

              IPMI_Temperature_Transition_Severity_Transition_To_Non_Recoverable
                     Defaults to Critical.

              IPMI_Temperature_Transition_Severity_Monitor
                     Defaults to Warning.

              IPMI_Temperature_Transition_Severity_Informational
                     Defaults to Nominal.

       IPMI_Voltage_State
              The  following  states correspond to Voltage sensor events that report an assertion or
              deassertion.

              IPMI_Voltage_State_Deasserted
                     Defaults to Nominal.

              IPMI_Voltage_State_Asserted
                     Defaults to Warning.

       IPMI_Voltage_Limit
              The following states correspond to Voltage sensor events that report on limits.

              IPMI_Voltage_Limit_Not_Exceeded
                     Defaults to Nominal.

              IPMI_Voltage_Limit_Exceeded
                     Defaults to Critical.

       IPMI_Voltage_Performance
              The following states correspond to Voltage sensor events that report on performance.

              IPMI_Voltage_Performance_Met
                     Defaults to Nominal/Nominal.

              IPMI_Voltage_Performance_Lags
                     Defaults to Critical/Warning.

       IPMI_Voltage_Transition_Severity
              The following states correspond to Voltage sensor events that report on device  sever‐
              ity.

              IPMI_Voltage_Transition_Severity_Transition_To_OK
                     Defaults to Nominal.

              IPMI_Voltage_Transition_Severity_Transition_To_Non_Critical_From_OK
                     Defaults to Warning.

              IPMI_Voltage_Transition_Severity_Transition_To_Critical_From_Less_Severe
                     Defaults to Critical.

              IPMI_Voltage_Transition_Severity_Transition_To_Non_Recoverable_From_Less_Severe
                     Defaults to Critical.

              IPMI_Voltage_Transition_Severity_Transition_To_Non_Critical_From_More_Severe
                     Defaults to Warning.

              IPMI_Voltage_Transition_Severity_Transition_To_Critical_From_Non_Recoverable
                     Defaults to Critical.

              IPMI_Voltage_Transition_Severity_Transition_To_Non_Recoverable
                     Defaults to Critical.

              IPMI_Voltage_Transition_Severity_Monitor
                     Defaults to Warning.

              IPMI_Voltage_Transition_Severity_Informational
                     Defaults to Nominal.

       IPMI_Current_Transition_Severity
              The  following states correspond to Current sensor events that report on device sever‐
              ity.

              IPMI_Current_Transition_Severity_Transition_To_OK
                     Defaults to Nominal.

              IPMI_Current_Transition_Severity_Transition_To_Non_Critical_From_OK
                     Defaults to Warning.

              IPMI_Current_Transition_Severity_Transition_To_Critical_From_Less_Severe
                     Defaults to Critical.

              IPMI_Current_Transition_Severity_Transition_To_Non_Recoverable_From_Less_Severe
                     Defaults to Critical.

              IPMI_Current_Transition_Severity_Transition_To_Non_Critical_From_More_Severe
                     Defaults to Warning.

              IPMI_Current_Transition_Severity_Transition_To_Critical_From_Non_Recoverable
                     Defaults to Critical.

              IPMI_Current_Transition_Severity_Transition_To_Non_Recoverable
                     Defaults to Critical.

              IPMI_Current_Transition_Severity_Monitor
                     Defaults to Warning.

              IPMI_Current_Transition_Severity_Informational
                     Defaults to Nominal.

       IPMI_Fan_State
              The following states correspond to Fan sensor events that report an assertion  or  de‐
              assertion.

              IPMI_Fan_State_Deasserted
                     Defaults to Nominal.

              IPMI_Fan_State_Asserted
                     Defaults to Warning.

       IPMI_Fan_Transition_Severity
              The following states correspond to Fan sensor events that report on device severity.

              IPMI_Fan_Transition_Severity_Transition_To_OK
                     Defaults to Nominal.

              IPMI_Fan_Transition_Severity_Transition_To_Non_Critical_From_OK
                     Defaults to Warning.

              IPMI_Fan_Transition_Severity_Transition_To_Critical_From_Less_Severe
                     Defaults to Critical.

              IPMI_Fan_Transition_Severity_Transition_To_Non_Recoverable_From_Less_Severe
                     Defaults to Critical.

              IPMI_Fan_Transition_Severity_Transition_To_Non_Critical_From_More_Severe
                     Defaults to Warning.

              IPMI_Fan_Transition_Severity_Transition_To_Critical_From_Non_Recoverable
                     Defaults to Critical.

              IPMI_Fan_Transition_Severity_Transition_To_Non_Recoverable
                     Defaults to Critical.

              IPMI_Fan_Transition_Severity_Monitor
                     Defaults to Warning.

              IPMI_Fan_Transition_Severity_Informational
                     Defaults to Nominal.

       IPMI_Fan_Device_Present
              The  following  states correspond to Fan sensor events that report on device installa‐
              tion.

              IPMI_Fan_Device_Present_Device_Removed_Device_Absent
                     Defaults to Critical.

              IPMI_Fan_Device_Present_Device_Inserted_Device_Present
                     Defaults to Nominal.

       IPMI_Fan_Transition_Availability
              The following states correspond to Fan sensor events that report on device  availabil‐
              ity.

              IPMI_Fan_Transition_Availability_To_Running
                     Defaults to Nominal/Nominal.

              IPMI_Fan_Transition_Availability_To_In_Test
                     Defaults to Warning/Warning.

              IPMI_Fan_Transition_Availability_To_Power_Off
                     Defaults to Warning/Warning.

              IPMI_Fan_Transition_Availability_To_On_Line
                     Defaults to Warning/Warning.

              IPMI_Fan_Transition_Availability_To_Off_Line
                     Defaults to Warning/Warning.

              IPMI_Fan_Transition_Availability_To_Off_Duty
                     Defaults to Warning/Warning.

              IPMI_Fan_Transition_Availability_To_Degraded
                     Defaults to Critical/Warning.

              IPMI_Fan_Transition_Availability_To_Power_Save
                     Defaults to Warning/Warning.

              IPMI_Fan_Transition_Availability_Install_Error
                     Defaults to Critical/Critical.

       IPMI_Fan_Redundancy
              The following states correspond to Fan sensor events that report on redundancy.

              IPMI_Fan_Redundancy_Fully_Redundant
                     Defaults to Nominal/Nominal.

              IPMI_Fan_Redundancy_Redundancy_Lost
                     Defaults to Critical/Warning.

              IPMI_Fan_Redundancy_Redundancy_Degraded
                     Defaults to Warning/Warning.

              IPMI_Fan_Redundancy_Non_Redundant_Sufficient_Resources_From_Redundant
                     Defaults to Critical/Warning.

              IPMI_Fan_Redundancy_Non_Redundant_Sufficient_Resources_From_Insufficient_Redundancy
                     Defaults to Critical/Warning.

              IPMI_Fan_Redundancy_Non_Redundant_Insufficient_Resources
                     Defaults to Critical/Warning.

              IPMI_Fan_Redundancy_Redundancy_Degraded_From_Fully_Redundant
                     Defaults to Warning/Warning.

              IPMI_Fan_Redundancy_Redundancy_Degraded_From_Non_Redundant
                     Defaults to Warning/Warning.

       IPMI_Physical_Security
              The  following  states correspond to Physical Security sensor events w/ Physical Secu‐
              rity specific output events.

              IPMI_Physical_Security_General_Chassis_Intrusion
                     Defaults to Critical.

              IPMI_Physical_Security_Drive_Bay_Intrusion
                     Defaults to Critical.

              IPMI_Physical_Security_IO_Card_Intrusion
                     Defaults to Critical.

              IPMI_Physical_Security_Processor_Area_Intrusion
                     Defaults to Critical.

              IPMI_Physical_Security_LAN_Leash_Lost
                     Defaults to Critical.

              IPMI_Physical_Security_Unauthorized_Dock_Undock
                     Defaults to Critical.

              IPMI_Physical_Security_FAN_Area_Intrusion
                     Defaults to Critical.

       IPMI_Platform_Security_Violation_Attempt
              The following states correspond to Platform Violation Attempt sensor events  w/  Plat‐
              form Security Violation Attempt specific output events.

              IPMI_Platform_Security_Violation_Attempt_Secure_Mode_Violation_Attempt
                     Defaults to Critical.

              IPMI_Platform_Security_Violation_Attempt_Pre_Boot_Password_Violation_User_Password
                     Defaults to Critical.

              IPMI_Platform_Security_Violation_Attempt_Pre_Boot_Password_Violation_At‐‐
              tempt_Setup_Password
                     Defaults to Critical.

              IPMI_Platform_Security_Violation_Attempt_Pre_Boot_Password_Violation_Net‐‐
              work_Boot_Password
                     Defaults to Critical.

              IPMI_Platform_Security_Violation_Attempt_Other_Pre_Boot_Password_Violation
                     Defaults to Critical.

              IPMI_Platform_Security_Violation_Attempt_Out_Of_Band_Access_Password_Violation
                     Defaults to Critical.

       IPMI_Processor
              The  following states correspond to Processor sensor events w/ Processor specific out‐
              put events.

              IPMI_Processor_IERR
                     Defaults to Critical.

              IPMI_Processor_Thermal_Trip
                     Defaults to Critical.

              IPMI_Processor_FRB1_BIST_Failure
                     Defaults to Critical.

              IPMI_Processor_FRB2_Hang_In_POST_Failure
                     Defaults to Critical.

              IPMI_Processor_FRB3_Processor_Startup_Initialization_Failure
                     Defaults to Critical.

              IPMI_Processor_Configuration_Error
                     Defaults to Critical.

              IPMI_Processor_SMBIOS_Uncorrectable_CPU_Complex_Error
                     Defaults to Critical.

              IPMI_Processor_Processor_Presence_Detected
                     Defaults to Nominal.

              IPMI_Processor_Processor_Disabled
                     Defaults to Critical.

              IPMI_Processor_Terminator_Presence_Detected
                     Defaults to Critical.

              IPMI_Processor_Processor_Automatically_Throttled
                     Defaults to Warning.

              IPMI_Processor_Machine_Check_Exception
                     Defaults to Critical.

              IPMI_Processor_Correctable_Machine_Check_Error
                     Defaults to Warning.

       IPMI_Processor_State
              The following states correspond to Processor sensor events that report an assertion or
              deassertion.

              IPMI_Processor_State_Deasserted
                     Defaults to Nominal.

              IPMI_Processor_State_Asserted
                     Defaults to Critical.

       IPMI_Power_Supply
              The following states correspond to Power Supply sensor events w/ Power Supply specific
              output events.

              IPMI_Power_Supply_Presence_Detected
                     Defaults to Nominal/Nominal.

              IPMI_Power_Supply_Power_Supply_Failure_Detected
                     Defaults to Critical/Critical.

              IPMI_Power_Supply_Predictive_Failure
                     Defaults to Critical/Critical.

              IPMI_Power_Supply_Power_Supply_Input_Lost_AC_DC
                     Defaults to Critical/Warning.

              IPMI_Power_Supply_Power_Supply_Input_Lost_Or_Out_Of_Range
                     Defaults to Critical/Warning.

              IPMI_Power_Supply_Power_Supply_Input_Out_Of_Range_But_Present
                     Defaults to Critical/Warning.

              IPMI_Power_Supply_Configuration_Error
                     Defaults to Critical/Critical.

              IPMI_Power_Supply_Power_Supply_Inactive
                     Defaults to Warning/Warning.

       IPMI_Power_Supply_State
              The following states correspond to Power_Supply sensor events that report an assertion
              or deassertion.

              IPMI_Power_Supply_State_Deasserted
                     Defaults to Critical.

              IPMI_Power_Supply_State_Asserted
                     Defaults to Nominal.

       IPMI_Power_Supply_Transition_Severity
              The  following  states  correspond to Power Supply sensor events that report on device
              severity.

              IPMI_Power_Supply_Transition_Severity_Transition_To_OK
                     Defaults to Nominal.

              IPMI_Power_Supply_Transition_Severity_Transition_To_Non_Critical_From_OK
                     Defaults to Warning.

              IPMI_Power_Supply_Transition_Severity_Transition_To_Critical_From_Less_Severe
                     Defaults to Critical.

              IPMI_Power_Supply_Transition_Severity_Transition_To_Non_Recoverable_From_Less_Severe
                     Defaults to Critical.

              IPMI_Power_Supply_Transition_Severity_Transition_To_Non_Critical_From_More_Severe
                     Defaults to Warning.

              IPMI_Power_Supply_Transition_Severity_Transition_To_Critical_From_Non_Recoverable
                     Defaults to Critical.

              IPMI_Power_Supply_Transition_Severity_Transition_To_Non_Recoverable
                     Defaults to Critical.

              IPMI_Power_Supply_Transition_Severity_Monitor
                     Defaults to Warning.

              IPMI_Power_Supply_Transition_Severity_Informational
                     Defaults to Nominal.

       IPMI_Power_Supply_Redundancy
              The following states correspond to Power Supply sensor events that  report  on  redun‐
              dancy.

              IPMI_Power_Supply_Redundancy_Fully_Redundant
                     Defaults to Nominal/Nominal.

              IPMI_Power_Supply_Redundancy_Redundancy_Lost
                     Defaults to Critical/Warning.

              IPMI_Power_Supply_Redundancy_Redundancy_Degraded
                     Defaults to Warning/Warning.

              IPMI_Power_Supply_Redundancy_Non_Redundant_Sufficient_Resources_From_Redundant
                     Defaults to Critical/Warning.

              IPMI_Power_Supply_Redundancy_Non_Redundant_Sufficient_Resources_From_Insufficient_Re‐‐
              dundancy
                     Defaults to Critical/Warning.

              IPMI_Power_Supply_Redundancy_Non_Redundant_Insufficient_Resources
                     Defaults to Critical/Warning.

              IPMI_Power_Supply_Redundancy_Redundancy_Degraded_From_Fully_Redundant
                     Defaults to Warning/Warning.

              IPMI_Power_Supply_Redundancy_Redundancy_Degraded_From_Non_Redundant
                     Defaults to Warning/Warning.

       IPMI_Power_Unit
              The following states correspond to Power Unit sensor events  w/  Power  Unit  specific
              output events.

              IPMI_Power_Unit_Power_Off_Power_Down
                     Defaults to Nominal/Nominal.

              IPMI_Power_Unit_Power_Cycle
                     Defaults to Nominal/Nominal.

              IPMI_Power_Unit_240VA_Power_Down
                     Defaults to Warning/Nominal.

              IPMI_Power_Unit_Interlock_Power_Down
                     Defaults to Warning/Warning.

              IPMI_Power_Unit_AC_Lost
                     Defaults to Critical/Warning.

              IPMI_Power_Unit_Soft_Power_Control_Failure
                     Defaults to Critical/Critical.

              IPMI_Power_Unit_Power_Unit_Failure_Detected
                     Defaults to Critical/Critical.

              IPMI_Power_Unit_Predictive_Failure
                     Defaults to Critical/Critical.

       IPMI_Power_Unit_Device_Present
              The  following states correspond to Power Unit sensor events that report on device in‐
              stallation.

              IPMI_Power_Unit_Device_Present_Device_Removed_Device_Absent
                     Defaults to Critical.

              IPMI_Power_Unit_Device_Present_Device_Inserted_Device_Present
                     Defaults to Nominal.

       IPMI_Power_Unit_Redundancy
              The following states correspond to Power Unit sensor events that report on redundancy.

              IPMI_Power_Unit_Redundancy_Fully_Redundant
                     Defaults to Nominal/Nominal.

              IPMI_Power_Unit_Redundancy_Redundancy_Lost
                     Defaults to Critical/Warning.

              IPMI_Power_Unit_Redundancy_Redundancy_Degraded
                     Defaults to Warning/Warning.

              IPMI_Power_Unit_Redundancy_Non_Redundant_Sufficient_Resources_From_Redundant
                     Defaults to Critical/Warning.

              IPMI_Power_Unit_Redundancy_Non_Redundant_Sufficient_Resources_From_Insufficient_Redun‐‐
              dancy
                     Defaults to Critical/Warning.

              IPMI_Power_Unit_Redundancy_Non_Redundant_Insufficient_Resources
                     Defaults to Critical/Warning.

              IPMI_Power_Unit_Redundancy_Redundancy_Degraded_From_Fully_Redundant
                     Defaults to Warning/Warning.

              IPMI_Power_Unit_Redundancy_Redundancy_Degraded_From_Non_Redundant
                     Defaults to Warning/Warning.

       IPMI_Cooling_Device_Redundancy
              The  following states correspond to Cooling Device sensor events that report on redun‐
              dancy.

              IPMI_Cooling_Device_Redundancy_Fully_Redundant
                     Defaults to Nominal/Nominal.

              IPMI_Cooling_Device_Redundancy_Redundancy_Lost
                     Defaults to Critical/Warning.

              IPMI_Cooling_Device_Redundancy_Redundancy_Degraded
                     Defaults to Warning/Warning.

              IPMI_Cooling_Device_Redundancy_Non_Redundant_Sufficient_Resources_From_Redundant
                     Defaults to Critical/Warning.

              IPMI_Cooling_Device_Redundancy_Non_Redundant_Sufficient_Resources_From_Insuffi‐‐
              cient_Redundancy
                     Defaults to Critical/Warning.

              IPMI_Cooling_Device_Redundancy_Non_Redundant_Insufficient_Resources
                     Defaults to Critical/Warning.

              IPMI_Cooling_Device_Redundancy_Redundancy_Degraded_From_Fully_Redundant
                     Defaults to Warning/Warning.

              IPMI_Cooling_Device_Redundancy_Redundancy_Degraded_From_Non_Redundant
                     Defaults to Warning/Warning.

       IPMI_Memory
              The  following  states  correspond  to  Memory sensor events w/ Memory specific output
              events.

              IPMI_Memory_Correctable_Memory_Error
                     Defaults to Warning.

              IPMI_Memory_Uncorrectable_Memory_Error
                     Defaults to Critical.

              IPMI_Memory_Parity
                     Defaults to Critical.

              IPMI_Memory_Memory_Scrub_Failed
                     Defaults to Critical.

              IPMI_Memory_Memory_Device_Disabled
                     Defaults to Critical.

              IPMI_Memory_Correctable_Memory_Error_Logging_Limit_Reached
                     Defaults to Warning.

              IPMI_Memory_Presence_Detected
                     Defaults to Nominal.

              IPMI_Memory_Configuration_Error
                     Defaults to Critical.

              IPMI_Memory_Spare
                     Defaults to Nominal.

              IPMI_Memory_Memory_Automatically_Throttled
                     Defaults to Warning.

              IPMI_Memory_Critical_Overtemperature
                     Defaults to Critical.

       IPMI_Memory_State
              The following states correspond to Memory sensor events that report  an  assertion  or
              deassertion.

              IPMI_Memory_State_Deasserted
                     Defaults to Nominal.

              IPMI_Memory_State_Asserted
                     Defaults to Critical.

       IPMI_Memory_Transition_Severity
              The  following  states  correspond  to  Memory sensor events that report on transition
              severity.

              IPMI_Memory_Transition_Severity_Transition_To_OK
                     Defaults to Nominal.

              IPMI_Memory_Transition_Severity_Transition_To_Non_Critical_From_OK
                     Defaults to Warning.

              IPMI_Memory_Transition_Severity_Transition_To_Critical_From_Less_Severe
                     Defaults to Critical.

              IPMI_Memory_Transition_Severity_Transition_To_Non_Recoverable_From_Less_Severe
                     Defaults to Critical.

              IPMI_Memory_Transition_Severity_Transition_To_Non_Critical_From_More_Severe
                     Defaults to Warning.

              IPMI_Memory_Transition_Severity_Transition_To_Critical_From_Non_Recoverable
                     Defaults to Critical.

              IPMI_Memory_Transition_Severity_Transition_To_Non_Recoverable
                     Defaults to Critical.

              IPMI_Memory_Transition_Severity_Monitor
                     Defaults to Warning.

              IPMI_Memory_Transition_Severity_Informational
                     Defaults to Nominal.

       IPMI_Memory_Redundancy
              The following states correspond to Memory sensor events that report on redundancy.

              IPMI_Memory_Redundancy_Fully_Redundant
                     Defaults to Nominal/Nominal.

              IPMI_Memory_Redundancy_Redundancy_Lost
                     Defaults to Critical/Warning.

              IPMI_Memory_Redundancy_Redundancy_Degraded
                     Defaults to Warning/Warning.

              IPMI_Memory_Redundancy_Non_Redundant_Sufficient_Resources_From_Redundant
                     Defaults to Critical/Warning.

              IPMI_Memory_Redundancy_Non_Redundant_Sufficient_Resources_From_Insufficient_Redundancy
                     Defaults to Critical/Warning.

              IPMI_Memory_Redundancy_Non_Redundant_Insufficient_Resources
                     Defaults to Critical/Warning.

              IPMI_Memory_Redundancy_Redundancy_Degraded_From_Fully_Redundant
                     Defaults to Warning/Warning.

              IPMI_Memory_Redundancy_Redundancy_Degraded_From_Non_Redundant
                     Defaults to Warning/Warning.

       IPMI_Drive_Slot
              The following states correspond to Drive Slot sensor events  w/  Drive  Slot  specific
              output events.

              IPMI_Drive_Slot_Drive_Presence
                     Defaults to Nominal.

              IPMI_Drive_Slot_Drive_Fault
                     Defaults to Critical.

              IPMI_Drive_Slot_Predictive_Failure
                     Defaults to Critical.

              IPMI_Drive_Slot_Hot_Spare
                     Defaults to Nominal.

              IPMI_Drive_Slot_Consistency_Check_Parity_Check_In_Progress
                     Defaults to Nominal.

              IPMI_Drive_Slot_In_Critical_Array
                     Defaults to Critical.

              IPMI_Drive_Slot_In_Failed_Array
                     Defaults to Critical.

              IPMI_Drive_Slot_Rebuild_Remap_In_Progress
                     Defaults to Nominal.

              IPMI_Drive_Slot_Rebuild_Remap_Aborted
                     Defaults to Critical.

       IPMI_Drive_Slot_State
              The  following  states correspond to Drive Slot sensor events that report an assertion
              or deassertion.

              IPMI_Drive_Slot_State_Deasserted
                     Defaults to Warning.

              IPMI_Drive_Slot_State_Asserted
                     Defaults to Nominal.

       IPMI_Drive_Slot_Predictive_Failure
              The following states correspond to Drive_Slot sensor events that report  a  predictive
              failure assertion or deassertion.

              IPMI_Drive_Slot_Predictive_Failure_Deasserted
                     Defaults to Nominal.

              IPMI_Drive_Slot_Predictive_Failure_Asserted
                     Defaults to Critical.

       IPMI_Drive_Slot_Device_Present
              The  following states correspond to Drive Slot sensor events that report on device in‐
              stallation.

              IPMI_Drive_Slot_Device_Present_Device_Removed_Device_Absent
                     Defaults to Critical.

              IPMI_Drive_Slot_Device_Present_Device_Inserted_Device_Present
                     Defaults to Nominal.

       IPMI_POST_Memory_Resize_State
              The following states correspond to POST Memory Resize sensor events that report an as‐
              sertion or deassertion.

              IPMI_POST_Memory_Resize_State_Deasserted
                     Defaults to Nominal.

              IPMI_POST_Memory_Resize_State_Asserted
                     Defaults to Warning.

       IPMI_System_Firmware_Progress
              The  following  states  correspond to System Firmware Progress sensor events w/ System
              Firmware Progress specific output events.

              IPMI_System_Firmware_Progress_System_Firmware_Error
                     Defaults to Critical.

              IPMI_System_Firmware_Progress_System_Firmware_Hang
                     Defaults to Critical.

              IPMI_System_Firmware_Progress_System_Firmware_Progress
                     Defaults to Nominal.

       IPMI_System_Firmware_Progress_Transition_Severity
              The following states correspond to System Firmware Progress sensor events that  report
              on device severity.

              IPMI_System_Firmware_Progress_Transition_Severity_Transition_To_OK
                     Defaults to Nominal.

              IPMI_System_Firmware_Progress_Transition_Severity_Transition_To_Non_Critical_From_OK
                     Defaults to Warning.

              IPMI_System_Firmware_Progress_Transition_Severity_Transition_To_Critical_From_Less_Se‐‐
              vere
                     Defaults to Critical.

              IPMI_System_Firmware_Progress_Transition_Severity_Transition_To_Non_Recover‐‐
              able_From_Less_Severe
                     Defaults to Critical.

              IPMI_System_Firmware_Progress_Transition_Severity_Transition_To_Non_Criti‐‐
              cal_From_More_Severe
                     Defaults to Warning.

              IPMI_System_Firmware_Progress_Transition_Severity_Transition_To_Critical_From_Non_Re‐‐
              coverable
                     Defaults to Critical.

              IPMI_System_Firmware_Progress_Transition_Severity_Transition_To_Non_Recoverable
                     Defaults to Critical.

              IPMI_System_Firmware_Progress_Transition_Severity_Monitor
                     Defaults to Warning.

              IPMI_System_Firmware_Progress_Transition_Severity_Informational
                     Defaults to Nominal.

       IPMI_Event_Logging_Disabled
              The following states correspond to Event Logging Disabled sensor events w/

              IPMI_Event_Logging_Disabled_Correctable_Memory_Error_Logging_Disabled
                     Defaults to Critical.

              IPMI_Event_Logging_Disabled_Event_Type_Logging_Disabled
                     Defaults to Critical.

              IPMI_Event_Logging_Disabled_Log_Area_Reset_Cleared
                     Defaults to Nominal.

              IPMI_Event_Logging_Disabled_All_Event_Logging_Disabled
                     Defaults to Critical.

              IPMI_Event_Logging_Disabled_SEL_Full
                     Defaults to Critical.

              IPMI_Event_Logging_Disabled_SEL_Almost_Full
                     Defaults to Warning.

              IPMI_Event_Logging_Disabled_Correctable_Machine_Check_Error_Logging_Disabled
                     Defaults to Critical.

       IPMI_System_Event
              The following states correspond to System Event sensor events w/ System Event specific
              output events.

              IPMI_System_Event_System_Reconfigured
                     Defaults to Warning.

              IPMI_System_Event_OEM_System_Boot_Event
                     Defaults to Nominal.

              IPMI_System_Event_Undetermined_System_Hardware_Failure
                     Defaults to Critical.

              IPMI_System_Event_Entry_Added_To_Auxiliary_Log
                     Defaults to Nominal.

              IPMI_System_Event_PEF_Action
                     Defaults to Nominal.

              IPMI_System_Event_Timestamp_Clock_Sync
                     Defaults to Warning.

       IPMI_System_Event_Transition_State
              The following states correspond to System Event sensor events that report a transition
              state.

              IPMI_System_Event_Transition_State_Active
                     Defaults to Nominal.

              IPMI_System_Event_Transition_State_Idle
                     Defaults to Nominal.

              IPMI_System_Event_Transition_State_Busy
                     Defaults to Nominal.

       IPMI_System_Event_State
              The following states correspond to System Event sensor events that report an assertion
              or deassertion.

              IPMI_System_Event_State_Deasserted
                     Defaults to Nominal.

              IPMI_System_Event_State_Asserted
                     Defaults to Warning.

       IPMI_Critical_Interrupt
              The following states correspond to Critical Interrupt sensor events w/ Critical Inter‐
              rupt specific output events.

              IPMI_Critical_Interrupt_Front_Panel_NMI_Diagnostic_Interrupt
                     Defaults to Critical.

              IPMI_Critical_Interrupt_Bus_Timeout
                     Defaults to Critical.

              IPMI_Critical_Interrupt_IO_Channel_Check_NMI
                     Defaults to Critical.

              IPMI_Critical_Interrupt_Software_NMI
                     Defaults to Warning.

              IPMI_Critical_Interrupt_PCI_PERR
                     Defaults to Critical.

              IPMI_Critical_Interrupt_PCI_SERR
                     Defaults to Critical.

              IPMI_Critical_Interrupt_EISA_Fail_Safe_Timeout
                     Defaults to Critical.

              IPMI_Critical_Interrupt_Bus_Correctable_Error
                     Defaults to Warning.

              IPMI_Critical_Interrupt_Bus_Uncorrectable_Error
                     Defaults to Critical.

              IPMI_Critical_Interrupt_Fatal_NMI
                     Defaults to Critical.

              IPMI_Critical_Interrupt_Bus_Fatal_Error
                     Defaults  to  Critical.  IPMI_Critical_Interrupt_Bus_Degraded Defaults to Warn‐
                     ing.

       IPMI_Button_Switch
              The following states correspond to Button/Switch sensor events w/  Button/Switch  spe‐
              cific output events.

              IPMI_Button_Switch_Power_Button_Pressed
                     Defaults to Info.

              IPMI_Button_Switch_Sleep_Button_Pressed
                     Defaults to Info.

              IPMI_Button_Switch_Reset_Button_Pressed
                     Defaults to Info.

              IPMI_Button_Switch_FRU_Latch_Open
                     Defaults to Warning.

              IPMI_Button_Switch_FRU_Service_Request_Button
                     Defaults to Warning.

       IPMI_Button_Switch_State
              The  following  states correspond to Button/Switch sensor events that report an asser‐
              tion or deassertion.

              IPMI_Button_Switch_State_Deasserted
                     Defaults to Nominal.

              IPMI_Button_Switch_State_Asserted
                     Defaults to Nominal.

       IPMI_Button_Switch_Transition_Severity
              The following states correspond to Button Switch sensor events that report  on  device
              severity.

              IPMI_Button_Switch_Transition_Severity_Transition_To_OK
                     Defaults to Nominal.

              IPMI_Button_Switch_Transition_Severity_Transition_To_Non_Critical_From_OK
                     Defaults to Warning.

              IPMI_Button_Switch_Transition_Severity_Transition_To_Critical_From_Less_Severe
                     Defaults to Critical.

              IPMI_Button_Switch_Transition_Severity_Transition_To_Non_Recoverable_From_Less_Severe
                     Defaults to Critical.

              IPMI_Button_Switch_Transition_Severity_Transition_To_Non_Critical_From_More_Severe
                     Defaults to Warning.

              IPMI_Button_Switch_Transition_Severity_Transition_To_Critical_From_Non_Recoverable
                     Defaults to Critical.

              IPMI_Button_Switch_Transition_Severity_Transition_To_Non_Recoverable
                     Defaults to Critical.

              IPMI_Button_Switch_Transition_Severity_Monitor
                     Defaults to Warning.

              IPMI_Button_Switch_Transition_Severity_Informational
                     Defaults to Nominal.

       IPMI_Module_Board_State
              The following states correspond to Module/Board sensor events that report an assertion
              or deassertion.

              IPMI_Module_Board_State_Deasserted
                     Defaults to Nominal.

              IPMI_Module_Board_State_Asserted
                     Defaults to Critical.

       IPMI_Module_Board_Device_Present
              The following states correspond to Module/Board sensor events that  report  on  device
              installation.

              IPMI_Module_Board_Device_Present_Device_Removed_Device_Absent
                     Defaults to Critical.

              IPMI_Module_Board_Device_Present_Device_Inserted_Device_Present
                     Defaults to Nominal.

       IPMI_Chassis_Transition_Severity
              The  following states correspond to Chassis sensor events that report on device sever‐
              ity.

              IPMI_Chassis_Transition_Severity_Transition_To_OK
                     Defaults to Nominal.

              IPMI_Chassis_Transition_Severity_Transition_To_Non_Critical_From_OK
                     Defaults to Warning.

              IPMI_Chassis_Transition_Severity_Transition_To_Critical_From_Less_Severe
                     Defaults to Critical.

              IPMI_Chassis_Transition_Severity_Transition_To_Non_Recoverable_From_Less_Severe
                     Defaults to Critical.

              IPMI_Chassis_Transition_Severity_Transition_To_Non_Critical_From_More_Severe
                     Defaults to Warning.

              IPMI_Chassis_Transition_Severity_Transition_To_Critical_From_Non_Recoverable
                     Defaults to Critical.

              IPMI_Chassis_Transition_Severity_Transition_To_Non_Recoverable
                     Defaults to Critical.

              IPMI_Chassis_Transition_Severity_Monitor
                     Defaults to Warning.

              IPMI_Chassis_Transition_Severity_Informational
                     Defaults to Nominal.

       IPMI_Chip_Set
              The following states correspond to Chip Set sensor events w/ Chip Set specific  output
              events.

              IPMI_Chip_Set_Soft_Power_Control_Failure
                     Defaults to Critical.

              IPMI_Chip_Set_Thermal_Trip
                     Defaults to Critical.

       IPMI_Chip_Set_Transition_Severity
              The following states correspond to Chip Set sensor events that report on device sever‐
              ity.

              IPMI_Chip_Set_Transition_Severity_Transition_To_OK
                     Defaults to Nominal.

              IPMI_Chip_Set_Transition_Severity_Transition_To_Non_Critical_From_OK
                     Defaults to Warning.

              IPMI_Chip_Set_Transition_Severity_Transition_To_Critical_From_Less_Severe
                     Defaults to Critical.

              IPMI_Chip_Set_Transition_Severity_Transition_To_Non_Recoverable_From_Less_Severe
                     Defaults to Critical.

              IPMI_Chip_Set_Transition_Severity_Transition_To_Non_Critical_From_More_Severe
                     Defaults to Warning.

              IPMI_Chip_Set_Transition_Severity_Transition_To_Critical_From_Non_Recoverable
                     Defaults to Critical.

              IPMI_Chip_Set_Transition_Severity_Transition_To_Non_Recoverable
                     Defaults to Critical.

              IPMI_Chip_Set_Transition_Severity_Monitor
                     Defaults to Warning.

              IPMI_Chip_Set_Transition_Severity_Informational
                     Defaults to Nominal.

       IPMI_Cable_Interconnect
              The following states correspond to Cable/Interconnect sensor events w/ Cable/Intercon‐
              nect specific output events.

              IPMI_Cable_Interconnect_Is_Connected
                     Defaults to Nominal.

              IPMI_Cable_Interconnect_Configuration_Error
                     Defaults to Critical.

       IPMI_Cable_Interconnect_Transition_Severity
              The following states correspond to Cable/Interconnect sensor events that report on de‐
              vice severity.

              IPMI_Cable_Interconnect_Transition_Severity_Transition_To_OK
                     Defaults to Nominal.

              IPMI_Cable_Interconnect_Transition_Severity_Transition_To_Non_Critical_From_OK
                     Defaults to Warning.

              IPMI_Cable_Interconnect_Transition_Severity_Transition_To_Critical_From_Less_Severe
                     Defaults to Critical.

              IPMI_Cable_Interconnect_Transition_Severity_Transition_To_Non_Recover‐‐
              able_From_Less_Severe
                     Defaults to Critical.

              IPMI_Cable_Interconnect_Transition_Severity_Transition_To_Non_Critical_From_More_Se‐‐
              vere
                     Defaults to Warning.

              IPMI_Cable_Interconnect_Transition_Severity_Transition_To_Critical_From_Non_Recover‐‐
              able
                     Defaults to Critical.

              IPMI_Cable_Interconnect_Transition_Severity_Transition_To_Non_Recoverable
                     Defaults to Critical.

              IPMI_Cable_Interconnect_Transition_Severity_Monitor
                     Defaults to Warning.

              IPMI_Cable_Interconnect_Transition_Severity_Informational
                     Defaults to Nominal.

       IPMI_System_Boot_Initiated
              The  following states correspond to System Boot Initiated sensor events w/ System Boot
              Initiated specific output events.
              IPMI_System_Boot_Initiated_Initiated_By_Power_Up  Defaults  to   Nominal.    IPMI_Sys‐‐
              tem_Boot_Initiated_Initiated_By_Hard_Reset Defaults to Nominal.  IPMI_System_Boot_Ini‐‐
              tiated_Initiated_By_Warm_Reset   Defaults   to    Nominal.     IPMI_System_Boot_Initi‐‐
              ated_User_Requested_PXE_Boot  Defaults  to  Nominal.  IPMI_System_Boot_Initiated_Auto‐‐
              matic_Boot_To_Diagnostic     Defaults     to     Nominal.      IPMI_System_Boot_Initi‐‐
              ated_OS_Run_Time_Software_Initiated_Hard_Reset   Defaults   to   Warning.    IPMI_Sys‐‐
              tem_Boot_Initiated_OS_Run_Time_Software_Initiated_Warm_Reset  Defaults   to   Warning.
              IPMI_System_Boot_Initiated_System_Restart Defaults to Nominal.

       IPMI_Boot_Error
              The  following  states  correspond  to Boot Error sensor events w/ Boot Error specific
              output events.

              IPMI_Boot_Error_No_Bootable_Media
                     Defaults to Critical.

              IPMI_Boot_Error_Non_Bootable_Diskette_Left_In_Drive
                     Defaults to Critical.

              IPMI_Boot_Error_PXE_Server_Not_Found
                     Defaults to Critical.

              IPMI_Boot_Error_Invalid_Boot_Sector
                     Defaults to Critical.

              IPMI_Boot_Error_Timeout_Waiting_For_User_Selection_Of_Boot_Source
                     Defaults to Warning.

       IPMI_Boot_Error_State
              The following states correspond to Boot Error sensor events that report  an  assertion
              or deassertion.

              IPMI_Boot_Error_State_Deasserted
                     Defaults to Nominal.

              IPMI_Boot_Error_State_Asserted
                     Defaults to Critical.

       IPMI_Boot_Error_Transition_Severity
              The  following  states  correspond  to  Boot Error sensor events that report on device
              severity.

              IPMI_Boot_Error_Transition_Severity_Transition_To_OK
                     Defaults to Nominal.

              IPMI_Boot_Error_Transition_Severity_Transition_To_Non_Critical_From_OK
                     Defaults to Warning.

              IPMI_Boot_Error_Transition_Severity_Transition_To_Critical_From_Less_Severe
                     Defaults to Critical.

              IPMI_Boot_Error_Transition_Severity_Transition_To_Non_Recoverable_From_Less_Severe
                     Defaults to Critical.

              IPMI_Boot_Error_Transition_Severity_Transition_To_Non_Critical_From_More_Severe
                     Defaults to Warning.

              IPMI_Boot_Error_Transition_Severity_Transition_To_Critical_From_Non_Recoverable
                     Defaults to Critical.

              IPMI_Boot_Error_Transition_Severity_Transition_To_Non_Recoverable
                     Defaults to Critical.

              IPMI_Boot_Error_Transition_Severity_Monitor
                     Defaults to Warning.

              IPMI_Boot_Error_Transition_Severity_Informational
                     Defaults to Nominal.

       IPMI_OS_Boot
              The following states correspond to OS Boot sensor events w/ OS  Boot  specific  output
              events.
              IPMI_OS_Boot_A_Boot_Completed  Defaults to Nominal.  IPMI_OS_Boot_C_Boot_Completed De‐
              faults   to   Nominal.    IPMI_OS_Boot_PXE_Boot_Completed   Defaults    to    Nominal.
              IPMI_OS_Boot_Diagnostic_Boot_Completed          Defaults          to          Nominal.
              IPMI_OS_Boot_CD_ROM_Boot_Completed Defaults  to  Nominal.   IPMI_OS_Boot_ROM_Boot_Com‐‐
              pleted Defaults to Nominal.  IPMI_OS_Boot_Boot_Completed_Boot_Device_Not_Specified De‐
              faults to Warning.  IPMI_OS_Boot_Base_OS_Hypervisor_Installation_Started  Defaults  to
              Nominal.   IPMI_OS_Boot_Base_OS_Hypervisor_Installation_Completed Defaults to Nominal.
              IPMI_OS_Boot_Base_OS_Hypervisor_Installation_Aborted     Defaults     to      Warning.
              IPMI_OS_Boot_Base_OS_Hypervisor_Installation_Failed Defaults to Critical.

       IPMI_OS_Critical_Stop
              The  following states correspond to OS Critical Stop sensor events w/ OS Critical Stop
              specific output events.
              IPMI_OS_Critical_Stop_Critical_Stop_During_OS_Load     Defaults      to      Critical.
              IPMI_OS_Critical_Stop_Run_Time_Critical_Stop  Defaults  to  Critical.   IPMI_OS_Criti‐‐
              cal_Stop_OS_Graceful_Stop  Defaults   to   Warning.    IPMI_OS_Critical_Stop_OS_Grace‐‐
              ful_Shutdown    Defaults   to   Warning.    IPMI_OS_Critical_Stop_Soft_Shutdown_Initi‐‐
              ated_By_PEF Defaults to Warning.  IPMI_OS_Critical_Stop_Agent_Not_Responding  Defaults
              to Critical.

       IPMI_OS_Critical_Stop_State
              The  following  states correspond to OS Critical Stop sensor events that report an as‐
              sertion or deassertion.

              IPMI_OS_Critical_Stop_State_Deasserted
                     Defaults to Nominal.

              IPMI_OS_Critical_Stop_State_Asserted
                     Defaults to Critical.

       IPMI_Slot_Connector
              The following states correspond to Slot Connector sensor events w/ Slot Connector spe‐
              cific output events.

              IPMI_Slot_Connector_Fault_Status_Asserted
                     Defaults to Critical.

              IPMI_Slot_Connector_Identify_Status_Asserted
                     Defaults to Warning.

              IPMI_Slot_Connector_Slot_Connector_Device_Installed_Attached
                     Defaults to Nominal.

              IPMI_Slot_Connector_Slot_Connector_Ready_For_Device_Installation
                     Defaults to Nominal.

              IPMI_Slot_Connector_Slot_Connector_Ready_For_Device_Removal
                     Defaults to Nominal.

              IPMI_Slot_Connector_Slot_Power_Is_Off
                     Defaults to Nominal.

              IPMI_Slot_Connector_Slot_Connector_Device_Removal_Request
                     Defaults to Warning.

              IPMI_Slot_Connector_Interlock_Asserted
                     Defaults to Warning.

              IPMI_Slot_Connector_Slot_Is_Disabled
                     Defaults to Warning.

              IPMI_Slot_Connector_Slot_Holds_Spare_Device
                     Defaults to Nominal.

       IPMI_Slot_Connector_Transition_Severity
              The  following states correspond to Slot Connector sensor events that report on device
              severity.

              IPMI_Slot_Connector_Transition_Severity_Transition_To_OK
                     Defaults to Nominal.

              IPMI_Slot_Connector_Transition_Severity_Transition_To_Non_Critical_From_OK
                     Defaults to Warning.

              IPMI_Slot_Connector_Transition_Severity_Transition_To_Critical_From_Less_Severe
                     Defaults to Critical.

              IPMI_Slot_Connector_Transition_Severity_Transition_To_Non_Recoverable_From_Less_Severe
                     Defaults to Critical.

              IPMI_Slot_Connector_Transition_Severity_Transition_To_Non_Critical_From_More_Severe
                     Defaults to Warning.

              IPMI_Slot_Connector_Transition_Severity_Transition_To_Critical_From_Non_Recoverable
                     Defaults to Critical.

              IPMI_Slot_Connector_Transition_Severity_Transition_To_Non_Recoverable
                     Defaults to Critical.

              IPMI_Slot_Connector_Transition_Severity_Monitor
                     Defaults to Warning.

              IPMI_Slot_Connector_Transition_Severity_Informational
                     Defaults to Nominal.

       IPMI_System_ACPI_Power_State

              IPMI_System_ACPI_Power_State_S0_G0
                     Defaults to Nominal.

              IPMI_System_ACPI_Power_State_S1
                     Defaults to Nominal.

              IPMI_System_ACPI_Power_State_S2
                     Defaults to Nominal.

              IPMI_System_ACPI_Power_State_S3
                     Defaults to Nominal.

              IPMI_System_ACPI_Power_State_S4
                     Defaults to Nominal.

              IPMI_System_ACPI_Power_State_S5_G2
                     Defaults to Nominal.

              IPMI_System_ACPI_Power_State_S4_S5_Soft_Off
                     Defaults to Nominal.

              IPMI_System_ACPI_Power_State_G3_Mechanical_Off
                     Defaults to Nominal.

              IPMI_System_ACPI_Power_State_Sleeping_in_an_S1_S2_or_S3_States
                     Defaults to Nominal.

              IPMI_System_ACPI_Power_State_G1_Sleeping
                     Defaults to Nominal.

              IPMI_System_ACPI_Power_State_S5_Entered_By_Override
                     Defaults to Nominal.

              IPMI_System_ACPI_Power_State_Legacy_ON_State
                     Defaults to Nominal.

              IPMI_System_ACPI_Power_State_Legacy_OFF_State
                     Defaults to Nominal.

              IPMI_System_ACPI_Power_State_Unspecified
                     Defaults to Critical.

              IPMI_System_ACPI_Power_State_Unknown
                     Defaults to Critical.

       IPMI_Watchdog2
              The following states correspond to Watchdog 2 sensor events  w/  Watchdog  2  specific
              output events.

              IPMI_Watchdog2_Timer_Expired
                     Defaults to Warning.

              IPMI_Watchdog2_Hard_Reset
                     Defaults to Critical.

              IPMI_Watchdog2_Power_Down
                     Defaults to Critical.

              IPMI_Watchdog2_Power_Cycle
                     Defaults to Critical.

              IPMI_Watchdog2_Reserved1
                     Defaults to Nominal.

              IPMI_Watchdog2_Reserved2
                     Defaults to Nominal.

              IPMI_Watchdog2_Reserved3
                     Defaults to Nominal.

              IPMI_Watchdog2_Reserved4
                     Defaults to Nominal.

              IPMI_Watchdog2_Timer_Interrupt
                     Defaults to Warning.

       IPMI_Platform_Alert
              The following states correspond to Platform Alert sensor events w/ Platform Alert spe‐
              cific output events.
              IPMI_Platform_Alert_Platform_Generated_Page   Defaults   to    Nominal.     IPMI_Plat‐‐
              form_Alert_Platform_Generated_LAN_Alert     Defaults     to    Nominal.     IPMI_Plat‐‐
              form_Alert_Platform_Event_Trap_Generated    Defaults    to    Nominal.      IPMI_Plat‐‐
              form_Alert_Platform_Generated_SNMP_Trap Defaults to Nominal.

       IPMI_Platform_Alert_State
              The  following states correspond to Platform Alert sensor events that report an asser‐
              tion or deassertion.

              IPMI_Platform_Alert_State_Deasserted
                     Defaults to Nominal.

              IPMI_Platform_Alert_State_Asserted
                     Defaults to Critical.

       IPMI_Entity_Presence
              The following states correspond to Entity Presence sensor events  w/  Entity  Presence
              specific output events.

              IPMI_Entity_Presence_Entity_Present
                     Defaults to Nominal.

              IPMI_Entity_Presence_Entity_Absent
                     Defaults to Critical.

              IPMI_Entity_Presence_Entity_Disabled
                     Defaults to Critical.

       IPMI_Entity_Presence_Device_Present
              The following states correspond to Entity Presence sensor events that report on device
              installation.

              IPMI_Entity_Presence_Device_Present_Device_Removed_Device_Absent
                     Defaults to Nominal.

              IPMI_Entity_Presence_Device_Present_Device_Inserted_Device_Present
                     Defaults to Nominal.

       IPMI_LAN
              The following states correspond to LAN sensor events w/ LAN specific output events.
              IPMI_LAN_Heartbeat Defaults to Nominal.  IPMI_LAN_Heartbeat_Lost Defaults to Warning.

       IPMI_Management_Subsystem_Health
              The following states correspond to Management Subsystem Health sensor events  w/  Man‐
              agement Subsystem Health specific output events.

              IPMI_Management_Subsystem_Health_Sensor_Access_Degraded_Or_Unavailable
                     Defaults to Critical.

              IPMI_Management_Subsystem_Health_Controller_Access_Degraded_Or_Unavailable
                     Defaults to Critical.

              IPMI_Management_Subsystem_Health_Management_Controller_Off_Line
                     Defaults to Critical.

              IPMI_Management_Subsystem_Health_Management_Controller_Unavailable
                     Defaults to Critical.

              IPMI_Management_Subsystem_Health_Sensor_Failure
                     Defaults to Critical.

              IPMI_Management_Subsystem_Health_FRU_Failure
                     Defaults to Critical.

       IPMI_Battery
              The  following  states  correspond to Battery sensor events w/ Battery specific output
              events.

              IPMI_Battery_Battery_Low
                     Defaults to Warning.

              IPMI_Battery_Battery_Failed
                     Defaults to Critical.

              IPMI_Battery_Battery_Presence_Detected
                     Defaults to Nominal.

       IPMI_Session_Audit
              The following states correspond to Session Audit sensor events w/ Session  Audit  spe‐
              cific output events.

              IPMI_Session_Audit_Session_Activated
                     Defaults to Nominal.

              IPMI_Session_Audit_Session_Deactivated
                     Defaults to Nominal.

              IIPMI_Session_Audit_Invalid_Username_Or_Password
                     Defaults to Warning.

              IPMI_Session_Audit_Invalid_Password_Disable
                     Defaults to Critical.

       IPMI_Version_Change_Transition_Severity
              The  following  states  correspond to Version Change sensor events that Version Change
              specific output events.

              IPMI_Version_Change_Hardware_Change_Detected_With_Associated_Entity
                     Defaults to Warning.

              IPMI_Version_Change_Firmware_Or_Software_Change_Detected_With_Associated_Entity
                     Defaults to Warning.

              IPMI_Version_Change_Hardware_Incompatability_Detected_With_Associated_Entity
                     Defaults to Critical.

              IPMI_Version_Change_Firmware_Or_Software_Incompatability_Detected_With_Associated_En‐‐
              tity
                     Defaults to Critical.

              IPMI_Version_Change_Entity_Is_Of_An_Invalid_Or_Unsupported_Hardware_Version
                     Defaults to Critical.

              IPMI_Version_Change_Entity_Contains_An_Invalid_Or_Unsupported_Firmware_Or_Soft‐‐
              ware_Version
                     Defaults to Critical.

              IPMI_Version_Change_Hardware_Change_Detected_With_Associated_Entity_Was_Successful
                     Defaults to Nominal.

              IPMI_Version_Change_Software_Or_FW_Change_Detected_With_Associated_Entity_Was_Success‐‐
              ful
                     Defaults to Nominal.

       IPMI_FRU_State
              The  following states correspond to FRU State sensor events w/ FRU State specific out‐
              put events.

              IPMI_FRU_State_FRU_Not_Installed
                     Defaults to Critical.

              IPMI_FRU_State_FRU_Inactive
                     Defaults to Critical.

              IPMI_FRU_State_FRU_Activation_Requested
                     Defaults to Warning.

              IPMI_FRU_State_FRU_Activation_In_Progress
                     Defaults to Warning.

              IPMI_FRU_State_FRU_Active
                     Defaults to Nominal.

              IPMI_FRU_State_FRU_Deactivation_Requested
                     Defaults to Warning.

              IPMI_FRU_State_FRU_Deactivation_In_Progress
                     Defaults to Warning.

              IPMI_FRU_State_FRU_Communication_Lost
                     Defaults to Critical.

       IPMI_OEM
              The following configuration options can be used to  configure  OEM  system  event  log
              events.  Interpretations  rules  for  a specific combination of Manufacturer-ID, Product-ID, and Record-Type, are iterated through and the worst resulting sensor state  is
              returned  (i.e. Warning < Nominal, Critical < Warning). If no match is found, no state
              is returned for the OEM event.  For each of the configuration options below, <Manufacturer-ID>  is  the numeric IANA manufacturer ID for the manufacturer in question.  The
              <Product-ID> is one or more numeric IDs representing the manufacturer's product.   The
              <Product-ID> can be listed as a single numeric number (e.g. 1234), a range of IDs sep‐
              arated by a dash (e.g. 12-20), or a list of specific product IDs separated by  a  plus
              (e.g.  12+19+22).  Both  the  Manufacturer-ID  and  Product-ID can be found using bmc-
              info(8).  Multiple <Manufacturer-ID> and <Product-ID> pairs can be input separated  by
              commas.

              IPMI_OEM_Sensor_System_Event_Record   <Manufacturer-ID>:<Product-ID>,...   Event-Reading-Type-Code Sensor-Type Event-Direction EventData1 EventData2 EventData3 State
                     IPMI_OEM_System_Event_Record can be used to configure  a  state  interpretation
                     for  a  specific Manufacturer-ID, Product-ID, Event-Reading-Type-Code, and Sensor-Type combination, and a specific Event-Direction,  EventData1,  EventData2,
                     and  EventData3. The Event-Direction field must specify Assertion, Deassertion,
                     or ANY. Each of the EventData fields must specify a hex byte to  match  or  the
                     keyword ANY to match anything. The Event-Reading-Type-Code and Sensor-Type need
                     not be OEM types. They may be non-OEM types and used to provide  interpretation
                     rules  for sensors that may be behaving outside the standard of the IPMI speci‐
                     fication.

              IPMI_OEM_Timestamped_Record  <Manufacturer-ID>:<Product-ID>,...  Record-Type  OEMDATA1
              OEMDATA2 OEMDATA3 OEMDATA4 OEMDATA5 OEMDATA6 State
                     IPMI_OEM_Timestamped_Record  can  be  used to configure an interpretation for a
                     specific Manufacturer-ID, Product-ID, Record-Type, and  OEM  data  combination.
                     The  Record-Type  must be a legal record type for OEM Timestamped Records (cur‐
                     rently 0xC0-0xDF). Each of the OEMDATA fields must specify a hex byte to  match
                     or the keyword ANY to match anything.

              IPMI_OEM_Non_Timestamped_Record  <Manufacturer-ID>:<Product-ID>,...  Record-Type  OEMDATA1 OEMDATA2 OEMDATA3 OEMDATA4 OEMDATA5 OEMDATA6  OEMDATA7  OEMDATA8  OEMDATA9  OEMDATA10 OEMDATA11 OEMDATA12 OEMDATA13 State
                     IPMI_OEM_Non_Timestamped_Record  can be used to configure an interpretation for
                     a specific Manufacturer-ID, Product-ID, Record-Type, and OEM data  combination.
                     The  Record-Type  must  be  a legal record type for OEM Non-Timestamped Records
                     (currently 0xEO-0xFF). Each of the OEMDATA fields must specify a  hex  byte  to
                     match or the keyword ANY to match anything.

FILES
       /etc/freeipmi//freeipmi_interpret_sel.conf

REPORTING BUGS
       Report bugs to <freeipmi-users AT gnu.org> or <freeipmi-devel AT gnu.org>.

COPYRIGHT
       Copyright (C) 2007-2015 Lawrence Livermore National Security, LLC.

       This  library  is  free software; you can redistribute it and/or modify it under the terms of
       the GNU General Public License as published by the Free Software Foundation; either version 3
       of the License, or (at your option) any later version.

SEE ALSO
       libfreeipmi(3), libipmimonitoring(3), ipmi-sel(8)

       http://www.gnu.org/software/freeipmi/



FreeIPMI 1.6.9                               2023-06-28                    FREEIPMI_INTERPRET_SEL(5)

Generated by phpMan v3.0-1-g415f66e Author: Che Dong Under GNU General Public License
2026-06-04 18:27 @216.73.216.133
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top