diff --git a/glances.conf b/glances.conf
index db408df9a1b0ec5935b96cb4b72fdbf5cb634f80..ba805740685fc436b5e66252a6d05efb680cc822 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