monitoring: only alert for system cpu > 40%

This commit is contained in:
Aaron Bieber 2023-03-29 08:16:07 -06:00
parent a54ad796ae
commit 8a5cdab94e
No known key found for this signature in database

View File

@ -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