check process amavisd with pidfile /var/run/amavis/amavisd.pid
	group mail
	group amavisd
	start program = "/sbin/service amavisd start"
	stop  program = "/sbin/service amavisd stop"
	if failed port 10024 protocol smtp then restart
	if 5 restarts within 5 cycles then timeout
	depends on amavisd_bin
	depends on amavisd_rc

check file amavisd_bin with path /usr/sbin/amavisd
	group amavisd
	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 amavisd_rc with path /etc/init.d/amavisd
	group amavisd
	if failed checksum then unmonitor
	if failed permission 755 then unmonitor
	if failed uid root then unmonitor
	if failed gid root then unmonitor
