]> arthur.barton.de Git - netdata.git/blob - conf.d/health.d/named.conf
added alarms for running named, nginx, redis, squid
[netdata.git] / conf.d / health.d / named.conf
1
2 # make sure named is running
3
4 template: named_last_collected_secs
5       on: named.global_queries_success
6     calc: $now - $last_collected_t
7    every: 10s
8     warn: $this > ( 5 * $update_every)
9     crit: $this > (10 * $update_every)
10