summaryrefslogtreecommitdiffstats
path: root/conf.d/health.d/named.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/health.d/named.conf')
-rw-r--r--conf.d/health.d/named.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/conf.d/health.d/named.conf b/conf.d/health.d/named.conf
new file mode 100644
index 000000000..e46d1d330
--- /dev/null
+++ b/conf.d/health.d/named.conf
@@ -0,0 +1,12 @@
+
+# make sure named is running
+
+template: named_last_collected_secs
+ on: named.global_queries
+ calc: $now - $last_collected_t
+ every: 10s
+ warn: $this > ( 5 * $update_every)
+ crit: $this > (10 * $update_every)
+ units: seconds ago
+ info: number of seconds since the last successful data collection
+