r3: - new conffiles
[monit-cn.git] / monit-cn / bind8.conf
diff --git a/monit-cn/bind8.conf b/monit-cn/bind8.conf
new file mode 100644 (file)
index 0000000..f324f53
--- /dev/null
@@ -0,0 +1,9 @@
+# bind8 monit-cn template
+
+check process bind with pidfile "/var/run/named.pid"
+       start program = "/etc/init.d/bind start"
+       stop program = "/etc/init.d/bind stop"
+       if failed host 127.0.0.1 port 53 type tcp
+               then restart
+       if failed host 127.0.0.1 port 53 type udp
+               then restart