]> arthur.barton.de Git - netdata.git/commitdiff
alarm for bind_rndc plugin added
authorIlya <ilyamaschenko@gmail.com>
Tue, 3 Jan 2017 08:19:29 +0000 (17:19 +0900)
committerIlya <ilyamaschenko@gmail.com>
Tue, 3 Jan 2017 08:19:29 +0000 (17:19 +0900)
conf.d/health.d/bind_rndc.conf [new file with mode: 0644]

diff --git a/conf.d/health.d/bind_rndc.conf b/conf.d/health.d/bind_rndc.conf
new file mode 100644 (file)
index 0000000..028bc9d
--- /dev/null
@@ -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