monitoring: only alert for system cpu > 40%
This commit is contained in:
parent
a54ad796ae
commit
8a5cdab94e
@ -16,6 +16,6 @@ check system $HOST
|
||||
if memory usage > 80% for 4 cycles then alert
|
||||
if swap usage > 20% for 4 cycles then alert
|
||||
if cpu usage (user) > 80% for 2 cycles then alert
|
||||
if cpu usage (system) > 20% for 2 cycles then alert
|
||||
if cpu usage (system) > 40% for 2 cycles then alert
|
||||
if cpu usage (wait) > 80% for 2 cycles then alert
|
||||
if cpu usage > 200% for 4 cycles then alert
|
||||
|
Loading…
Reference in New Issue
Block a user