check process nginx with pidfile /var/run/nginx.pid
	group www
	group nginx
	start program = "/sbin/service nginx start"
	stop program = "/sbin/service nginx stop"
	if failed port 80 protocol http request "/" then restart
	if 5 restarts with 5 cycles then timeout
	depend on nginx_bin

check file nginx_bin with path /usr/sbin/nginx
	group nginx
	include /etc/monitrc.d/templates/rootbin

