Skip to content
Snippets Groups Projects
Commit 21ea65dc authored by kristoffer-oyen's avatar kristoffer-oyen
Browse files

Added warning for 70% cpu

parent 984160ae
Branches
No related tags found
No related merge requests found
Pipeline #72104 passed
......@@ -43,8 +43,9 @@ disable=False
# Default values if not defined: 50/70/90 (except for iowait)
user_careful=50
user_warning=70
user_warning_action=echo "Warning: High CPU usage" > ~/warnings.txt
user_critical=90
user_critical_action=echo "Warning: High CPU usage" > ~/warnings.txt
user_critical_action=echo "Warning: Critical CPU usage" > ~/warnings.txt
#user_log=False
system_careful=50
system_warning=70
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment