Перейти к основному содержимому

Chassis by IPMI

Macros used

NameValue
{$IPMI.PASSWORD}

-

{$IPMI.SENSOR_TYPE.MATCHES}.*
{$IPMI.SENSOR_TYPE.NOT_MATCHES}invalid
{$IPMI.USER}

-

Items collected

NameDescriptionTypeIntervalKey and additional info
Get IPMI sensorsThe master item that receives all sensors with values for LLD and dependent elements from BMC.IPMI

-

ipmi.get

Discovery rule №1

NameDescriptionTypeIntervalKey and additional info
Discrete sensors discoveryDiscovery of the discrete IPMI sensors.DEPENDENT0ipmi.discrete.discovery

Item prototypes

NameDescriptionTypeIntervalKey and additional info
IPMI: {#SENSOR_ID}It is a state of the discrete IPMI sensor.DEPENDENT

-

ipmi.state_text[{#SENSOR_ID}]

Trigger prototypes

NameDescriptionExpressionPriorityDependencies
IPMI: {#SENSOR_ID} value has changedThe trigger is informing about changes in a state of the discrete IPMI sensor. A problem generated by this trigger can be manually closed.last(/Chassis by IPMI/ipmi.state_text[{#SENSOR_ID}],#1)<>last(/Chassis by IPMI/ipmi.state_text[{#SENSOR_ID}],#2)INFO 🔔IPMI: {#SENSOR_ID}

Discovery rule №2

NameDescriptionTypeIntervalKey and additional info
Threshold sensors discoveryDiscovery of the threshold IPMI sensors.DEPENDENT0ipmi.sensors.discovery

Item prototypes

NameDescriptionTypeIntervalKey and additional info
IPMI: {#SENSOR_ID}, {#SENSOR_UNIT}It is a state of the threshold IPMI sensor.DEPENDENT

-

ipmi.value[{#SENSOR_ID}]

Trigger prototypes

NameDescriptionExpressionPriorityDependencies
IPMI: {#SENSOR_ID} value is above critical highThe trigger is informing that a value higher than the upper critical threshold has been reached.min(/Chassis by IPMI/ipmi.value[{#SENSOR_ID}],5m)>{#SENSOR_HI_CRIT}HIGH ⛔IPMI: {#SENSOR_ID}, {#SENSOR_UNIT}
IPMI: {#SENSOR_ID} value is above non-critical highThe trigger is informing that a value higher than the upper non-critical threshold has been reached.min(/Chassis by IPMI/ipmi.value[{#SENSOR_ID}],5m)>{#SENSOR_HI_WARN}WARNING 📢IPMI: {#SENSOR_ID}, {#SENSOR_UNIT}
IPMI: {#SENSOR_ID} value is above non-recoverable highThe trigger is informing that a value higher than the upper non-recoverable threshold has been reached.min(/Chassis by IPMI/ipmi.value[{#SENSOR_ID}],5m)>{#SENSOR_HI_DISAST}DISASTER 🔥IPMI: {#SENSOR_ID}, {#SENSOR_UNIT}
IPMI: {#SENSOR_ID} value is below critical lowThe trigger is informing that a value less than the lower critical threshold has been reached.min(/Chassis by IPMI/ipmi.value[{#SENSOR_ID}],5m)<{#SENSOR_LO_CRIT}HIGH ⛔IPMI: {#SENSOR_ID}, {#SENSOR_UNIT}
IPMI: {#SENSOR_ID} value is below non-critical lowThe trigger is informing that a value less than the lower non-critical threshold has been reached.min(/Chassis by IPMI/ipmi.value[{#SENSOR_ID}],5m)<{#SENSOR_LO_WARN}WARNING 📢IPMI: {#SENSOR_ID}, {#SENSOR_UNIT}
IPMI: {#SENSOR_ID} value is below non-recoverable lowThe trigger is informing that a value less than the lower non-recoverable threshold has been reached.min(/Chassis by IPMI/ipmi.value[{#SENSOR_ID}],5m)<{#SENSOR_LO_DISAST}DISASTER 🔥IPMI: {#SENSOR_ID}, {#SENSOR_UNIT}