check process apache2 with pidfile /var/run/httpd2/httpd.pid
	group www
	start program = "/sbin/service httpd2 start"
	stop  program = "/sbin/service httpd2 stop"
	#if failed host 192.168.1.1 port 80 
	#	protocol HTTP request /monit/token then restart
	#if failed host 192.168.1.1 port 443 type TCPSSL 
	#	certmd5 12-34-56-78-90-AB-CD-EF-12-34-56-78-90-AB-CD-EF
	#	protocol HTTP request /monit/token  then restart
	if 5 restarts within 5 cycles then timeout
	depends on apache2_bin

check file apache2_bin with path /usr/sbin/httpd2
	group www
	if failed checksum then unmonitor
	if failed permission 755 then unmonitor
	if failed uid root then unmonitor
	if failed gid root then unmonitor
