# FIXME: initscript says PIDFILE="none"
check process privoxy with pidfile /var/run/privoxy.pid
	group proxy
	group privoxy
	start program = "/sbin/service privoxy start"
	stop  program = "/sbin/service privoxy stop"
	if 5 restarts within 5 cycles then timeout
	if failed host localhost port 8118 then restart
	depends on privoxy_bin
	depends on privoxy_rc

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