diff --git a/monit.conf b/monit.conf index ded4fec..f3fee86 100644 --- a/monit.conf +++ b/monit.conf @@ -1,6 +1,6 @@ check process knot with pidfile /tmp/knot.pid - start program = "/usr/sbin/knotd -d" - stop program = "/usr/sbin/knotc stop" + start program = "/usr/local/bin/syslogize /usr/sbin/knotd -d" + stop program = "/usr/local/bin/syslogize /usr/sbin/knotc stop" if 5 restarts within 8 cycles then alert if failed port 53 type udp protocol dns for 3 times within 5 cycles then restart if failed port 53 type tcp protocol dns for 3 times within 5 cycles then restart