check process named with pidfile /var/run/named.pid
	group dns
	group bind
	start program = "/sbin/service bind start"
	stop  program = "/sbin/service bind stop"
	if failed host localhost port 53 type udp then restart
	if 5 restarts with 5 cycles then timeout
	depend on bind_bin

check file bind_bin with path /usr/sbin/named
	group bind
	include /etc/monitrc.d/templates/rootbin
