Skip to content
Snippets Groups Projects
Commit 27ae68b1 authored by Aurora Schmidt-Brekken Vollvik's avatar Aurora Schmidt-Brekken Vollvik
Browse files

Updated glances.conf to make the critical action work, maybe

parent 85537d76
No related branches found
No related tags found
No related merge requests found
Pipeline #161298 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment