Created
July 9, 2013 14:27
-
-
Save johndel/5957764 to your computer and use it in GitHub Desktop.
redis config for monit
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/redis.pid" | |
start program = "/etc/init.d/redis-server start" | |
stop program = "/etc/init.d/redis-server stop" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment