summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-03-07 01:54:08 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-03-07 01:54:08 +0200
commitf17e83b6e88008842d04eff3e0ed3575533446d7 (patch)
treeee600054577d6a136ab9f21af53e991e5dcfdb69 /conf.d
parent29c9d8c485ea931dc9c3907b0490f3446c079554 (diff)
added IPMI alarms
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/Makefile.am1
-rw-r--r--conf.d/health.d/ipmi.conf20
2 files changed, 21 insertions, 0 deletions
diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am
index 655d27a737..47f6573c79 100644
--- a/conf.d/Makefile.am
+++ b/conf.d/Makefile.am
@@ -67,6 +67,7 @@ dist_healthconfig_DATA = \
health.d/fping.conf \
health.d/haproxy.conf \
health.d/ipfs.conf \
+ health.d/ipmi.conf \
health.d/isc_dhcpd.conf \
health.d/mdstat.conf \
health.d/memcached.conf \
diff --git a/conf.d/health.d/ipmi.conf b/conf.d/health.d/ipmi.conf
new file mode 100644
index 0000000000..c255819645
--- /dev/null
+++ b/conf.d/health.d/ipmi.conf
@@ -0,0 +1,20 @@
+ 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: the number 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: the number of events in the IPMI System Event Log (SEL)
+ to: sysadmin