Skip to content

Instantly share code, notes, and snippets.

@monbro
Forked from pasviegas/mongodb
Last active December 18, 2015 22:19
Show Gist options
  • Save monbro/5853433 to your computer and use it in GitHub Desktop.
Save monbro/5853433 to your computer and use it in GitHub Desktop.
mongodb monit debian script (not tested yet)
check process mongodb with pidfile /var/lib/mongodb/mongod.lock
group database
start program = "/usr/bin/mongod --dbpath /var/lib/mongodb --logpath /var/log/mongodb/mongodb.log --config /etc/mongodb.conf run"
stop program = "/usr/bin/pkill -f mongod"
if failed host 127.0.0.1 port 27017 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