##############################################################################
# Globals Glances parameters
##############################################################################
[global]
refresh=2
check_update=true
history_size=1200
##############################################################################
# User interface
##############################################################################
[outputs]
max_processes_display=25
##############################################################################
# Plugins
##############################################################################
[mem]
disable=False
careful=5
careful_action_repeat=echo "test" > /home/glances/mem_trigger_log.alert
warning=70
critical=90
##############################################################################
# Exports and others
##############################################################################
[alert]
disable=False
mem_careful=5
mem_careful_action=/home/glances/test.sh
for some reason the actions doesn't work. I dont see anything wrong in debug
logs too. I made sure chevron is also installed. did anyone face same thing