{
    "content": [
        {
            "type": "text",
            "text": "# freeipmi_interpret_sel.conf (man)\n\n## NAME\n\nfreeipmiinterpretsel.conf - specify system event log (SEL) interpretation rules\n\n## DESCRIPTION\n\nThe  /etc/freeipmi//freeipmiinterpretsel.conf  defines  how  IPMI  system event log entries\nshould be interpreted. IPMI system events specify a number of states/thresholds when they are\nread.  Based on those states/thresholds, libraries and tools such as libipmimonitoring(3) and\nipmi-sel(8) can report if an event is \"good\" or \"bad\" via a report of a NOMINAL, WARNING,  or\nCRITICAL state. A different state can be reported for an event depending on if it is asserted\nor deasserted.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **FORMAT**\n- **OPTIONS**\n- **FILES**\n- **REPORTING BUGS**\n- **COPYRIGHT**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "freeipmi_interpret_sel.conf",
        "section": "",
        "mode": "man",
        "summary": "freeipmiinterpretsel.conf - specify system event log (SEL) interpretation rules",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "libfreeipmi",
                "section": "3",
                "url": "https://www.chedong.com/phpMan.php/man/libfreeipmi/3/json"
            },
            {
                "name": "libipmimonitoring",
                "section": "3",
                "url": "https://www.chedong.com/phpMan.php/man/libipmimonitoring/3/json"
            },
            {
                "name": "ipmi-sel",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/ipmi-sel/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 40,
                "subsections": []
            },
            {
                "name": "FORMAT",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1557,
                "subsections": []
            },
            {
                "name": "FILES",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "REPORTING BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "freeipmiinterpretsel.conf - specify system event log (SEL) interpretation rules\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The  /etc/freeipmi//freeipmiinterpretsel.conf  defines  how  IPMI  system event log entries\nshould be interpreted. IPMI system events specify a number of states/thresholds when they are\nread.  Based on those states/thresholds, libraries and tools such as libipmimonitoring(3) and\nipmi-sel(8) can report if an event is \"good\" or \"bad\" via a report of a NOMINAL, WARNING,  or\nCRITICAL state. A different state can be reported for an event depending on if it is asserted\nor deasserted.\n\nEach of the states listed below are (hopefully) descriptive enough to describe the state con‐\nditions that may be set/unset for each sensor or event type. For more detailed information on\neach of the individual states listed below, please see the  IPMI  Specification  \"Sensor  and\nEvent  Code  Tables\".   Ipmi-sensors(8)  can  be  used  to determine the sensor types and the\nstates/thresholds that exist on a system by outputting very verbose output  and  seeing  what\ntypes of Assertion or Deassertion events are possible.\n\nEach of the events below may may take 1 or 2 of the following states as input.\n\nNominal - Signal Nominal reading if event tripped\n\nWarning - Signal Warning reading if event tripped\n\nCritical - Signal Critical reading if event tripped\n\nIf only one state is listed, that state will be interpreted when the event is asserted or de‐\nasserted. If two states are listed, the first state will be interpreted when an event is  as‐\nserted, and the later will be interpreted when an event is deasserted.\n\nNot  all IPMI sensor types and event types are currently supported. If you would like more to\nbe supported, please e-mail the FreeIPMI mailing list.\n\nThe default values selected for individual events being tripped are based on best guesses and\nmotherboards being analyzed.  If you think they should be changed, please e-mail the FreeIPMI\nmailing list to discuss what the defaults should be.\n\nMost default interpretations can be determined quite easily and can meet the  needs  of  most\nusers.  For  example,  a  reading  of  \"PerformanceMet\"  is  normally  better  than \"Perfor‐\nmanceLags\".  However, some sensors can be ambiguous and depend completely  on  the  manufac‐\nturer. For example, \"StateAsserted\" vs. \"StateDeasserted\" are completely at the interpreta‐\ntion of the vendor. Users are advised to adjust the interpretations below as needed for their\nmachines.\n",
                "subsections": []
            },
            "FORMAT": {
                "content": "The  configuration  options that can be specified in the configuration file are listed below.\nEach configuration option must be listed on a separate line. Arguments for an option are sep‐\narated  by  any  amount  of  whitespace. Multiple arguments are also separated by whitespace.\nComments can be marked by using the pound sign (\"#\") character, and lines can be continued on\nthe next using backslash (\"\\\").\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "IPMIThresholdSensor\nThe  following  states correspond to threshold sensor events. This normally applies to\nevents that dealing with non-discrete values, such  as  temperatures,  voltages,  RPM,\netc.\n\nIPMIThresholdSensorLowerNonCriticalGoingLow\nDefaults to Warning/Nominal.\n\nIPMIThresholdSensorLowerNonCriticalGoingHigh\nDefaults to Nominal/Nominal.\n\nIPMIThresholdSensorLowerCriticalGoingLow\nDefaults to Critical/Warning.\n\nIPMIThresholdSensorLowerCriticalGoingHigh\nDefaults to Warning/Warning.\n\nIPMIThresholdSensorLowerNonRecoverableGoingLow\nDefaults to Critical/Critical.\n\nIPMIThresholdSensorLowerNonRecoverableGoingHigh\nDefaults to Critical/Critical.\n\nIPMIThresholdSensorUpperNonCriticalGoingLow\nDefaults to Nominal/Nominal.\n\nIPMIThresholdSensorUpperNonCriticalGoingHigh\nDefaults to Warning/Nominal.\n\nIPMIThresholdSensorUpperCriticalGoingLow\nDefaults to Warning/Warning.\n\nIPMIThresholdSensorUpperCriticalGoingHigh\nDefaults to Critical/Warning.\n\nIPMIThresholdSensorUpperNonRecoverableGoingLow\nDefaults to Critical/Critical.\n\nIPMIThresholdSensorUpperNonRecoverableGoingHigh\nDefaults to Critical/Critical.\n\nIPMITemperatureState\nThe  following states correspond to Temperature sensor events that report an assertion\nor deassertion.\n\nIPMITemperatureStateDeasserted\nDefaults to Nominal.\n\nIPMITemperatureStateAsserted\nDefaults to Warning.\n\nIPMITemperatureLimit\nThe following states correspond to Temperature sensor events that report on limits.\n\nIPMITemperatureLimitNotExceeded\nDefaults to Nominal.\n\nIPMITemperatureLimitExceeded\nDefaults to Critical.\n\nIPMITemperatureTransitionSeverity\nThe following states correspond to Temperature sensor events that report on transition\nseverity.\n\nIPMITemperatureTransitionSeverityTransitionToOK\nDefaults to Nominal.\n\nIPMITemperatureTransitionSeverityTransitionToNonCriticalFromOK\nDefaults to Warning.\n\nIPMITemperatureTransitionSeverityTransitionToCriticalFromLessSevere\nDefaults to Critical.\n\nIPMITemperatureTransitionSeverityTransitionToNonRecoverableFromLessSevere\nDefaults to Critical.\n\nIPMITemperatureTransitionSeverityTransitionToNonCriticalFromMoreSevere\nDefaults to Warning.\n\nIPMITemperatureTransitionSeverityTransitionToCriticalFromNonRecoverable\nDefaults to Critical.\n\nIPMITemperatureTransitionSeverityTransitionToNonRecoverable\nDefaults to Critical.\n\nIPMITemperatureTransitionSeverityMonitor\nDefaults to Warning.\n\nIPMITemperatureTransitionSeverityInformational\nDefaults to Nominal.\n\nIPMIVoltageState\nThe  following  states correspond to Voltage sensor events that report an assertion or\ndeassertion.\n\nIPMIVoltageStateDeasserted\nDefaults to Nominal.\n\nIPMIVoltageStateAsserted\nDefaults to Warning.\n\nIPMIVoltageLimit\nThe following states correspond to Voltage sensor events that report on limits.\n\nIPMIVoltageLimitNotExceeded\nDefaults to Nominal.\n\nIPMIVoltageLimitExceeded\nDefaults to Critical.\n\nIPMIVoltagePerformance\nThe following states correspond to Voltage sensor events that report on performance.\n\nIPMIVoltagePerformanceMet\nDefaults to Nominal/Nominal.\n\nIPMIVoltagePerformanceLags\nDefaults to Critical/Warning.\n\nIPMIVoltageTransitionSeverity\nThe following states correspond to Voltage sensor events that report on device  sever‐\nity.\n\nIPMIVoltageTransitionSeverityTransitionToOK\nDefaults to Nominal.\n\nIPMIVoltageTransitionSeverityTransitionToNonCriticalFromOK\nDefaults to Warning.\n\nIPMIVoltageTransitionSeverityTransitionToCriticalFromLessSevere\nDefaults to Critical.\n\nIPMIVoltageTransitionSeverityTransitionToNonRecoverableFromLessSevere\nDefaults to Critical.\n\nIPMIVoltageTransitionSeverityTransitionToNonCriticalFromMoreSevere\nDefaults to Warning.\n\nIPMIVoltageTransitionSeverityTransitionToCriticalFromNonRecoverable\nDefaults to Critical.\n\nIPMIVoltageTransitionSeverityTransitionToNonRecoverable\nDefaults to Critical.\n\nIPMIVoltageTransitionSeverityMonitor\nDefaults to Warning.\n\nIPMIVoltageTransitionSeverityInformational\nDefaults to Nominal.\n\nIPMICurrentTransitionSeverity\nThe  following states correspond to Current sensor events that report on device sever‐\nity.\n\nIPMICurrentTransitionSeverityTransitionToOK\nDefaults to Nominal.\n\nIPMICurrentTransitionSeverityTransitionToNonCriticalFromOK\nDefaults to Warning.\n\nIPMICurrentTransitionSeverityTransitionToCriticalFromLessSevere\nDefaults to Critical.\n\nIPMICurrentTransitionSeverityTransitionToNonRecoverableFromLessSevere\nDefaults to Critical.\n\nIPMICurrentTransitionSeverityTransitionToNonCriticalFromMoreSevere\nDefaults to Warning.\n\nIPMICurrentTransitionSeverityTransitionToCriticalFromNonRecoverable\nDefaults to Critical.\n\nIPMICurrentTransitionSeverityTransitionToNonRecoverable\nDefaults to Critical.\n\nIPMICurrentTransitionSeverityMonitor\nDefaults to Warning.\n\nIPMICurrentTransitionSeverityInformational\nDefaults to Nominal.\n\nIPMIFanState\nThe following states correspond to Fan sensor events that report an assertion  or  de‐\nassertion.\n\nIPMIFanStateDeasserted\nDefaults to Nominal.\n\nIPMIFanStateAsserted\nDefaults to Warning.\n\nIPMIFanTransitionSeverity\nThe following states correspond to Fan sensor events that report on device severity.\n\nIPMIFanTransitionSeverityTransitionToOK\nDefaults to Nominal.\n\nIPMIFanTransitionSeverityTransitionToNonCriticalFromOK\nDefaults to Warning.\n\nIPMIFanTransitionSeverityTransitionToCriticalFromLessSevere\nDefaults to Critical.\n\nIPMIFanTransitionSeverityTransitionToNonRecoverableFromLessSevere\nDefaults to Critical.\n\nIPMIFanTransitionSeverityTransitionToNonCriticalFromMoreSevere\nDefaults to Warning.\n\nIPMIFanTransitionSeverityTransitionToCriticalFromNonRecoverable\nDefaults to Critical.\n\nIPMIFanTransitionSeverityTransitionToNonRecoverable\nDefaults to Critical.\n\nIPMIFanTransitionSeverityMonitor\nDefaults to Warning.\n\nIPMIFanTransitionSeverityInformational\nDefaults to Nominal.\n\nIPMIFanDevicePresent\nThe  following  states correspond to Fan sensor events that report on device installa‐\ntion.\n\nIPMIFanDevicePresentDeviceRemovedDeviceAbsent\nDefaults to Critical.\n\nIPMIFanDevicePresentDeviceInsertedDevicePresent\nDefaults to Nominal.\n\nIPMIFanTransitionAvailability\nThe following states correspond to Fan sensor events that report on device  availabil‐\nity.\n\nIPMIFanTransitionAvailabilityToRunning\nDefaults to Nominal/Nominal.\n\nIPMIFanTransitionAvailabilityToInTest\nDefaults to Warning/Warning.\n\nIPMIFanTransitionAvailabilityToPowerOff\nDefaults to Warning/Warning.\n\nIPMIFanTransitionAvailabilityToOnLine\nDefaults to Warning/Warning.\n\nIPMIFanTransitionAvailabilityToOffLine\nDefaults to Warning/Warning.\n\nIPMIFanTransitionAvailabilityToOffDuty\nDefaults to Warning/Warning.\n\nIPMIFanTransitionAvailabilityToDegraded\nDefaults to Critical/Warning.\n\nIPMIFanTransitionAvailabilityToPowerSave\nDefaults to Warning/Warning.\n\nIPMIFanTransitionAvailabilityInstallError\nDefaults to Critical/Critical.\n\nIPMIFanRedundancy\nThe following states correspond to Fan sensor events that report on redundancy.\n\nIPMIFanRedundancyFullyRedundant\nDefaults to Nominal/Nominal.\n\nIPMIFanRedundancyRedundancyLost\nDefaults to Critical/Warning.\n\nIPMIFanRedundancyRedundancyDegraded\nDefaults to Warning/Warning.\n\nIPMIFanRedundancyNonRedundantSufficientResourcesFromRedundant\nDefaults to Critical/Warning.\n\nIPMIFanRedundancyNonRedundantSufficientResourcesFromInsufficientRedundancy\nDefaults to Critical/Warning.\n\nIPMIFanRedundancyNonRedundantInsufficientResources\nDefaults to Critical/Warning.\n\nIPMIFanRedundancyRedundancyDegradedFromFullyRedundant\nDefaults to Warning/Warning.\n\nIPMIFanRedundancyRedundancyDegradedFromNonRedundant\nDefaults to Warning/Warning.\n\nIPMIPhysicalSecurity\nThe  following  states correspond to Physical Security sensor events w/ Physical Secu‐\nrity specific output events.\n\nIPMIPhysicalSecurityGeneralChassisIntrusion\nDefaults to Critical.\n\nIPMIPhysicalSecurityDriveBayIntrusion\nDefaults to Critical.\n\nIPMIPhysicalSecurityIOCardIntrusion\nDefaults to Critical.\n\nIPMIPhysicalSecurityProcessorAreaIntrusion\nDefaults to Critical.\n\nIPMIPhysicalSecurityLANLeashLost\nDefaults to Critical.\n\nIPMIPhysicalSecurityUnauthorizedDockUndock\nDefaults to Critical.\n\nIPMIPhysicalSecurityFANAreaIntrusion\nDefaults to Critical.\n\nIPMIPlatformSecurityViolationAttempt\nThe following states correspond to Platform Violation Attempt sensor events  w/  Plat‐\nform Security Violation Attempt specific output events.\n\nIPMIPlatformSecurityViolationAttemptSecureModeViolationAttempt\nDefaults to Critical.\n\nIPMIPlatformSecurityViolationAttemptPreBootPasswordViolationUserPassword\nDefaults to Critical.\n\nIPMIPlatformSecurityViolationAttemptPreBootPasswordViolationAt‐‐\ntemptSetupPassword\nDefaults to Critical.\n\nIPMIPlatformSecurityViolationAttemptPreBootPasswordViolationNet‐‐\nworkBootPassword\nDefaults to Critical.\n\nIPMIPlatformSecurityViolationAttemptOtherPreBootPasswordViolation\nDefaults to Critical.\n\nIPMIPlatformSecurityViolationAttemptOutOfBandAccessPasswordViolation\nDefaults to Critical.\n\nIPMIProcessor\nThe  following states correspond to Processor sensor events w/ Processor specific out‐\nput events.\n\nIPMIProcessorIERR\nDefaults to Critical.\n\nIPMIProcessorThermalTrip\nDefaults to Critical.\n\nIPMIProcessorFRB1BISTFailure\nDefaults to Critical.\n\nIPMIProcessorFRB2HangInPOSTFailure\nDefaults to Critical.\n\nIPMIProcessorFRB3ProcessorStartupInitializationFailure\nDefaults to Critical.\n\nIPMIProcessorConfigurationError\nDefaults to Critical.\n\nIPMIProcessorSMBIOSUncorrectableCPUComplexError\nDefaults to Critical.\n\nIPMIProcessorProcessorPresenceDetected\nDefaults to Nominal.\n\nIPMIProcessorProcessorDisabled\nDefaults to Critical.\n\nIPMIProcessorTerminatorPresenceDetected\nDefaults to Critical.\n\nIPMIProcessorProcessorAutomaticallyThrottled\nDefaults to Warning.\n\nIPMIProcessorMachineCheckException\nDefaults to Critical.\n\nIPMIProcessorCorrectableMachineCheckError\nDefaults to Warning.\n\nIPMIProcessorState\nThe following states correspond to Processor sensor events that report an assertion or\ndeassertion.\n\nIPMIProcessorStateDeasserted\nDefaults to Nominal.\n\nIPMIProcessorStateAsserted\nDefaults to Critical.\n\nIPMIPowerSupply\nThe following states correspond to Power Supply sensor events w/ Power Supply specific\noutput events.\n\nIPMIPowerSupplyPresenceDetected\nDefaults to Nominal/Nominal.\n\nIPMIPowerSupplyPowerSupplyFailureDetected\nDefaults to Critical/Critical.\n\nIPMIPowerSupplyPredictiveFailure\nDefaults to Critical/Critical.\n\nIPMIPowerSupplyPowerSupplyInputLostACDC\nDefaults to Critical/Warning.\n\nIPMIPowerSupplyPowerSupplyInputLostOrOutOfRange\nDefaults to Critical/Warning.\n\nIPMIPowerSupplyPowerSupplyInputOutOfRangeButPresent\nDefaults to Critical/Warning.\n\nIPMIPowerSupplyConfigurationError\nDefaults to Critical/Critical.\n\nIPMIPowerSupplyPowerSupplyInactive\nDefaults to Warning/Warning.\n\nIPMIPowerSupplyState\nThe following states correspond to PowerSupply sensor events that report an assertion\nor deassertion.\n\nIPMIPowerSupplyStateDeasserted\nDefaults to Critical.\n\nIPMIPowerSupplyStateAsserted\nDefaults to Nominal.\n\nIPMIPowerSupplyTransitionSeverity\nThe  following  states  correspond to Power Supply sensor events that report on device\nseverity.\n\nIPMIPowerSupplyTransitionSeverityTransitionToOK\nDefaults to Nominal.\n\nIPMIPowerSupplyTransitionSeverityTransitionToNonCriticalFromOK\nDefaults to Warning.\n\nIPMIPowerSupplyTransitionSeverityTransitionToCriticalFromLessSevere\nDefaults to Critical.\n\nIPMIPowerSupplyTransitionSeverityTransitionToNonRecoverableFromLessSevere\nDefaults to Critical.\n\nIPMIPowerSupplyTransitionSeverityTransitionToNonCriticalFromMoreSevere\nDefaults to Warning.\n\nIPMIPowerSupplyTransitionSeverityTransitionToCriticalFromNonRecoverable\nDefaults to Critical.\n\nIPMIPowerSupplyTransitionSeverityTransitionToNonRecoverable\nDefaults to Critical.\n\nIPMIPowerSupplyTransitionSeverityMonitor\nDefaults to Warning.\n\nIPMIPowerSupplyTransitionSeverityInformational\nDefaults to Nominal.\n\nIPMIPowerSupplyRedundancy\nThe following states correspond to Power Supply sensor events that  report  on  redun‐\ndancy.\n\nIPMIPowerSupplyRedundancyFullyRedundant\nDefaults to Nominal/Nominal.\n\nIPMIPowerSupplyRedundancyRedundancyLost\nDefaults to Critical/Warning.\n\nIPMIPowerSupplyRedundancyRedundancyDegraded\nDefaults to Warning/Warning.\n\nIPMIPowerSupplyRedundancyNonRedundantSufficientResourcesFromRedundant\nDefaults to Critical/Warning.\n\nIPMIPowerSupplyRedundancyNonRedundantSufficientResourcesFromInsufficientRe‐‐\ndundancy\nDefaults to Critical/Warning.\n\nIPMIPowerSupplyRedundancyNonRedundantInsufficientResources\nDefaults to Critical/Warning.\n\nIPMIPowerSupplyRedundancyRedundancyDegradedFromFullyRedundant\nDefaults to Warning/Warning.\n\nIPMIPowerSupplyRedundancyRedundancyDegradedFromNonRedundant\nDefaults to Warning/Warning.\n\nIPMIPowerUnit\nThe following states correspond to Power Unit sensor events  w/  Power  Unit  specific\noutput events.\n\nIPMIPowerUnitPowerOffPowerDown\nDefaults to Nominal/Nominal.\n\nIPMIPowerUnitPowerCycle\nDefaults to Nominal/Nominal.\n\nIPMIPowerUnit240VAPowerDown\nDefaults to Warning/Nominal.\n\nIPMIPowerUnitInterlockPowerDown\nDefaults to Warning/Warning.\n\nIPMIPowerUnitACLost\nDefaults to Critical/Warning.\n\nIPMIPowerUnitSoftPowerControlFailure\nDefaults to Critical/Critical.\n\nIPMIPowerUnitPowerUnitFailureDetected\nDefaults to Critical/Critical.\n\nIPMIPowerUnitPredictiveFailure\nDefaults to Critical/Critical.\n\nIPMIPowerUnitDevicePresent\nThe  following states correspond to Power Unit sensor events that report on device in‐\nstallation.\n\nIPMIPowerUnitDevicePresentDeviceRemovedDeviceAbsent\nDefaults to Critical.\n\nIPMIPowerUnitDevicePresentDeviceInsertedDevicePresent\nDefaults to Nominal.\n\nIPMIPowerUnitRedundancy\nThe following states correspond to Power Unit sensor events that report on redundancy.\n\nIPMIPowerUnitRedundancyFullyRedundant\nDefaults to Nominal/Nominal.\n\nIPMIPowerUnitRedundancyRedundancyLost\nDefaults to Critical/Warning.\n\nIPMIPowerUnitRedundancyRedundancyDegraded\nDefaults to Warning/Warning.\n\nIPMIPowerUnitRedundancyNonRedundantSufficientResourcesFromRedundant\nDefaults to Critical/Warning.\n\nIPMIPowerUnitRedundancyNonRedundantSufficientResourcesFromInsufficientRedun‐‐\ndancy\nDefaults to Critical/Warning.\n\nIPMIPowerUnitRedundancyNonRedundantInsufficientResources\nDefaults to Critical/Warning.\n\nIPMIPowerUnitRedundancyRedundancyDegradedFromFullyRedundant\nDefaults to Warning/Warning.\n\nIPMIPowerUnitRedundancyRedundancyDegradedFromNonRedundant\nDefaults to Warning/Warning.\n\nIPMICoolingDeviceRedundancy\nThe  following states correspond to Cooling Device sensor events that report on redun‐\ndancy.\n\nIPMICoolingDeviceRedundancyFullyRedundant\nDefaults to Nominal/Nominal.\n\nIPMICoolingDeviceRedundancyRedundancyLost\nDefaults to Critical/Warning.\n\nIPMICoolingDeviceRedundancyRedundancyDegraded\nDefaults to Warning/Warning.\n\nIPMICoolingDeviceRedundancyNonRedundantSufficientResourcesFromRedundant\nDefaults to Critical/Warning.\n\nIPMICoolingDeviceRedundancyNonRedundantSufficientResourcesFromInsuffi‐‐\ncientRedundancy\nDefaults to Critical/Warning.\n\nIPMICoolingDeviceRedundancyNonRedundantInsufficientResources\nDefaults to Critical/Warning.\n\nIPMICoolingDeviceRedundancyRedundancyDegradedFromFullyRedundant\nDefaults to Warning/Warning.\n\nIPMICoolingDeviceRedundancyRedundancyDegradedFromNonRedundant\nDefaults to Warning/Warning.\n\nIPMIMemory\nThe  following  states  correspond  to  Memory sensor events w/ Memory specific output\nevents.\n\nIPMIMemoryCorrectableMemoryError\nDefaults to Warning.\n\nIPMIMemoryUncorrectableMemoryError\nDefaults to Critical.\n\nIPMIMemoryParity\nDefaults to Critical.\n\nIPMIMemoryMemoryScrubFailed\nDefaults to Critical.\n\nIPMIMemoryMemoryDeviceDisabled\nDefaults to Critical.\n\nIPMIMemoryCorrectableMemoryErrorLoggingLimitReached\nDefaults to Warning.\n\nIPMIMemoryPresenceDetected\nDefaults to Nominal.\n\nIPMIMemoryConfigurationError\nDefaults to Critical.\n\nIPMIMemorySpare\nDefaults to Nominal.\n\nIPMIMemoryMemoryAutomaticallyThrottled\nDefaults to Warning.\n\nIPMIMemoryCriticalOvertemperature\nDefaults to Critical.\n\nIPMIMemoryState\nThe following states correspond to Memory sensor events that report  an  assertion  or\ndeassertion.\n\nIPMIMemoryStateDeasserted\nDefaults to Nominal.\n\nIPMIMemoryStateAsserted\nDefaults to Critical.\n\nIPMIMemoryTransitionSeverity\nThe  following  states  correspond  to  Memory sensor events that report on transition\nseverity.\n\nIPMIMemoryTransitionSeverityTransitionToOK\nDefaults to Nominal.\n\nIPMIMemoryTransitionSeverityTransitionToNonCriticalFromOK\nDefaults to Warning.\n\nIPMIMemoryTransitionSeverityTransitionToCriticalFromLessSevere\nDefaults to Critical.\n\nIPMIMemoryTransitionSeverityTransitionToNonRecoverableFromLessSevere\nDefaults to Critical.\n\nIPMIMemoryTransitionSeverityTransitionToNonCriticalFromMoreSevere\nDefaults to Warning.\n\nIPMIMemoryTransitionSeverityTransitionToCriticalFromNonRecoverable\nDefaults to Critical.\n\nIPMIMemoryTransitionSeverityTransitionToNonRecoverable\nDefaults to Critical.\n\nIPMIMemoryTransitionSeverityMonitor\nDefaults to Warning.\n\nIPMIMemoryTransitionSeverityInformational\nDefaults to Nominal.\n\nIPMIMemoryRedundancy\nThe following states correspond to Memory sensor events that report on redundancy.\n\nIPMIMemoryRedundancyFullyRedundant\nDefaults to Nominal/Nominal.\n\nIPMIMemoryRedundancyRedundancyLost\nDefaults to Critical/Warning.\n\nIPMIMemoryRedundancyRedundancyDegraded\nDefaults to Warning/Warning.\n\nIPMIMemoryRedundancyNonRedundantSufficientResourcesFromRedundant\nDefaults to Critical/Warning.\n\nIPMIMemoryRedundancyNonRedundantSufficientResourcesFromInsufficientRedundancy\nDefaults to Critical/Warning.\n\nIPMIMemoryRedundancyNonRedundantInsufficientResources\nDefaults to Critical/Warning.\n\nIPMIMemoryRedundancyRedundancyDegradedFromFullyRedundant\nDefaults to Warning/Warning.\n\nIPMIMemoryRedundancyRedundancyDegradedFromNonRedundant\nDefaults to Warning/Warning.\n\nIPMIDriveSlot\nThe following states correspond to Drive Slot sensor events  w/  Drive  Slot  specific\noutput events.\n\nIPMIDriveSlotDrivePresence\nDefaults to Nominal.\n\nIPMIDriveSlotDriveFault\nDefaults to Critical.\n\nIPMIDriveSlotPredictiveFailure\nDefaults to Critical.\n\nIPMIDriveSlotHotSpare\nDefaults to Nominal.\n\nIPMIDriveSlotConsistencyCheckParityCheckInProgress\nDefaults to Nominal.\n\nIPMIDriveSlotInCriticalArray\nDefaults to Critical.\n\nIPMIDriveSlotInFailedArray\nDefaults to Critical.\n\nIPMIDriveSlotRebuildRemapInProgress\nDefaults to Nominal.\n\nIPMIDriveSlotRebuildRemapAborted\nDefaults to Critical.\n\nIPMIDriveSlotState\nThe  following  states correspond to Drive Slot sensor events that report an assertion\nor deassertion.\n\nIPMIDriveSlotStateDeasserted\nDefaults to Warning.\n\nIPMIDriveSlotStateAsserted\nDefaults to Nominal.\n\nIPMIDriveSlotPredictiveFailure\nThe following states correspond to DriveSlot sensor events that report  a  predictive\nfailure assertion or deassertion.\n\nIPMIDriveSlotPredictiveFailureDeasserted\nDefaults to Nominal.\n\nIPMIDriveSlotPredictiveFailureAsserted\nDefaults to Critical.\n\nIPMIDriveSlotDevicePresent\nThe  following states correspond to Drive Slot sensor events that report on device in‐\nstallation.\n\nIPMIDriveSlotDevicePresentDeviceRemovedDeviceAbsent\nDefaults to Critical.\n\nIPMIDriveSlotDevicePresentDeviceInsertedDevicePresent\nDefaults to Nominal.\n\nIPMIPOSTMemoryResizeState\nThe following states correspond to POST Memory Resize sensor events that report an as‐\nsertion or deassertion.\n\nIPMIPOSTMemoryResizeStateDeasserted\nDefaults to Nominal.\n\nIPMIPOSTMemoryResizeStateAsserted\nDefaults to Warning.\n\nIPMISystemFirmwareProgress\nThe  following  states  correspond to System Firmware Progress sensor events w/ System\nFirmware Progress specific output events.\n\nIPMISystemFirmwareProgressSystemFirmwareError\nDefaults to Critical.\n\nIPMISystemFirmwareProgressSystemFirmwareHang\nDefaults to Critical.\n\nIPMISystemFirmwareProgressSystemFirmwareProgress\nDefaults to Nominal.\n\nIPMISystemFirmwareProgressTransitionSeverity\nThe following states correspond to System Firmware Progress sensor events that  report\non device severity.\n\nIPMISystemFirmwareProgressTransitionSeverityTransitionToOK\nDefaults to Nominal.\n\nIPMISystemFirmwareProgressTransitionSeverityTransitionToNonCriticalFromOK\nDefaults to Warning.\n\nIPMISystemFirmwareProgressTransitionSeverityTransitionToCriticalFromLessSe‐‐\nvere\nDefaults to Critical.\n\nIPMISystemFirmwareProgressTransitionSeverityTransitionToNonRecover‐‐\nableFromLessSevere\nDefaults to Critical.\n\nIPMISystemFirmwareProgressTransitionSeverityTransitionToNonCriti‐‐\ncalFromMoreSevere\nDefaults to Warning.\n\nIPMISystemFirmwareProgressTransitionSeverityTransitionToCriticalFromNonRe‐‐\ncoverable\nDefaults to Critical.\n\nIPMISystemFirmwareProgressTransitionSeverityTransitionToNonRecoverable\nDefaults to Critical.\n\nIPMISystemFirmwareProgressTransitionSeverityMonitor\nDefaults to Warning.\n\nIPMISystemFirmwareProgressTransitionSeverityInformational\nDefaults to Nominal.\n\nIPMIEventLoggingDisabled\nThe following states correspond to Event Logging Disabled sensor events w/\n\nIPMIEventLoggingDisabledCorrectableMemoryErrorLoggingDisabled\nDefaults to Critical.\n\nIPMIEventLoggingDisabledEventTypeLoggingDisabled\nDefaults to Critical.\n\nIPMIEventLoggingDisabledLogAreaResetCleared\nDefaults to Nominal.\n\nIPMIEventLoggingDisabledAllEventLoggingDisabled\nDefaults to Critical.\n\nIPMIEventLoggingDisabledSELFull\nDefaults to Critical.\n\nIPMIEventLoggingDisabledSELAlmostFull\nDefaults to Warning.\n\nIPMIEventLoggingDisabledCorrectableMachineCheckErrorLoggingDisabled\nDefaults to Critical.\n\nIPMISystemEvent\nThe following states correspond to System Event sensor events w/ System Event specific\noutput events.\n\nIPMISystemEventSystemReconfigured\nDefaults to Warning.\n\nIPMISystemEventOEMSystemBootEvent\nDefaults to Nominal.\n\nIPMISystemEventUndeterminedSystemHardwareFailure\nDefaults to Critical.\n\nIPMISystemEventEntryAddedToAuxiliaryLog\nDefaults to Nominal.\n\nIPMISystemEventPEFAction\nDefaults to Nominal.\n\nIPMISystemEventTimestampClockSync\nDefaults to Warning.\n\nIPMISystemEventTransitionState\nThe following states correspond to System Event sensor events that report a transition\nstate.\n\nIPMISystemEventTransitionStateActive\nDefaults to Nominal.\n\nIPMISystemEventTransitionStateIdle\nDefaults to Nominal.\n\nIPMISystemEventTransitionStateBusy\nDefaults to Nominal.\n\nIPMISystemEventState\nThe following states correspond to System Event sensor events that report an assertion\nor deassertion.\n\nIPMISystemEventStateDeasserted\nDefaults to Nominal.\n\nIPMISystemEventStateAsserted\nDefaults to Warning.\n\nIPMICriticalInterrupt\nThe following states correspond to Critical Interrupt sensor events w/ Critical Inter‐\nrupt specific output events.\n\nIPMICriticalInterruptFrontPanelNMIDiagnosticInterrupt\nDefaults to Critical.\n\nIPMICriticalInterruptBusTimeout\nDefaults to Critical.\n\nIPMICriticalInterruptIOChannelCheckNMI\nDefaults to Critical.\n\nIPMICriticalInterruptSoftwareNMI\nDefaults to Warning.\n\nIPMICriticalInterruptPCIPERR\nDefaults to Critical.\n\nIPMICriticalInterruptPCISERR\nDefaults to Critical.\n\nIPMICriticalInterruptEISAFailSafeTimeout\nDefaults to Critical.\n\nIPMICriticalInterruptBusCorrectableError\nDefaults to Warning.\n\nIPMICriticalInterruptBusUncorrectableError\nDefaults to Critical.\n\nIPMICriticalInterruptFatalNMI\nDefaults to Critical.\n\nIPMICriticalInterruptBusFatalError\nDefaults  to  Critical.  IPMICriticalInterruptBusDegraded Defaults to Warn‐\ning.\n\nIPMIButtonSwitch\nThe following states correspond to Button/Switch sensor events w/  Button/Switch  spe‐\ncific output events.\n\nIPMIButtonSwitchPowerButtonPressed\nDefaults to Info.\n\nIPMIButtonSwitchSleepButtonPressed\nDefaults to Info.\n\nIPMIButtonSwitchResetButtonPressed\nDefaults to Info.\n\nIPMIButtonSwitchFRULatchOpen\nDefaults to Warning.\n\nIPMIButtonSwitchFRUServiceRequestButton\nDefaults to Warning.\n\nIPMIButtonSwitchState\nThe  following  states correspond to Button/Switch sensor events that report an asser‐\ntion or deassertion.\n\nIPMIButtonSwitchStateDeasserted\nDefaults to Nominal.\n\nIPMIButtonSwitchStateAsserted\nDefaults to Nominal.\n\nIPMIButtonSwitchTransitionSeverity\nThe following states correspond to Button Switch sensor events that report  on  device\nseverity.\n\nIPMIButtonSwitchTransitionSeverityTransitionToOK\nDefaults to Nominal.\n\nIPMIButtonSwitchTransitionSeverityTransitionToNonCriticalFromOK\nDefaults to Warning.\n\nIPMIButtonSwitchTransitionSeverityTransitionToCriticalFromLessSevere\nDefaults to Critical.\n\nIPMIButtonSwitchTransitionSeverityTransitionToNonRecoverableFromLessSevere\nDefaults to Critical.\n\nIPMIButtonSwitchTransitionSeverityTransitionToNonCriticalFromMoreSevere\nDefaults to Warning.\n\nIPMIButtonSwitchTransitionSeverityTransitionToCriticalFromNonRecoverable\nDefaults to Critical.\n\nIPMIButtonSwitchTransitionSeverityTransitionToNonRecoverable\nDefaults to Critical.\n\nIPMIButtonSwitchTransitionSeverityMonitor\nDefaults to Warning.\n\nIPMIButtonSwitchTransitionSeverityInformational\nDefaults to Nominal.\n\nIPMIModuleBoardState\nThe following states correspond to Module/Board sensor events that report an assertion\nor deassertion.\n\nIPMIModuleBoardStateDeasserted\nDefaults to Nominal.\n\nIPMIModuleBoardStateAsserted\nDefaults to Critical.\n\nIPMIModuleBoardDevicePresent\nThe following states correspond to Module/Board sensor events that  report  on  device\ninstallation.\n\nIPMIModuleBoardDevicePresentDeviceRemovedDeviceAbsent\nDefaults to Critical.\n\nIPMIModuleBoardDevicePresentDeviceInsertedDevicePresent\nDefaults to Nominal.\n\nIPMIChassisTransitionSeverity\nThe  following states correspond to Chassis sensor events that report on device sever‐\nity.\n\nIPMIChassisTransitionSeverityTransitionToOK\nDefaults to Nominal.\n\nIPMIChassisTransitionSeverityTransitionToNonCriticalFromOK\nDefaults to Warning.\n\nIPMIChassisTransitionSeverityTransitionToCriticalFromLessSevere\nDefaults to Critical.\n\nIPMIChassisTransitionSeverityTransitionToNonRecoverableFromLessSevere\nDefaults to Critical.\n\nIPMIChassisTransitionSeverityTransitionToNonCriticalFromMoreSevere\nDefaults to Warning.\n\nIPMIChassisTransitionSeverityTransitionToCriticalFromNonRecoverable\nDefaults to Critical.\n\nIPMIChassisTransitionSeverityTransitionToNonRecoverable\nDefaults to Critical.\n\nIPMIChassisTransitionSeverityMonitor\nDefaults to Warning.\n\nIPMIChassisTransitionSeverityInformational\nDefaults to Nominal.\n\nIPMIChipSet\nThe following states correspond to Chip Set sensor events w/ Chip Set specific  output\nevents.\n\nIPMIChipSetSoftPowerControlFailure\nDefaults to Critical.\n\nIPMIChipSetThermalTrip\nDefaults to Critical.\n\nIPMIChipSetTransitionSeverity\nThe following states correspond to Chip Set sensor events that report on device sever‐\nity.\n\nIPMIChipSetTransitionSeverityTransitionToOK\nDefaults to Nominal.\n\nIPMIChipSetTransitionSeverityTransitionToNonCriticalFromOK\nDefaults to Warning.\n\nIPMIChipSetTransitionSeverityTransitionToCriticalFromLessSevere\nDefaults to Critical.\n\nIPMIChipSetTransitionSeverityTransitionToNonRecoverableFromLessSevere\nDefaults to Critical.\n\nIPMIChipSetTransitionSeverityTransitionToNonCriticalFromMoreSevere\nDefaults to Warning.\n\nIPMIChipSetTransitionSeverityTransitionToCriticalFromNonRecoverable\nDefaults to Critical.\n\nIPMIChipSetTransitionSeverityTransitionToNonRecoverable\nDefaults to Critical.\n\nIPMIChipSetTransitionSeverityMonitor\nDefaults to Warning.\n\nIPMIChipSetTransitionSeverityInformational\nDefaults to Nominal.\n\nIPMICableInterconnect\nThe following states correspond to Cable/Interconnect sensor events w/ Cable/Intercon‐\nnect specific output events.\n\nIPMICableInterconnectIsConnected\nDefaults to Nominal.\n\nIPMICableInterconnectConfigurationError\nDefaults to Critical.\n\nIPMICableInterconnectTransitionSeverity\nThe following states correspond to Cable/Interconnect sensor events that report on de‐\nvice severity.\n\nIPMICableInterconnectTransitionSeverityTransitionToOK\nDefaults to Nominal.\n\nIPMICableInterconnectTransitionSeverityTransitionToNonCriticalFromOK\nDefaults to Warning.\n\nIPMICableInterconnectTransitionSeverityTransitionToCriticalFromLessSevere\nDefaults to Critical.\n\nIPMICableInterconnectTransitionSeverityTransitionToNonRecover‐‐\nableFromLessSevere\nDefaults to Critical.\n\nIPMICableInterconnectTransitionSeverityTransitionToNonCriticalFromMoreSe‐‐\nvere\nDefaults to Warning.\n\nIPMICableInterconnectTransitionSeverityTransitionToCriticalFromNonRecover‐‐\nable\nDefaults to Critical.\n\nIPMICableInterconnectTransitionSeverityTransitionToNonRecoverable\nDefaults to Critical.\n\nIPMICableInterconnectTransitionSeverityMonitor\nDefaults to Warning.\n\nIPMICableInterconnectTransitionSeverityInformational\nDefaults to Nominal.\n\nIPMISystemBootInitiated\nThe  following states correspond to System Boot Initiated sensor events w/ System Boot\nInitiated specific output events.\nIPMISystemBootInitiatedInitiatedByPowerUp  Defaults  to   Nominal.    IPMISys‐‐\ntemBootInitiatedInitiatedByHardReset Defaults to Nominal.  IPMISystemBootIni‐‐\ntiatedInitiatedByWarmReset   Defaults   to    Nominal.     IPMISystemBootIniti‐‐\natedUserRequestedPXEBoot  Defaults  to  Nominal.  IPMISystemBootInitiatedAuto‐‐\nmaticBootToDiagnostic     Defaults     to     Nominal.      IPMISystemBootIniti‐‐\natedOSRunTimeSoftwareInitiatedHardReset   Defaults   to   Warning.    IPMISys‐‐\ntemBootInitiatedOSRunTimeSoftwareInitiatedWarmReset  Defaults   to   Warning.\nIPMISystemBootInitiatedSystemRestart Defaults to Nominal.\n\nIPMIBootError\nThe  following  states  correspond  to Boot Error sensor events w/ Boot Error specific\noutput events.\n\nIPMIBootErrorNoBootableMedia\nDefaults to Critical.\n\nIPMIBootErrorNonBootableDisketteLeftInDrive\nDefaults to Critical.\n\nIPMIBootErrorPXEServerNotFound\nDefaults to Critical.\n\nIPMIBootErrorInvalidBootSector\nDefaults to Critical.\n\nIPMIBootErrorTimeoutWaitingForUserSelectionOfBootSource\nDefaults to Warning.\n\nIPMIBootErrorState\nThe following states correspond to Boot Error sensor events that report  an  assertion\nor deassertion.\n\nIPMIBootErrorStateDeasserted\nDefaults to Nominal.\n\nIPMIBootErrorStateAsserted\nDefaults to Critical.\n\nIPMIBootErrorTransitionSeverity\nThe  following  states  correspond  to  Boot Error sensor events that report on device\nseverity.\n\nIPMIBootErrorTransitionSeverityTransitionToOK\nDefaults to Nominal.\n\nIPMIBootErrorTransitionSeverityTransitionToNonCriticalFromOK\nDefaults to Warning.\n\nIPMIBootErrorTransitionSeverityTransitionToCriticalFromLessSevere\nDefaults to Critical.\n\nIPMIBootErrorTransitionSeverityTransitionToNonRecoverableFromLessSevere\nDefaults to Critical.\n\nIPMIBootErrorTransitionSeverityTransitionToNonCriticalFromMoreSevere\nDefaults to Warning.\n\nIPMIBootErrorTransitionSeverityTransitionToCriticalFromNonRecoverable\nDefaults to Critical.\n\nIPMIBootErrorTransitionSeverityTransitionToNonRecoverable\nDefaults to Critical.\n\nIPMIBootErrorTransitionSeverityMonitor\nDefaults to Warning.\n\nIPMIBootErrorTransitionSeverityInformational\nDefaults to Nominal.\n\nIPMIOSBoot\nThe following states correspond to OS Boot sensor events w/ OS  Boot  specific  output\nevents.\nIPMIOSBootABootCompleted  Defaults to Nominal.  IPMIOSBootCBootCompleted De‐\nfaults   to   Nominal.    IPMIOSBootPXEBootCompleted   Defaults    to    Nominal.\nIPMIOSBootDiagnosticBootCompleted          Defaults          to          Nominal.\nIPMIOSBootCDROMBootCompleted Defaults  to  Nominal.   IPMIOSBootROMBootCom‐‐\npleted Defaults to Nominal.  IPMIOSBootBootCompletedBootDeviceNotSpecified De‐\nfaults to Warning.  IPMIOSBootBaseOSHypervisorInstallationStarted  Defaults  to\nNominal.   IPMIOSBootBaseOSHypervisorInstallationCompleted Defaults to Nominal.\nIPMIOSBootBaseOSHypervisorInstallationAborted     Defaults     to      Warning.\nIPMIOSBootBaseOSHypervisorInstallationFailed Defaults to Critical.\n\nIPMIOSCriticalStop\nThe  following states correspond to OS Critical Stop sensor events w/ OS Critical Stop\nspecific output events.\nIPMIOSCriticalStopCriticalStopDuringOSLoad     Defaults      to      Critical.\nIPMIOSCriticalStopRunTimeCriticalStop  Defaults  to  Critical.   IPMIOSCriti‐‐\ncalStopOSGracefulStop  Defaults   to   Warning.    IPMIOSCriticalStopOSGrace‐‐\nfulShutdown    Defaults   to   Warning.    IPMIOSCriticalStopSoftShutdownIniti‐‐\natedByPEF Defaults to Warning.  IPMIOSCriticalStopAgentNotResponding  Defaults\nto Critical.\n\nIPMIOSCriticalStopState\nThe  following  states correspond to OS Critical Stop sensor events that report an as‐\nsertion or deassertion.\n\nIPMIOSCriticalStopStateDeasserted\nDefaults to Nominal.\n\nIPMIOSCriticalStopStateAsserted\nDefaults to Critical.\n\nIPMISlotConnector\nThe following states correspond to Slot Connector sensor events w/ Slot Connector spe‐\ncific output events.\n\nIPMISlotConnectorFaultStatusAsserted\nDefaults to Critical.\n\nIPMISlotConnectorIdentifyStatusAsserted\nDefaults to Warning.\n\nIPMISlotConnectorSlotConnectorDeviceInstalledAttached\nDefaults to Nominal.\n\nIPMISlotConnectorSlotConnectorReadyForDeviceInstallation\nDefaults to Nominal.\n\nIPMISlotConnectorSlotConnectorReadyForDeviceRemoval\nDefaults to Nominal.\n\nIPMISlotConnectorSlotPowerIsOff\nDefaults to Nominal.\n\nIPMISlotConnectorSlotConnectorDeviceRemovalRequest\nDefaults to Warning.\n\nIPMISlotConnectorInterlockAsserted\nDefaults to Warning.\n\nIPMISlotConnectorSlotIsDisabled\nDefaults to Warning.\n\nIPMISlotConnectorSlotHoldsSpareDevice\nDefaults to Nominal.\n\nIPMISlotConnectorTransitionSeverity\nThe  following states correspond to Slot Connector sensor events that report on device\nseverity.\n\nIPMISlotConnectorTransitionSeverityTransitionToOK\nDefaults to Nominal.\n\nIPMISlotConnectorTransitionSeverityTransitionToNonCriticalFromOK\nDefaults to Warning.\n\nIPMISlotConnectorTransitionSeverityTransitionToCriticalFromLessSevere\nDefaults to Critical.\n\nIPMISlotConnectorTransitionSeverityTransitionToNonRecoverableFromLessSevere\nDefaults to Critical.\n\nIPMISlotConnectorTransitionSeverityTransitionToNonCriticalFromMoreSevere\nDefaults to Warning.\n\nIPMISlotConnectorTransitionSeverityTransitionToCriticalFromNonRecoverable\nDefaults to Critical.\n\nIPMISlotConnectorTransitionSeverityTransitionToNonRecoverable\nDefaults to Critical.\n\nIPMISlotConnectorTransitionSeverityMonitor\nDefaults to Warning.\n\nIPMISlotConnectorTransitionSeverityInformational\nDefaults to Nominal.\n\nIPMISystemACPIPowerState\n\nIPMISystemACPIPowerStateS0G0\nDefaults to Nominal.\n\nIPMISystemACPIPowerStateS1\nDefaults to Nominal.\n\nIPMISystemACPIPowerStateS2\nDefaults to Nominal.\n\nIPMISystemACPIPowerStateS3\nDefaults to Nominal.\n\nIPMISystemACPIPowerStateS4\nDefaults to Nominal.\n\nIPMISystemACPIPowerStateS5G2\nDefaults to Nominal.\n\nIPMISystemACPIPowerStateS4S5SoftOff\nDefaults to Nominal.\n\nIPMISystemACPIPowerStateG3MechanicalOff\nDefaults to Nominal.\n\nIPMISystemACPIPowerStateSleepinginanS1S2orS3States\nDefaults to Nominal.\n\nIPMISystemACPIPowerStateG1Sleeping\nDefaults to Nominal.\n\nIPMISystemACPIPowerStateS5EnteredByOverride\nDefaults to Nominal.\n\nIPMISystemACPIPowerStateLegacyONState\nDefaults to Nominal.\n\nIPMISystemACPIPowerStateLegacyOFFState\nDefaults to Nominal.\n\nIPMISystemACPIPowerStateUnspecified\nDefaults to Critical.\n\nIPMISystemACPIPowerStateUnknown\nDefaults to Critical.\n\nIPMIWatchdog2\nThe following states correspond to Watchdog 2 sensor events  w/  Watchdog  2  specific\noutput events.\n\nIPMIWatchdog2TimerExpired\nDefaults to Warning.\n\nIPMIWatchdog2HardReset\nDefaults to Critical.\n\nIPMIWatchdog2PowerDown\nDefaults to Critical.\n\nIPMIWatchdog2PowerCycle\nDefaults to Critical.\n\nIPMIWatchdog2Reserved1\nDefaults to Nominal.\n\nIPMIWatchdog2Reserved2\nDefaults to Nominal.\n\nIPMIWatchdog2Reserved3\nDefaults to Nominal.\n\nIPMIWatchdog2Reserved4\nDefaults to Nominal.\n\nIPMIWatchdog2TimerInterrupt\nDefaults to Warning.\n\nIPMIPlatformAlert\nThe following states correspond to Platform Alert sensor events w/ Platform Alert spe‐\ncific output events.\nIPMIPlatformAlertPlatformGeneratedPage   Defaults   to    Nominal.     IPMIPlat‐‐\nformAlertPlatformGeneratedLANAlert     Defaults     to    Nominal.     IPMIPlat‐‐\nformAlertPlatformEventTrapGenerated    Defaults    to    Nominal.      IPMIPlat‐‐\nformAlertPlatformGeneratedSNMPTrap Defaults to Nominal.\n\nIPMIPlatformAlertState\nThe  following states correspond to Platform Alert sensor events that report an asser‐\ntion or deassertion.\n\nIPMIPlatformAlertStateDeasserted\nDefaults to Nominal.\n\nIPMIPlatformAlertStateAsserted\nDefaults to Critical.\n\nIPMIEntityPresence\nThe following states correspond to Entity Presence sensor events  w/  Entity  Presence\nspecific output events.\n\nIPMIEntityPresenceEntityPresent\nDefaults to Nominal.\n\nIPMIEntityPresenceEntityAbsent\nDefaults to Critical.\n\nIPMIEntityPresenceEntityDisabled\nDefaults to Critical.\n\nIPMIEntityPresenceDevicePresent\nThe following states correspond to Entity Presence sensor events that report on device\ninstallation.\n\nIPMIEntityPresenceDevicePresentDeviceRemovedDeviceAbsent\nDefaults to Nominal.\n\nIPMIEntityPresenceDevicePresentDeviceInsertedDevicePresent\nDefaults to Nominal.\n\nIPMILAN\nThe following states correspond to LAN sensor events w/ LAN specific output events.\nIPMILANHeartbeat Defaults to Nominal.  IPMILANHeartbeatLost Defaults to Warning.\n\nIPMIManagementSubsystemHealth\nThe following states correspond to Management Subsystem Health sensor events  w/  Man‐\nagement Subsystem Health specific output events.\n\nIPMIManagementSubsystemHealthSensorAccessDegradedOrUnavailable\nDefaults to Critical.\n\nIPMIManagementSubsystemHealthControllerAccessDegradedOrUnavailable\nDefaults to Critical.\n\nIPMIManagementSubsystemHealthManagementControllerOffLine\nDefaults to Critical.\n\nIPMIManagementSubsystemHealthManagementControllerUnavailable\nDefaults to Critical.\n\nIPMIManagementSubsystemHealthSensorFailure\nDefaults to Critical.\n\nIPMIManagementSubsystemHealthFRUFailure\nDefaults to Critical.\n\nIPMIBattery\nThe  following  states  correspond to Battery sensor events w/ Battery specific output\nevents.\n\nIPMIBatteryBatteryLow\nDefaults to Warning.\n\nIPMIBatteryBatteryFailed\nDefaults to Critical.\n\nIPMIBatteryBatteryPresenceDetected\nDefaults to Nominal.\n\nIPMISessionAudit\nThe following states correspond to Session Audit sensor events w/ Session  Audit  spe‐\ncific output events.\n\nIPMISessionAuditSessionActivated\nDefaults to Nominal.\n\nIPMISessionAuditSessionDeactivated\nDefaults to Nominal.\n\nIIPMISessionAuditInvalidUsernameOrPassword\nDefaults to Warning.\n\nIPMISessionAuditInvalidPasswordDisable\nDefaults to Critical.\n\nIPMIVersionChangeTransitionSeverity\nThe  following  states  correspond to Version Change sensor events that Version Change\nspecific output events.\n\nIPMIVersionChangeHardwareChangeDetectedWithAssociatedEntity\nDefaults to Warning.\n\nIPMIVersionChangeFirmwareOrSoftwareChangeDetectedWithAssociatedEntity\nDefaults to Warning.\n\nIPMIVersionChangeHardwareIncompatabilityDetectedWithAssociatedEntity\nDefaults to Critical.\n\nIPMIVersionChangeFirmwareOrSoftwareIncompatabilityDetectedWithAssociatedEn‐‐\ntity\nDefaults to Critical.\n\nIPMIVersionChangeEntityIsOfAnInvalidOrUnsupportedHardwareVersion\nDefaults to Critical.\n\nIPMIVersionChangeEntityContainsAnInvalidOrUnsupportedFirmwareOrSoft‐‐\nwareVersion\nDefaults to Critical.\n\nIPMIVersionChangeHardwareChangeDetectedWithAssociatedEntityWasSuccessful\nDefaults to Nominal.\n\nIPMIVersionChangeSoftwareOrFWChangeDetectedWithAssociatedEntityWasSuccess‐‐\nful\nDefaults to Nominal.\n\nIPMIFRUState\nThe  following states correspond to FRU State sensor events w/ FRU State specific out‐\nput events.\n\nIPMIFRUStateFRUNotInstalled\nDefaults to Critical.\n\nIPMIFRUStateFRUInactive\nDefaults to Critical.\n\nIPMIFRUStateFRUActivationRequested\nDefaults to Warning.\n\nIPMIFRUStateFRUActivationInProgress\nDefaults to Warning.\n\nIPMIFRUStateFRUActive\nDefaults to Nominal.\n\nIPMIFRUStateFRUDeactivationRequested\nDefaults to Warning.\n\nIPMIFRUStateFRUDeactivationInProgress\nDefaults to Warning.\n\nIPMIFRUStateFRUCommunicationLost\nDefaults to Critical.\n\nIPMIOEM\nThe following configuration options can be used to  configure  OEM  system  event  log\nevents.  Interpretations  rules  for  a specific combination of Manufacturer-ID, Prod‐\nuct-ID, and Record-Type, are iterated through and the worst resulting sensor state  is\nreturned  (i.e. Warning < Nominal, Critical < Warning). If no match is found, no state\nis returned for the OEM event.  For each of the configuration options below, <Manufac‐\nturer-ID>  is  the numeric IANA manufacturer ID for the manufacturer in question.  The\n<Product-ID> is one or more numeric IDs representing the manufacturer's product.   The\n<Product-ID> can be listed as a single numeric number (e.g. 1234), a range of IDs sep‐\narated by a dash (e.g. 12-20), or a list of specific product IDs separated by  a  plus\n(e.g.  12+19+22).  Both  the  Manufacturer-ID  and  Product-ID can be found using bmc-\ninfo(8).  Multiple <Manufacturer-ID> and <Product-ID> pairs can be input separated  by\ncommas.\n\nIPMIOEMSensorSystemEventRecord   <Manufacturer-ID>:<Product-ID>,...   Event-Read‐\ning-Type-Code Sensor-Type Event-Direction EventData1 EventData2 EventData3 State\nIPMIOEMSystemEventRecord can be used to configure  a  state  interpretation\nfor  a  specific Manufacturer-ID, Product-ID, Event-Reading-Type-Code, and Sen‐\nsor-Type combination, and a specific Event-Direction,  EventData1,  EventData2,\nand  EventData3. The Event-Direction field must specify Assertion, Deassertion,\nor ANY. Each of the EventData fields must specify a hex byte to  match  or  the\nkeyword ANY to match anything. The Event-Reading-Type-Code and Sensor-Type need\nnot be OEM types. They may be non-OEM types and used to provide  interpretation\nrules  for sensors that may be behaving outside the standard of the IPMI speci‐\nfication.\n\nIPMIOEMTimestampedRecord  <Manufacturer-ID>:<Product-ID>,...  Record-Type  OEMDATA1\nOEMDATA2 OEMDATA3 OEMDATA4 OEMDATA5 OEMDATA6 State\nIPMIOEMTimestampedRecord  can  be  used to configure an interpretation for a\nspecific Manufacturer-ID, Product-ID, Record-Type, and  OEM  data  combination.\nThe  Record-Type  must be a legal record type for OEM Timestamped Records (cur‐\nrently 0xC0-0xDF). Each of the OEMDATA fields must specify a hex byte to  match\nor the keyword ANY to match anything.\n\nIPMIOEMNonTimestampedRecord  <Manufacturer-ID>:<Product-ID>,...  Record-Type  OEM‐\nDATA1 OEMDATA2 OEMDATA3 OEMDATA4 OEMDATA5 OEMDATA6  OEMDATA7  OEMDATA8  OEMDATA9  OEM‐\nDATA10 OEMDATA11 OEMDATA12 OEMDATA13 State\nIPMIOEMNonTimestampedRecord  can be used to configure an interpretation for\na specific Manufacturer-ID, Product-ID, Record-Type, and OEM data  combination.\nThe  Record-Type  must  be  a legal record type for OEM Non-Timestamped Records\n(currently 0xEO-0xFF). Each of the OEMDATA fields must specify a  hex  byte  to\nmatch or the keyword ANY to match anything.\n",
                "subsections": []
            },
            "FILES": {
                "content": "/etc/freeipmi//freeipmiinterpretsel.conf\n",
                "subsections": []
            },
            "REPORTING BUGS": {
                "content": "Report bugs to <freeipmi-users@gnu.org> or <freeipmi-devel@gnu.org>.\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright (C) 2007-2015 Lawrence Livermore National Security, LLC.\n\nThis  library  is  free software; you can redistribute it and/or modify it under the terms of\nthe GNU General Public License as published by the Free Software Foundation; either version 3\nof the License, or (at your option) any later version.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "libfreeipmi(3), libipmimonitoring(3), ipmi-sel(8)\n\nhttp://www.gnu.org/software/freeipmi/\n\n\n\nFreeIPMI 1.6.9                               2023-06-28                    FREEIPMIINTERPRETSEL(5)",
                "subsections": []
            }
        }
    }
}