summaryrefslogtreecommitdiffstats
path: root/health/health.d/ipmi.conf
blob: d4fdc6c793fcb9e82dd7ce3e367a90a3dc85c783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
    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
    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