- 06
- 02
- 2018
Monit: Monitor BIND 9 (named) Name Server and Auto Restart
Kategorisi : Debian,Linuxapt-get install monit -y
vi /etc/monit/monitrc
## bind check process named with pidfile /var/lib/named/var/run/bind/run/named.pid start program = "/etc/init.d/bind9 start" stop program = "/etc/init.d/bind9 stop" if failed host 127.0.0.1 port 53 type tcp protocol dns then restart if failed host 127.0.0.1 port 53 type udp protocol dns then restart if 5 restarts within 5 cycles then timeout
Login gerekli Giriş .