Skip to content

Instantly share code, notes, and snippets.

@afquinterog
Created July 24, 2017 21:23
Show Gist options
  • Save afquinterog/f813a97dfabb45aa931bc14761176e5e to your computer and use it in GitHub Desktop.
Save afquinterog/f813a97dfabb45aa931bc14761176e5e to your computer and use it in GitHub Desktop.
Monitor nginx monit file
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