| IPMI: {#SENSOR_ID} value is above critical high | The 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 high | The 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 high | The 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 low | The 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 low | The 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 low | The 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} |