Add missing append option to monit config

This commit is contained in:
ronivay
2018-07-29 12:39:12 +03:00
parent c7c3a5dddd
commit 7092799914

View File

@@ -2,7 +2,7 @@ set init
check process xo-server with pidfile /var/run/xo-server.pid
depends on redis
start program = "/usr/bin/forever start --pidFile /var/run/xo-server.pid --sourceDir /etc/xen-orchestra/packages/xo-server -l /var/log/xo-server.log bin/xo-server"
start program = "/usr/bin/forever start -a --pidFile /var/run/xo-server.pid --sourceDir /etc/xen-orchestra/packages/xo-server -l /var/log/xo-server.log bin/xo-server"
stop program = "/usr/bin/forever stop /etc/xen-orchestra/packages/xo-server/bin/xo-server"
check process redis with pidfile /var/run/redis_6379.pid