check process pptpd with pidfile /var/run/pptpd.pid
	group vpn
	group pptp
	start program = "/sbin/service pptpd start"
	stop  program = "/sbin/service pptpd stop"
	if failed host localhost port 1723 with type tcp then restart
	if 5 restarts with 5 cycles then timeout
	depend on pptpd_bin
	depend on pptpd_cf

check file pptpd_bin with path /usr/sbin/pptpd
	group pptp
	include /etc/monitrc.d/templates/rootbin

check file pptpd_cf with path /etc/pptpd.conf
	group pptp
	include /etc/monitrc.d/templates/rootrc
