check process spamd with pidfile /var/run/spamd.pid
	group mail
	group spamd
	start program = "/sbin/service spamd start"
	stop  program = "/sbin/service spamd stop"
	if 5 restarts within 5 cycles then timeout
	if cpu usage > 99% for 5 cycles then alert
	if mem usage > 99% for 5 cycles then alert
	depends on spamd_bin
	depends on spamd_rc

check file spamd_bin with path /usr/bin/spamd
	group spamd
	if failed checksum then unmonitor
	if failed permission 755 then unmonitor
	if failed uid root then unmonitor
	if failed gid root then unmonitor

check file spamd_rc with path /etc/init.d/spamd
	group spamd
	if failed checksum then unmonitor
	if failed permission 755 then unmonitor
	if failed uid root then unmonitor
	if failed gid root then unmonitor
