From adf6a4222d875ea3bd0aa6ec9f69c3993f8195d9 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 14 Jan 2024 16:04:50 +0100 Subject: Make the left menu configurable (in Curses and WebUI) #2648 --- docker-compose/glances.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docker-compose/glances.conf') diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf index 91913ea8..e3924ee3 100644 --- a/docker-compose/glances.conf +++ b/docker-compose/glances.conf @@ -24,6 +24,8 @@ history_size=1200 curse_theme=black # Separator in the Curses and WebUI interface (between top and others plugins) separator=True +# Set the the Curses and WebUI interface left menu plugin list (comma-separated) +#left_menu=network,wifi,connections,ports,diskio,fs,irq,folders,raid,smart,sensors,now # Limit the number of processes to display (for the WebUI) max_processes_display=25 # Set the URL prefix (for the WebUI and the API) @@ -95,6 +97,7 @@ steal_warning=70 steal_critical=90 #steal_log=True # + # Context switch limit (core / second) # Leave commented to just use the default config (critical is 50000*# (Logical CPU cores) #ctx_switches_careful=10000 -- cgit v1.2.3