summaryrefslogtreecommitdiffstats
path: root/health/health.d/ipmi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'health/health.d/ipmi.conf')
-rw-r--r--health/health.d/ipmi.conf44
1 files changed, 25 insertions, 19 deletions
diff --git a/health/health.d/ipmi.conf b/health/health.d/ipmi.conf
index 563d7a7ea..d4fdc6c79 100644
--- a/health/health.d/ipmi.conf
+++ b/health/health.d/ipmi.conf
@@ -1,20 +1,26 @@
- alarm: ipmi_sensors_states
- on: ipmi.sensors_states
- calc: $warning + $critical
- units: sensors
- every: 10s
- warn: $this > 0
- crit: $critical > 0
- delay: up 5m down 15m multiplier 1.5 max 1h
- info: number of IPMI sensors in non-nominal state
- to: sysadmin
+ alarm: ipmi_sensors_states
+ on: ipmi.sensors_states
+ class: System
+component: IPMI
+ type: Errors
+ calc: $warning + $critical
+ units: sensors
+ every: 10s
+ warn: $this > 0
+ crit: $critical > 0
+ delay: up 5m down 15m multiplier 1.5 max 1h
+ info: number of IPMI sensors in non-nominal state
+ to: sysadmin
- alarm: ipmi_events
- on: ipmi.events
- calc: $events
- units: events
- every: 10s
- warn: $this > 0
- delay: up 5m down 15m multiplier 1.5 max 1h
- info: number of events in the IPMI System Event Log (SEL)
- to: sysadmin
+ alarm: ipmi_events
+ on: ipmi.events
+ class: System
+component: IPMI
+ type: Utilization
+ calc: $events
+ units: events
+ every: 10s
+ warn: $this > 0
+ delay: up 5m down 15m multiplier 1.5 max 1h
+ info: number of events in the IPMI System Event Log (SEL)
+ to: sysadmin