check process syslogd with pidfile /var/run/syslogd.pid
	group system
	group syslogd
	start program = "/sbin/service syslogd start"
	stop  program = "/sbin/service syslogd stop"
	if 5 restarts with 5 cycles then timeout
	depend on syslogd_bin
	depend on syslog_file

check file syslogd_bin with path /sbin/syslogd
	group syslogd
	include /etc/monitrc.d/templates/rootbin

check file syslog_file with path /var/log/syslog/messages
	group syslogd
	if timestamp > 65 minutes then alert        # Have you seen "-- MARK --"?
	if failed permission 640  then unmonitor
	if failed uid root        then unmonitor
	if failed gid adm         then unmonitor

