From f811bab253089d8c9f50b9c6555f59b967e172a0 Mon Sep 17 00:00:00 2001 From: norarr <norarr@stud.ntnu.no> Date: Tue, 3 Mar 2020 10:42:46 +0100 Subject: [PATCH] warning gjen --- glances.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glances.conf b/glances.conf index db408df..ba80574 100644 --- a/glances.conf +++ b/glances.conf @@ -43,9 +43,9 @@ disable=False # Default values if not defined: 50/70/90 (except for iowait) user_careful=50 user_warning=70 -user_critical=5 +user_critical=90 # add action when CPU > 90 % -user_critical_action=echo "Warning. CPU percentage is {{percentage}}" > ../../warning.txt +user_critical_action=echo "Warning. CPU percentage is way too high." > ../../warning.txt #user_log=False system_careful=50 system_warning=70 -- GitLab