From 695559c72a869b78a352a7c2d709051138daf364 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Mon, 23 Dec 2024 11:52:57 +0100 Subject: [PATCH] Align conf file --- conf/glances.conf | 2 +- docker-compose/glances.conf | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/glances.conf b/conf/glances.conf index 589857423..73cb6166c 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 1e7d1b077..e3143536e 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