Skip to content

Instantly share code, notes, and snippets.

@jwreagor
Forked from pasviegas/mongodb
Created September 30, 2011 21:30
Show Gist options
  • Save jwreagor/1255021 to your computer and use it in GitHub Desktop.
Save jwreagor/1255021 to your computer and use it in GitHub Desktop.
Simple monit script for mongodb
check process mongodb with pidfile /db/path/mongod.lock
group database
start program = "/etc/init.d/mongodb start"
stop program = "/etc/init.d/mongodb stop"
if failed host 127.0.0.1 port 28017 protocol http
and request "/" with timeout 10 seconds 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