check process unfsd with pidfile /var/run/nfs.pid
	group fileserver
	group unfsd
	start program = "/sbin/service nfs start"
	stop program = "/sbin/service nfs stop"
	if failed port 2049 type tcp then restart
	if failed port 2049 type udp then restart
	if 5 restarts with 5 cycles then timeout
	depend on unfsd_bin

check file unfsd_bin with path /usr/sbin/unfsd
	group unfsd
	include /etc/monitrc.d/templates/rootbin

