From afdd4806fcd15a02cd4caa74c252dc9db8455a21 Mon Sep 17 00:00:00 2001 From: Maximilian Date: Wed, 10 Dec 2014 14:09:01 +0100 Subject: Added more config files. --- monit/memcached.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 monit/memcached.conf (limited to 'monit/memcached.conf') diff --git a/monit/memcached.conf b/monit/memcached.conf new file mode 100644 index 0000000..49f8875 --- /dev/null +++ b/monit/memcached.conf @@ -0,0 +1,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 + -- cgit v1.2.3