Created
October 3, 2014 14:53
-
-
Save johndel/b04a98d2d6d46e5e4f17 to your computer and use it in GitHub Desktop.
Redis conf for monit
This file contains 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-server.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