check process consul with pidfile /var/run/consul/consul.pid
	group telephony
	start program = "/bin/systemctl start consul.service"
	stop  program = "/bin/systemctl stop consul.service"
	if failed
		port 8500
		type tcpssl
		protocol http
		request "/v1/agent/services"
		timeout 5 seconds
		then restart
	if 5 restarts within 5 cycles then timeout
