configuration-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 73  →  ?path2? @ 74
/monit/debian/templates/opendkim
@@ -5,5 +5,5 @@
check process opendkim with pidfile /var/run/opendkim/opendkim.pid
start program "/etc/init.d/opendkim start"
stop program "/etc/init.d/opendkim stop"
if failed port 8891 protocol tcp then restart
if failed port 8891 type tcp then restart
# if 5 restarts within 5 cycles then timeout
/monit/debian/templates/opendmarc
@@ -5,5 +5,5 @@
check process opendmarc with pidfile /var/run/opendmarc/opendmarc.pid
start program "/etc/init.d/opendmarc start"
stop program "/etc/init.d/opendmarc stop"
if failed port 12345 protocol tcp then restart
if failed port 12345 type tcp then restart
# if 5 restarts within 5 cycles then timeout