Skip to content

Instantly share code, notes, and snippets.

@Sjeanpierre
Last active December 12, 2015 06:08
Show Gist options
  • Save Sjeanpierre/4726464 to your computer and use it in GitHub Desktop.
Save Sjeanpierre/4726464 to your computer and use it in GitHub Desktop.
Monit configuration for Redis on platform servers
check process redis-server
with pidfile "/var/run/redis/redis.pid"
start program = "/etc/init.d/redis start"
stop program = "/etc/init.d/redis stop"
if cpu usage > 95% for 3 cycles then restart
if failed host localhost 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