{
    "content": [
        {
            "type": "text",
            "text": "# libipmimonitoring.conf (man)\n\n## NAME\n\nfreeipmiinterpretsensor.conf - specify sensor interpretation rules\n\n## DESCRIPTION\n\nThe  /etc/freeipmi//freeipmiinterpretsensor.conf  defines how IPMI sensors should be inter‐\npreted. IPMI based sensors specify a number of states/thresholds when they are read. Based on\nthose states/thresholds, libraries and tools such as libfreeipmi(3), libipmimonitoring(3) and\nipmi-sensors(8) can report if a sensor reading is \"good\" or \"bad\" via a report of a  NOMINAL,\nWARNING, or CRITICAL state.\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": "libipmimonitoring.conf",
        "section": "",
        "mode": "man",
        "summary": "freeipmiinterpretsensor.conf - specify sensor 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-sensors",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/ipmi-sensors/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 42,
                "subsections": []
            },
            {
                "name": "FORMAT",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1657,
                "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": "freeipmiinterpretsensor.conf - specify sensor interpretation rules\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The  /etc/freeipmi//freeipmiinterpretsensor.conf  defines how IPMI sensors should be inter‐\npreted. IPMI based sensors specify a number of states/thresholds when they are read. Based on\nthose states/thresholds, libraries and tools such as libfreeipmi(3), libipmimonitoring(3) and\nipmi-sensors(8) can report if a sensor reading is \"good\" or \"bad\" via a report of a  NOMINAL,\nWARNING, or CRITICAL state.\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 type. For more detailed information on each  of\nthe  individual states listed below, please see the IPMI Specification \"Sensor and Event Code\nTables\".  Ipmi-sensors(8) can be used to determine the sensor types and the states/thresholds\nthat  exist  on a system by outputting very verbose output and seeing what types of Assertion\nor Deassertion events are possible.\n\nThe possible values for all states/thresholds below are:\n\nNominal - Signal Nominal reading if state/threshold tripped\n\nWarning - Signal Warning reading if state/treshold tripped\n\nCritical - Signal Critical reading if state/threshold tripped\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 states/thresholds being tripped are based on best\nguesses and motherboards being analyzed.  If you think they should be changed, please  e-mail\nthe FreeIPMI mailing 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\nEvery group of state conditions below includes a configuration for \"NoEvent\".  This  is  the\ncondition under which no sensor states/events have occurred or are triggered. Under most con‐\nditions, a mapping to \"Nominal\" is preferred. However, under some circumstances,  it  may  be\nuseful  to report something else. For example, if a sensor on a particular motherboard is re‐\nquired to report a state/event, a no sensor state condition could indicate a broken a sensor.\nThis is highly dependent on the motherboard.\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 sensors. This normally applies to sensors\nthat measure non-discrete values, such as temperatures, voltages, RPM, etc.\n\nIPMIThresholdSensorNoEvent\nDefaults to Nominal.\n\nIPMIThresholdSensorAtOrBelowLowerNonCriticalThreshold\nDefaults to Nominal.\n\nIPMIThresholdSensorAtOrBelowLowerCriticalThreshold\nDefaults to Critical.\n\nIPMIThresholdSensorAtOrBelowLowerNonRecoverableThreshold\nDefaults to Critical.\n\nIPMIThresholdSensorAtOrAboveUpperNonCriticalThreshold\nDefaults to Nominal.\n\nIPMIThresholdSensorAtOrAboveUpperCriticalThreshold\nDefaults to Critical.\n\nIPMIThresholdSensorAtOrAboveUpperNonRecoverableThreshold\nDefaults to Critical.\n\nIPMITemperatureState\nThe following states correspond to Temperature sensors that report an assertion or de‐\nassertion.\n\nIPMITemperatureStateNoEvent\nDefaults to Nominal.\n\nIPMITemperatureStateDeasserted\nDefaults to Nominal.\n\nIPMITemperatureStateAsserted\nDefaults to Warning.\n\nIPMITemperatureLimit\nThe following states correspond to Temperature sensors that report on limits.\n\nIPMITemperatureLimitNoEvent\nDefaults to Nominal.\n\nIPMITemperatureLimitNotExceeded\nDefaults to Nominal.\n\nIPMITemperatureLimitExceeded\nDefaults to Critical.\n\nIPMITemperatureTransitionSeverity\nThe following states correspond to Temperature sensors that report on device severity.\n\nIPMITemperatureTransitionSeverityNoEvent\nDefaults to Nominal.\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 sensors that report an assertion or de‐\nassertion.\n\nIPMIVoltageStateNoEvent\nDefaults to Nominal.\n\nIPMIVoltageStateDeasserted\nDefaults to Nominal.\n\nIPMIVoltageStateAsserted\nDefaults to Warning.\n\nIPMIVoltageLimit\nThe following states correspond to Voltage sensors that report on limits.\n\nIPMIVoltageLimitNoEvent\nDefaults to Nominal.\n\nIPMIVoltageLimitNotExceeded\nDefaults to Nominal.\n\nIPMIVoltageLimitExceeded\nDefaults to Critical.\n\nIPMIVoltagePerformance\nThe following states correspond to Voltage sensors that report on performance.\n\nIPMIVoltagePerformanceNoEvent\nDefaults to Nominal.\n\nIPMIVoltagePerformanceMet\nDefaults to Nominal.\n\nIPMIVoltagePerformanceLags\nDefaults to Critical.\n\nIPMIVoltageTransitionSeverity\nThe following states correspond to Voltage sensors that report on device severity.\n\nIPMIVoltageTransitionSeverityNoEvent\nDefaults to Nominal.\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 sensors that report on device severity.\n\nIPMICurrentTransitionSeverityNoEvent\nDefaults to Nominal.\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 sensors that report an  assertion  or  deasser‐\ntion.\n\nIPMIFanStateNoEvent\nDefaults to Nominal.\n\nIPMIFanStateDeasserted\nDefaults to Nominal.\n\nIPMIFanStateAsserted\nDefaults to Warning.\n\nIPMIFanTransitionSeverity\nThe following states correspond to Fan sensors that report on device severity.\n\nIPMIFanTransitionSeverityNoEvent\nDefaults to Nominal.\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 sensors that report on device installation.\n\nIPMIFanDevicePresentDeviceNoEvent\nDefaults to Nominal.\n\nIPMIFanDevicePresentDeviceRemovedDeviceAbsent\nDefaults to Critical.\n\nIPMIFanDevicePresentDeviceInsertedDevicePresent\nDefaults to Nominal.\n\nIPMIPowerSupplyTransitionSeverity\nThe  following  states correspond to Power Supply sensors that report on device sever‐\nity.\n\nIPMIPowerSupplyTransitionSeverityNoEvent\nDefaults to Nominal.\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\nIPMIFanTransitionAvailability\nThe following states correspond to Fan sensors that report on device availability.\n\nIPMIFanTransitionAvailabilityNoEvent\nDefaults to Nominal.\n\nIPMIFanTransitionAvailabilityToRunning\nDefaults to Nominal.\n\nIPMIFanTransitionAvailabilityToInTest\nDefaults to Warning.\n\nIPMIFanTransitionAvailabilityToPowerOff\nDefaults to Warning.\n\nIPMIFanTransitionAvailabilityToOnLine\nDefaults to Warning.\n\nIPMIFanTransitionAvailabilityToOffLine\nDefaults to Warning.\n\nIPMIFanTransitionAvailabilityToOffDuty\nDefaults to Warning.\n\nIPMIFanTransitionAvailabilityToDegraded\nDefaults to Critical.\n\nIPMIFanTransitionAvailabilityToPowerSave\nDefaults to Warning.\n\nIPMIFanTransitionAvailabilityInstallError\nDefaults to Critical.\n\nIPMIFanRedundancy\nThe following states correspond to Fan sensors that report on redundancy.\n\nIPMIFanRedundancyNoEvent\nDefaults to Nominal.\n\nIPMIFanRedundancyFullyRedundant\nDefaults to Nominal.\n\nIPMIFanRedundancyRedundancyLost\nDefaults to Critical.\n\nIPMIFanRedundancyRedundancyDegraded\nDefaults to Warning.\n\nIPMIFanRedundancyNonRedundantSufficientResourcesFromRedundant\nDefaults to Critical.\n\nIPMIFanRedundancyNonRedundantSufficientResourcesFromInsufficientRedundancy\nDefaults to Critical.\n\nIPMIFanRedundancyNonRedundantInsufficientResources\nDefaults to Critical.\n\nIPMIFanRedundancyRedundancyDegradedFromFullyRedundant\nDefaults to Warning.\n\nIPMIFanRedundancyRedundancyDegradedFromNonRedundant\nDefaults to Warning.\n\nIPMIPhysicalSecurity\nThe following states correspond to Physical Security sensors w/ Physical Security spe‐\ncific output states.\n\nIPMIPhysicalSecurityNoEvent\nDefaults to Nominal.\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 sensors w/ Platform Se‐\ncurity Violation Attempt specific output states.\n\nIPMIPlatformSecurityViolationAttemptNoEvent\nDefaults to Nominal.\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  sensors  w/  Processor  specific  output\nstates.\n\nIPMIProcessorNoEvent\nDefaults to Nominal.\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 sensors that report an assertion or de‐\nassertion.\n\nIPMIProcessorStateNoEvent\nDefaults to Nominal.\n\nIPMIProcessorStateDeasserted\nDefaults to Nominal.\n\nIPMIProcessorStateAsserted\nDefaults to Critical.\n\nIPMIPowerSupply\nThe following states correspond to Power Supply sensors w/ Power Supply specific  out‐\nput states.\n\nIPMIPowerSupplyNoEvent\nDefaults to Nominal.\n\nIPMIPowerSupplyPresenceDetected\nDefaults to Nominal.\n\nIPMIPowerSupplyPowerSupplyFailureDetected\nDefaults to Critical.\n\nIPMIPowerSupplyPredictiveFailure\nDefaults to Critical.\n\nIPMIPowerSupplyPowerSupplyInputLostACDC\nDefaults to Critical.\n\nIPMIPowerSupplyPowerSupplyInputLostOrOutOfRange\nDefaults to Critical.\n\nIPMIPowerSupplyPowerSupplyInputOutOfRangeButPresent\nDefaults to Critical.\n\nIPMIPowerSupplyConfigurationError\nDefaults to Critical.\n\nIPMIPowerSupplyPowerSupplyInactive\nDefaults to Warning.\n\nIPMIPowerSupplyState\nThe  following  states  correspond to PowerSupply sensors that report an assertion or\ndeassertion.\n\nIPMIPowerSupplyStateNoEvent\nDefaults to Nominal.\n\nIPMIPowerSupplyStateDeasserted\nDefaults to Critical.\n\nIPMIPowerSupplyStateAsserted\nDefaults to Nominal.\n\nIPMIPowerSupplyRedundancy\nThe following states correspond to Power Supply sensors that report on redundancy.\n\nIPMIPowerSupplyRedundancyNoEvent\nDefaults to Nominal.\n\nIPMIPowerSupplyRedundancyFullyRedundant\nDefaults to Nominal.\n\nIPMIPowerSupplyRedundancyRedundancyLost\nDefaults to Critical.\n\nIPMIPowerSupplyRedundancyRedundancyDegraded\nDefaults to Warning.\n\nIPMIPowerSupplyRedundancyNonRedundantSufficientResourcesFromRedundant\nDefaults to Critical.\n\nIPMIPowerSupplyRedundancyNonRedundantSufficientResourcesFromInsufficientRe‐‐\ndundancy\nDefaults to Critical.\n\nIPMIPowerSupplyRedundancyNonRedundantInsufficientResources\nDefaults to Critical.\n\nIPMIPowerSupplyRedundancyRedundancyDegradedFromFullyRedundant\nDefaults to Warning.\n\nIPMIPowerSupplyRedundancyRedundancyDegradedFromNonRedundant\nDefaults to Warning.\n\nIPMIPowerUnit\nThe  following  states  correspond to Power Unit sensors w/ Power Unit specific output\nstates.\n\nIPMIPowerUnitNoEvent\nDefaults to Nominal.\n\nIPMIPowerUnitPowerOffPowerDown\nDefaults to Nominal.\n\nIPMIPowerUnitPowerCycle\nDefaults to Nominal.\n\nIPMIPowerUnit240VAPowerDown\nDefaults to Warning.\n\nIPMIPowerUnitInterlockPowerDown\nDefaults to Warning.\n\nIPMIPowerUnitACLost\nDefaults to Critical.\n\nIPMIPowerUnitSoftPowerControlFailure\nDefaults to Critical.\n\nIPMIPowerUnitPowerUnitFailureDetected\nDefaults to Critical.\n\nIPMIPowerUnitPredictiveFailure\nDefaults to Critical.\n\nIPMIPowerUnitDevicePresent\nThe following states correspond to Power Unit sensors that report on device  installa‐\ntion.\n\nIPMIPowerUnitDevicePresentNoEvent\nDefaults to Nominal.\n\nIPMIPowerUnitDevicePresentDeviceRemovedDeviceAbsent\nDefaults to Critical.\n\nIPMIPowerUnitDevicePresentDeviceInsertedDevicePresent\nDefaults to Nominal.\n\nIPMIPowerUnitRedundancy\nThe following states correspond to Power Unit sensors that report on redundancy.\n\nIPMIPowerUnitRedundancyNoEvent\nDefaults to Nominal.\n\nIPMIPowerUnitRedundancyFullyRedundant\nDefaults to Nominal.\n\nIPMIPowerUnitRedundancyRedundancyLost\nDefaults to Critical.\n\nIPMIPowerUnitRedundancyRedundancyDegraded\nDefaults to Warning.\n\nIPMIPowerUnitRedundancyNonRedundantSufficientResourcesFromRedundant\nDefaults to Critical.\n\nIPMIPowerUnitRedundancyNonRedundantSufficientResourcesFromInsufficientRedun‐‐\ndancy\nDefaults to Critical.\n\nIPMIPowerUnitRedundancyNonRedundantInsufficientResources\nDefaults to Critical.\n\nIPMIPowerUnitRedundancyRedundancyDegradedFromFullyRedundant\nDefaults to Warning.\n\nIPMIPowerUnitRedundancyRedundancyDegradedFromNonRedundant\nDefaults to Warning.\n\nIPMICoolingDeviceRedundancy\nThe following states correspond to Cooling Device sensors that report on redundancy.\n\nIPMICoolingDeviceRedundancyNoEvent\nDefaults to Nominal.\n\nIPMICoolingDeviceRedundancyFullyRedundant\nDefaults to Nominal.\n\nIPMICoolingDeviceRedundancyRedundancyLost\nDefaults to Critical.\n\nIPMICoolingDeviceRedundancyRedundancyDegraded\nDefaults to Warning.\n\nIPMICoolingDeviceRedundancyNonRedundantSufficientResourcesFromRedundant\nDefaults to Critical.\n\nIPMICoolingDeviceRedundancyNonRedundantSufficientResourcesFromInsuffi‐‐\ncientRedundancy\nDefaults to Critical.\n\nIPMICoolingDeviceRedundancyNonRedundantInsufficientResources\nDefaults to Critical.\n\nIPMICoolingDeviceRedundancyRedundancyDegradedFromFullyRedundant\nDefaults to Warning.\n\nIPMICoolingDeviceRedundancyRedundancyDegradedFromNonRedundant\nDefaults to Warning.\n\nIPMIMemory\nThe following states correspond to Memory sensors w/ Memory specific output states.\n\nIPMIMemoryNoEvent\nDefaults to Nominal.\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 sensors that report an assertion or deasser‐\ntion.\n\nIPMIMemoryStateNoEvent\nDefaults to Nominal.\n\nIPMIMemoryStateDeasserted\nDefaults to Nominal.\n\nIPMIMemoryStateAsserted\nDefaults to Critical.\n\nIPMIMemoryTransitionSeverity\nThe following states correspond to Memory sensors that report on device severity.\n\nIPMIMemoryTransitionSeverityNoEvent\nDefaults to Nominal.\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 Cooling Device sensors that report on redundancy.\n\nIPMIMemoryRedundancyNoEvent\nDefaults to Nominal.\n\nIPMIMemoryRedundancyFullyRedundant\nDefaults to Nominal.\n\nIPMIMemoryRedundancyRedundancyLost\nDefaults to Critical.\n\nIPMIMemoryRedundancyRedundancyDegraded\nDefaults to Warning.\n\nIPMIMemoryRedundancyNonRedundantSufficientResourcesFromRedundant\nDefaults to Critical.\n\nIPMIMemoryRedundancyNonRedundantSufficientResourcesFromInsufficientRedundancy\nDefaults to Critical.\n\nIPMIMemoryRedundancyNonRedundantInsufficientResources\nDefaults to Critical.\n\nIPMIMemoryRedundancyRedundancyDegradedFromFullyRedundant\nDefaults to Warning.\n\nIPMIMemoryRedundancyRedundancyDegradedFromNonRedundant\nDefaults to Warning.\n\nIPMIDriveSlot\nThe following states correspond to Drive Slot sensors w/ Drive  Slot  specific  output\nstates.\n\nIPMIDriveSlotNoEvent\nDefaults to Nominal.\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 sensors that report an assertion or de‐\nassertion.\n\nIPMIDriveSlotStateNoEvent\nDefaults to Nominal.\n\nIPMIDriveSlotStateDeasserted\nDefaults to Warning.\n\nIPMIDriveSlotStateAsserted\nDefaults to Nominal.\n\nIPMIDriveSlotPredictiveFailure\nThe following states correspond to DriveSlot sensors that report a predictive failure\nassertion or deassertion.\n\nIPMIDriveSlotPredictiveFailureNoEvent\nDefaults to Nominal.\n\nIPMIDriveSlotPredictiveFailureDeasserted\nDefaults to Nominal.\n\nIPMIDriveSlotPredictiveFailureAsserted\nDefaults to Critical.\n\nIPMIDriveSlotDevicePresent\nThe  following states correspond to Drive Slot sensors that report on device installa‐\ntion.\n\nIPMIDriveSlotDevicePresentNoEvent\nDefaults to Nominal.\n\nIPMIDriveSlotDevicePresentDeviceRemovedDeviceAbsent\nDefaults to Critical.\n\nIPMIDriveSlotDevicePresentDeviceInsertedDevicePresent\nDefaults to Nominal.\n\nIPMIPOSTMemoryResizeState\nThe following states correspond to POST Memory Resize sensors that report an assertion\nor deassertion.\n\nIPMIPOSTMemoryResizeStateNoEvent\nDefaults to Nominal.\n\nIPMIPOSTMemoryResizeStateDeasserted\nDefaults to Nominal.\n\nIPMIPOSTMemoryResizeStateAsserted\nDefaults to Warning.\n\nIPMISystemFirmwareProgress\nThe following states correspond to System Firmware Progress sensors w/ System Firmware\nProgress specific output states.\n\nIPMISystemFirmwareProgressNoEvent\nDefaults to Nominal.\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 sensors that report on de‐\nvice severity.\n\nIPMISystemFirmwareProgressTransitionSeverityNoEvent\nDefaults to Nominal.\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 sensors w/\n\nIPMIEventLoggingDisabledNoEvent\nDefaults to Nominal.\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 sensors w/ System Event specific out‐\nput states.\n\nIPMISystemEventNoEvent\nDefaults to Nominal.\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  sensors  that  report  a  transition\nstate.\n\nIPMISystemEventTransitionStateNoEvent\nDefaults to Nominal.\n\nIPMISystemEventTransitionStateActive\nDefaults to Nominal.\n\nIPMISystemEventTransitionStateIdle\nDefaults to Nominal.\n\nIPMISystemEventTransitionStateBusy\nDefaults to Nominal.\n\nIPMISystemEventState\nThe  following  states  correspond to System Event sensors that report an assertion or\ndeassertion.\n\nIPMISystemEventStateNoEvent\nDefaults to Nominal.\n\nIPMISystemEventStateDeasserted\nDefaults to Nominal.\n\nIPMISystemEventStateAsserted\nDefaults to Warning.\n\nIPMICriticalInterrupt\nThe following states correspond to Critical Interrupt sensors  w/  Critical  Interrupt\nspecific output states.\n\nIPMICriticalInterruptNoEvent\nDefaults to Nominal.\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  sensors  w/  Button/Switch  specific\noutput states.\n\nIPMIButtonSwitchNoEvent\nDefaults to Nominal.\n\nIPMIButtonSwitchPowerButtonPressed\nDefaults to Nominal.\n\nIPMIButtonSwitchSleepButtonPressed\nDefaults to Nominal.\n\nIPMIButtonSwitchResetButtonPressed\nDefaults to Nominal.\n\nIPMIButtonSwitchFRULatchOpen\nDefaults to Warning.\n\nIPMIButtonSwitchFRUServiceRequestButton\nDefaults to Warning.\n\nIPMIButtonSwitchState\nThe  following  states correspond to Button/Switch sensors that report an assertion or\ndeassertion.\n\nIPMIButtonSwitchStateNoEvent\nDefaults to Nominal.\n\nIPMIButtonSwitchStateDeasserted\nDefaults to Nominal.\n\nIPMIButtonSwitchStateAsserted\nDefaults to Nominal.\n\nIPMIButtonSwitchTransitionSeverity\nThe following states correspond to Button/Switch sensors that report on device  sever‐\nity.\n\nIPMIButtonSwitchTransitionSeverityNoEvent\nDefaults to Nominal.\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 sensors that report an assertion or\ndeassertion.\n\nIPMIModuleBoardStateNoEvent\nDefaults to Nominal.\n\nIPMIModuleBoardStateDeasserted\nDefaults to Nominal.\n\nIPMIModuleBoardStateAsserted\nDefaults to Critical.\n\nIPMIModuleBoardDevicePresent\nThe following states correspond to Module/Board sensors that report on device  instal‐\nlation.\n\nIPMIModuleBoardDevicePresentNoEvent\nDefaults to Nominal.\n\nIPMIModuleBoardDevicePresentDeviceRemovedDeviceAbsent\nDefaults to Critical.\n\nIPMIModuleBoardDevicePresentDeviceInsertedDevicePresent\nDefaults to Nominal.\n\nIPMIChassisTransitionSeverity\nThe following states correspond to Chassis sensors that report on device severity.\n\nIPMIChassisTransitionSeverityNoEvent\nDefaults to Nominal.\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\nIPMIChipSetTransitionSeverity\nThe following states correspond to Chip Set sensors that report on device severity.\n\nIPMIChipSetTransitionSeverityNoEvent\nDefaults to Nominal.\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 sensors w/ Cable/Interconnect\nspecific output states.\n\nIPMICableInterconnectNoEvent\nDefaults to Nominal.\n\nIPMICableInterconnectIsConnected\nDefaults to Nominal.\n\nIPMICableInterconnectConfigurationError\nDefaults to Critical.\n\nIPMICableInterconnectTransitionSeverity\nThe following states correspond to Cable/Interconnect sensors that  report  on  device\nseverity.\n\nIPMICableInterconnectTransitionSeverityNoEvent\nDefaults to Nominal.\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\nIPMIBootError\nThe following states correspond to Boot Error sensors w/ Boot  Error  specific  output\nstates.\n\nIPMIBootErrorNoEvent\nDefaults to Nominal.\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 sensors that report an assertion or de‐\nassertion.\n\nIPMIBootErrorStateNoEvent\nDefaults to Nominal.\n\nIPMIBootErrorStateDeasserted\nDefaults to Nominal.\n\nIPMIBootErrorStateAsserted\nDefaults to Critical.\n\nIPMIBootErrorTransitionSeverity\nThe following states correspond to Boot Error sensors that report on device severity.\n\nIPMIBootErrorTransitionSeverityNoEvent\nDefaults to Nominal.\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 sensors w/ OS Boot specific output events.\nIPMIOSBootNoEvent Defaults to Nominal.  IPMIOSBootABootCompleted Defaults  to\nNominal.         IPMIOSBootCBootCompleted        Defaults       to       Nominal.\nIPMIOSBootPXEBootCompleted   Defaults    to    Nominal.     IPMIOSBootDiagnos‐‐\nticBootCompleted  Defaults  to Nominal.  IPMIOSBootCDROMBootCompleted Defaults\nto     Nominal.      IPMIOSBootROMBootCompleted     Defaults     to      Nominal.\nIPMIOSBootBootCompletedBootDeviceNotSpecified     Defaults     to     Warning.\nIPMIOSBootBaseOSHypervisorInstallationStarted     Defaults     to      Nominal.\nIPMIOSBootBaseOSHypervisorInstallationCompleted     Defaults     to    Nominal.\nIPMIOSBootBaseOSHypervisorInstallationAborted     Defaults     to      Warning.\nIPMIOSBootBaseOSHypervisorInstallationFailed Defaults to Critical.\n\nIPMIOSCriticalStopState\nThe  following  states correspond to OS Critical Stop sensors that report an assertion\nor deassertion.\n\nIPMIOSCriticalStopStateNoEvent\nDefaults to Nominal.\n\nIPMIOSCriticalStopStateDeasserted\nDefaults to Nominal.\n\nIPMIOSCriticalStopStateAsserted\nDefaults to Critical.\n\nIPMISlotConnector\nThe following states correspond to Slot Connector sensors w/ Slot  Connector  specific\noutput states.\n\nIPMISlotConnectorNoEvent\nDefaults to Nominal.\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 sensors that report on device sever‐\nity.\n\nIPMISlotConnectorTransitionSeverityNoEvent\nDefaults to Nominal.\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\nIPMISystemACPIPowerStateNoEvent\nDefaults to Nominal.\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 sensors w/ Watchdog  2  specific  output\nstates.\n\nIPMIWatchdog2NoEvent\nDefaults to Nominal.\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\nIPMIPlatformAlertState\nThe  following states correspond to Platform Alert sensors that report an assertion or\ndeassertion.\n\nIPMIPlatformAlertStateNoEvent\nDefaults to Nominal.\n\nIPMIPlatformAlertStateDeasserted\nDefaults to Nominal.\n\nIPMIPlatformAlertStateAsserted\nDefaults to Critical.\n\nIPMIEntityPresence\nThe following states correspond to Entity Presence sensors w/ Entity Presence specific\noutput states.\n\nIPMIEntityPresenceNoEvent\nDefaults to Nominal.\n\nIPMIEntityPresenceEntityPresent\nDefaults to Nominal.\n\nIPMIEntityPresenceEntityAbsent\nDefaults to Critical.\n\nIPMIEntityPresenceEntityDisabled\nDefaults to Critical.\n\nIPMIEntityPresenceDevicePresent\nThe  following  states correspond to Entity Presence sensors that report on device in‐\nstallation.\n\nIPMIEntityPresenceDevicePresentNoEvent\nDefaults to Nominal.\n\nIPMIEntityPresenceDevicePresentDeviceRemovedDeviceAbsent\nDefaults to Nominal.\n\nIPMIEntityPresenceDevicePresentDeviceInsertedDevicePresent\nDefaults to Nominal.\n\nIPMIManagementSubsystemHealth\nThe following states correspond to Management Subsystem Health sensors  w/  Management\nSubsystem Health specific output states.\n\nIPMIManagementSubsystemHealthNoEvent\nDefaults to Nominal.\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 sensors w/ Battery specific output states.\n\nIPMIBatteryNoEvent\nDefaults to Nominal.\n\nIPMIBatteryBatteryLow\nDefaults to Warning.\n\nIPMIBatteryBatteryFailed\nDefaults to Critical.\n\nIPMIBatteryBatteryPresenceDetected\nDefaults to Nominal.\n\nIPMISessionAudit\nThe  following  states  correspond  to Session Audit sensors w/ SessionAudit specific\noutput states.\n\nIPMIVersionChangeNoEvent\nDefaults to Nominal.\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 sensors w/ FRU State specific output\nstates.\n\nIPMIFRUStateNoEvent\nDefaults to Nominal.\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 specific  interpreta‐\ntions. Users should be aware that both IPMIOEMBitmask and IPMIOEMValue can be con‐\nfigured for an identical  Manufacturer-ID,  Product-ID,  Event-Reading-Type-Code,  and\nSensor-Type  combination. All interpretations rules for a specific combination are it‐\nerated through and the worst resulting sensor state is returned (i.e. Warning <  Nomi‐\nnal,  Critical  <  Warning). If no match is found, no sensor state is returned for the\nOEM sensor reading.  For each of the configuration options below, <Manufacturer-ID> is\nthe  numeric  IANA manufacturer ID for the manufacturer in question.  The <Product-ID>\nis one or more numeric IDs representing the manufacturer's product.  The  <Product-ID>\ncan  be  listed  as a single numeric number (e.g. 1234), a range of IDs separated by a\ndash (e.g. 12-20), or a list of  specific  product  IDs  separated  by  a  plus  (e.g.\n12+19+22).  Both  the  Manufacturer-ID  and Product-ID can be found using bmc-info(8).\nMultiple <Manufacturer-ID> and <Product-ID> pairs can be input  separated  by  commas.\nThe Event-Reading-Type-Code and Sensor-Type need not be OEM types. They may be non-OEM\ntypes and used to provide interpretation rules for sensors that may be  behaving  out‐\nside the standard of the IPMI specification.\n\nIPMIOEMBitmask   <Manufacturer-ID>:<Product-ID>,...   Event-Reading-Type-Code   Sen‐\nsor-Type Sensor-Event-Bitmask State\nIPMIOEMBitmask can be used to configure a state interpretation for a specific\nManufacturer-ID,  Product-ID, Event-Reading-Type-Code, and Sensor-Type combina‐\ntion and a specific bitmask of the Sensor-Event. The state will be accepted  as\nthe  sensor interpretation if the inputted bitmask ANDed with the actual sensor\nevent bitmask reading is true. As a special case, the state will be accepted if\nthe  inputted  bitmask and the actual sensor event bitmask are both 0. In other\nwords, if no events happened, an OEM interpretation can be configured for  this\ncase by inputing a bitmask of 0x0000.\n\nIPMIOEMValue  <Manufacturer-ID>:<Product-ID>,... Event-Reading-Type-Code Sensor-Type\nSensor-Event-Bitmask-Value State\nIPMIOEMValue can be used to configure a state interpretation for  a  specific\nManufacturer-ID,  Product-ID, Event-Reading-Type-Code, and Sensor-Type combina‐\ntion and a specific value for the Sensor-Event-Bitmask. The state will  be  ac‐\ncepted  as  the sensor interpretation if the inputted bitmask value is equal to\nthe actual sensor event bitmask reading.\n",
                "subsections": []
            },
            "FILES": {
                "content": "/etc/freeipmi//freeipmiinterpretsensor.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-sensors(8)\n\nhttp://www.gnu.org/software/freeipmi/\n\n\n\nFreeIPMI 1.6.9                               2023-06-28                 FREEIPMIINTERPRETSENSOR(5)",
                "subsections": []
            }
        }
    }
}