summaryrefslogtreecommitdiffstats
path: root/conf.d/health.d/bind_rndc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/health.d/bind_rndc.conf')
-rw-r--r--conf.d/health.d/bind_rndc.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf.d/health.d/bind_rndc.conf b/conf.d/health.d/bind_rndc.conf
new file mode 100644
index 000000000..028bc9d08
--- /dev/null
+++ b/conf.d/health.d/bind_rndc.conf
@@ -0,0 +1,9 @@
+ alarm: bind_rndc_stats_file_size
+ on: bind_rndc.stats_size
+ units: megabytes
+ every: 60
+ calc: $stats_size
+ warn: $this > 512
+ crit: $this > 1024
+ info: Bind stats file is very large! Consider to create logrotate conf file for it!
+ to: sysadmin