check process ntpd with pidfile /var/run/ntpd.pid
	group system
	group ntpd
	start program = "/sbin/service ntpd start"
	stop  program = "/sbin/service ntpd stop"
	if failed host localhost port 123 with type udp then restart
	if 5 restarts with 5 cycles then timeout
	depend on ntpd_bin
	depend on ntpd_rc
	depend on ntpd_chroot

check file ntpd_bin with path /usr/sbin/ntpd
	group ntpd
	include /etc/monitrc.d/templates/rootbin

check file ntpd_rc with path /etc/ntp.conf
	group ntpd
	include /etc/monitrc.d/templates/rootstrict

check directory ntpd_chroot path /var/lib/ntpd
	group ntpd
	if failed permission 0710 then unmonitor
	if failed uid root        then unmonitor
	if failed gid ntpd        then unmonitor
