summaryrefslogtreecommitdiffstats
path: root/health/health.d/bind_rndc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'health/health.d/bind_rndc.conf')
-rw-r--r--health/health.d/bind_rndc.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/health/health.d/bind_rndc.conf b/health/health.d/bind_rndc.conf
new file mode 100644
index 0000000..7c09225
--- /dev/null
+++ b/health/health.d/bind_rndc.conf
@@ -0,0 +1,12 @@
+ template: bind_rndc_stats_file_size
+ on: bind_rndc.stats_size
+ class: Utilization
+ type: DNS
+component: BIND
+ units: megabytes
+ every: 60
+ calc: $stats_size
+ warn: $this > 512
+ crit: $this > 1024
+ info: BIND statistics-file size
+ to: sysadmin