blob: 49f88758a65547a1f17a8496193c1cd0a3ea8a88 (
plain)
1
2
3
4
5
6
7
8
|
check process with pidfile /var/run/memcached.pid
start program = "/etc/init.d/memcached start"
stop program = "/etc/init.d/memcached stop"
if failed host localhost port 11211 protocol MEMCACHE then restart
if cpu > 70% for 2 cycles then alert
if cpu > 98% for 5 cycles then restart
if 2 restarts within 3 cycles then timeout
|