monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Apache rules


From: Morgan Thunder
Subject: Apache rules
Date: Tue, 9 Jul 2013 17:25:00 +0200

Hello,
I'm using monit 5.4 with debian wheezy in local network and the following config:

##Apache2
check process apache with pidfile /var/run/apache2.pid
group www
start program = "/etc/init.d/apache2 start"
stop program  = "/etc/init.d/apache2 stop"
if failed port 80 protocol http then restart
if cpu is greater than 30% for 1 cycles then alert
if cpu > 30% for 2 cycles then restart
if totalmem > 250 MB for 3 cycles then restart
if children > 200 then restart
if loadavg(5min) greater than 10 for 4 cycles then restart
if 3 restarts within 5 cycles then timeout

at this address https://192.168.3.11:8443/reports/analytics/?Analytics_Start=1&Analytics_Range=1&Analytics_Host=4

i show the cpu is over 30%
but the rules about cpu never restart the apache process

for test trafic i've a wordpress on this server and use a command like this:

ab -k -c 40 -t 480 -n 1000000 http://192.168.3.12/wordpress

reply via email to

[Prev in Thread] Current Thread [Next in Thread]