From a94049daa5f74bab48fb274b49d3982078705bc2 Mon Sep 17 00:00:00 2001
From: Erik Skjellevik <eriskjel@stud.ntnu.no>
Date: Tue, 8 Mar 2022 15:16:27 +0100
Subject: [PATCH] finalized conf file

---
 glances.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/glances.conf b/glances.conf
index 31f5d80..0df35e7 100644
--- a/glances.conf
+++ b/glances.conf
@@ -43,8 +43,8 @@ disable=False
 # Default values if not defined: 50/70/90 (except for iowait)
 user_careful=50
 user_warning=70
-user_critical=5
-user_critical_action=echo "CRITICAL CPU USAGE" | mail -s "CPU USAGE 5 % !!!CRITICAL!!! " cpu90ssss@gmail.com
+user_critical=90
+user_critical_action=echo "CRITICAL CPU USAGE" | mail -s "CPU USAGE 90 % !!!CRITICAL!!!" cpu90ssss@gmail.com
 #user_log=False
 system_careful=50
 system_warning=70
-- 
GitLab