Skip to content

Instantly share code, notes, and snippets.

@johndel
Created October 3, 2014 14:53
Show Gist options
  • Save johndel/b04a98d2d6d46e5e4f17 to your computer and use it in GitHub Desktop.
Save johndel/b04a98d2d6d46e5e4f17 to your computer and use it in GitHub Desktop.
Redis conf for monit
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