From 27ae68b1f2eef317845c06e82700f77b36eafcde Mon Sep 17 00:00:00 2001
From: Aurora Schmidt-Brekken Vollvik <asvollvi@stud.ntnu.no>
Date: Fri, 11 Mar 2022 16:51:10 +0100
Subject: [PATCH] Updated glances.conf to make the critical action work, maybe

---
 glances.conf | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/glances.conf b/glances.conf
index 72c4ea5..17c4257 100644
--- a/glances.conf
+++ b/glances.conf
@@ -42,10 +42,9 @@ swap_critical=90
 disable=False
 # Default values if not defined: 50/70/90 (except for iowait)
 user_careful=50
-user_careful_action=echo\ 'Glances Warning: User Careful 50<'\ >>\ /var/log/glances.log
 user_warning=70
 user_critical=90
-user_critical_action=echo\ 'Glances Warning: User Critical 90<'\ >>\ /var/log/glances.log
+user_critical_action=echo 'Glances Warning: User Critical 90<' >> /var/log/glances.log
 #user_log=False
 system_careful=50
 system_warning=70
-- 
GitLab