Skip to content

Instantly share code, notes, and snippets.

@johndel
Created July 9, 2013 14:27
Show Gist options
  • Save johndel/5957764 to your computer and use it in GitHub Desktop.
Save johndel/5957764 to your computer and use it in GitHub Desktop.
redis config for monit
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