check process cupsd with pidfile /var/run/cups/cupsd.pid
	group misc
	group cupsd
	start program = "/sbin/service cups start"
	stop  program = "/sbin/service cups stop"
	if 5 restarts within 5 cycles then timeout
	if failed host localhost port 631 type udp then restart
	#if failed host localhost port 631 type tcp then restart
	depends on cupsd_bin
	depends on cups_spool

check file cupsd_bin with path /usr/sbin/cupsd
	group cupsd
	include /etc/monitrc.d/templates/rootbin

check directory cups_spool path /var/spool/cups
	group cupsd
	if failed permission 0710 then unmonitor
	if failed uid root then unmonitor
	if failed gid lp   then unmonitor
