check process proftpd with pidfile /var/run/proftpd.pid
	group fileserver
	group proftpd
	start program = "/sbin/service proftpd start"
	stop program  = "/sbin/service proftpd stop"
	if failed port 21 protocol ftp then restart
	if 5 restarts within 5 cycles then timeout
	depend on proftpd_bin

check file proftpd_bin with path /usr/sbin/proftpd
	group proftpd
	if failed checksum        then unmonitor
	if failed permission 711  then unmonitor
	if failed uid root        then unmonitor
	if failed gid root        then unmonitor
