Skip to content

Instantly share code, notes, and snippets.

@rommyarb
Created May 26, 2020 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rommyarb/86947c71f546f55f5e7c6563d976326a to your computer and use it in GitHub Desktop.
Save rommyarb/86947c71f546f55f5e7c6563d976326a to your computer and use it in GitHub Desktop.
Contoh linux monit nginx
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