Skip to content

Instantly share code, notes, and snippets.

@johndel
Last active August 29, 2015 14:07
Show Gist options
  • Save johndel/ca4913aa0ab4b036c16b to your computer and use it in GitHub Desktop.
Save johndel/ca4913aa0ab4b036c16b to your computer and use it in GitHub Desktop.
Nginx conf for monit
check process nginx with pidfile /var/run/nginx.pid
start program = "/etc/init.d/nginx start"
stop program = "/etc/init.d/nginx stop"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment