]> arthur.barton.de Git - netdata.git/blob - conf.d/health.d/fping.conf
added fping alarms and various aesthetic improvements to alarms
[netdata.git] / conf.d / health.d / fping.conf
1 template: host_health
2 families: *
3       on: fping.latency
4     calc: $average != nan
5    units: up/down
6    every: 10s
7     crit: $this == 0
8     info: the ping status
9    delay: down 30m multiplier 1.5 max 2h
10       to: sysadmin
11
12 template: packet_loss
13 families: *
14       on: fping.quality
15   lookup: average -10m of returned
16     calc: 100 - $this
17    green: 1
18      red: 10
19    units: %
20    every: 10s
21     warn: $this > $green
22     crit: $this > $red
23     info: the percentage of packet loss
24    delay: down 30m multiplier 1.5 max 2h
25       to: sysadmin
26