Skip to content

Instantly share code, notes, and snippets.

@durran
Created December 1, 2011 14:10
Show Gist options
  • Save durran/1417001 to your computer and use it in GitHub Desktop.
Save durran/1417001 to your computer and use it in GitHub Desktop.
Nginx Monit Config
check process nginx
with pidfile "/var/run/nginx.pid"
start program = "/etc/init.d/nginx start"
stop program = "/etc/init.d/nginx stop"
if failed host 31.222.185.182 port 80 protocol http then restart
if 5 restarts within 5 cycles then timeout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment