check process dhcpd with pidfile /var/run/dhcpd.pid
	group lan
	group dhcpd
	start program = "/sbin/service dhcpd start"
	stop  program = "/sbin/service dhcpd stop"
	if failed host localhost port 67 with type udp then restart
	if 5 restarts with 5 cycles then timeout
	depend on dhcpd_bin
	depend on dhcpd_rc

check file dhcpd_bin with path /usr/sbin/dhcpd
	group dhcpd
	include /etc/monitrc.d/templates/rootbin

check file dhcpd_rc with path /etc/dhcp/dhcpd.conf
	group dhcpd
	include /etc/monitrc.d/templates/rootstrict
