configuration-templates – Diff between revs 37 and 98

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 37 Rev 98
Line 10... Line 10...
10 # and request "/monit/token" then restart 10 # and request "/monit/token" then restart
11 if cpu is greater than 60% for 2 cycles then alert 11 if cpu is greater than 60% for 2 cycles then alert
12 if cpu > 80% for 5 cycles then restart 12 if cpu > 80% for 5 cycles then restart
13 if totalmem > 50% for 5 cycles then restart 13 if totalmem > 50% for 5 cycles then restart
14 if children > 250 then restart 14 if children > 250 then restart
15 if loadavg(5min) greater than 10 for 8 cycles then stop -  
16 # if 3 restarts within 5 cycles then timeout -  
17   15 if loadavg(5min) greater than 10 for 8 cycles then restart
-   16 # if 3 restarts within 5 cycles then timeout
-   17