check process crond with pidfile /var/run/crond.pid
	group system
	group crond
	start program = "/sbin/service crond start"
	stop  program = "/sbin/service crond stop"
	if 5 restarts with 5 cycles then timeout
	depend cron_bin
	depend cron_spool

check file cron_bin with path /usr/sbin/crond
	group crond
	include /etc/monitrc.d/templates/rootbin

check directory cron_spool with path /var/spool/cron
	group crond
	if failed permission 3730 then unmonitor
	if failed uid root        then unmonitor
	if failed gid crontab     then unmonitor
