From: Costa Tsaousis (ktsaou) Date: Mon, 6 Mar 2017 23:54:08 +0000 (+0200) Subject: added IPMI alarms X-Git-Tag: ab-debian_0.20170311.01-0ab1~1^2~5^2~6 X-Git-Url: https://arthur.barton.de/gitweb/?p=netdata.git;a=commitdiff_plain;h=f17e83b6e88008842d04eff3e0ed3575533446d7 added IPMI alarms --- diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am index 655d27a7..47f6573c 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 00000000..c2558196 --- /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