Skip to content

Instantly share code, notes, and snippets.

@joeyimbasciano
Created November 1, 2012 19:55
Show Gist options
  • Save joeyimbasciano/3996052 to your computer and use it in GitHub Desktop.
Save joeyimbasciano/3996052 to your computer and use it in GitHub Desktop.
Basic Monit configuration file to check an HTTP service listening on port 9009
check host appsrv1 with address 127.0.0.1
start program = "/sbin/start myapp"
stop program = "/sbin/stop myapp"
alert alerts@example.com on {timeout,connection}
if failed port 9009 protocol HTTP
request /
with timeout 3 seconds
then restart
if 10 restarts within 10 cycles then timeout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment