Files
mozo-backend/config/recipes/templates/monit/nginx.erb
T
2013-04-17 16:25:38 +02:00

6 lines
216 B
Plaintext

check process nginx with pidfile /var/run/nginx.pid
start program = "/etc/init.d/nginx start"
stop program = "/etc/init.d/nginx stop"
if children > 250 then restart
if 5 restarts within 5 cycles then timeout