Skip to content

Instantly share code, notes, and snippets.

@monbro
Created July 24, 2013 22:18
Show Gist options
  • Save monbro/6075131 to your computer and use it in GitHub Desktop.
Save monbro/6075131 to your computer and use it in GitHub Desktop.
create a monit search script with the mongodb service within /etc/monit/conf.d/mongodb.monit
check process mongodb with pidfile /var/lib/mongodb/mongod.lock
group database
start program = "/etc/init.d/mongodb start --config /etc/mongodb.conf"
stop program = "/etc/init.d/mongodb stop"
if failed host 127.0.0.1 port 27017 protocol http
and request "/" with timeout 30 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