-
-
Save jgeiger/d123f967a95d55f699e4 to your computer and use it in GitHub Desktop.
Redis server monit config for upstart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
check process redis-server | |
with pidfile "/var/run/redis.pid" | |
start program = "/sbin/start redis-server" | |
stop program = "/sbin/stop redis-server" | |
if 2 restarts within 3 cycles then timeout | |
if failed host 127.0.0.1 port 6379 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