diff --git a/conf/glances.conf b/conf/glances.conf index 58985742..73cb6166 100644 --- a/conf/glances.conf +++ b/conf/glances.conf @@ -515,7 +515,7 @@ disable=False max_name_size=20 # List of stats to disable (not display) # Following stats can be disabled: name,status,uptime,cpu,mem,diskio,networkio,command -disable_stats=diskio,networkio +; disable_stats=diskio,networkio # Thresholds for CPU and MEM (in %) ; cpu_careful=50 ; cpu_warning=70 diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf index 1e7d1b07..e3143536 100755 --- a/docker-compose/glances.conf +++ b/docker-compose/glances.conf @@ -513,6 +513,10 @@ disable=False ; hide=telegraf # Define the maximum docker size name (default is 20 chars) max_name_size=20 +# List of stats to disable (not display) +# Following stats can be disabled: name,status,uptime,cpu,mem,diskio,networkio,command +; disable_stats=diskio,networkio +# Thresholds for CPU and MEM (in %) ; cpu_careful=50 # Thresholds for CPU and MEM (in %) ; cpu_warning=70