1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-03 00:33:55 +00:00
dockerfiles/monit/data/conf.d/system.cfg

9 lines
288 B
INI
Raw Normal View History

2017-01-12 04:26:45 +00:00
check system monit.httpbin.org
2015-07-02 11:50:46 +00:00
if loadavg (1min) > 4 then alert
if loadavg (5min) > 2 then alert
if memory usage > 80% then alert
if swap usage > 25% then alert
if cpu usage (user) > 70% then alert
if cpu usage (system) > 30% then alert
if cpu usage (wait) > 20% then alert