summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-04-27 16:28:38 +0200
committernicolargo <nicolashennion@gmail.com>2024-04-27 16:28:38 +0200
commit81668fc947e263dc025d059432472774a4ee84c5 (patch)
treefdc61994d8f74ca82e849f2546bf529d43938c80 /conf
parente4a6638c305f241b954db4bbc901250ec4ee6956 (diff)
Correct issue with Alias in sensors
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 41ed2c12..412b702c 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -335,8 +335,10 @@ port=7634
disable=False
# By default refresh every refresh time * 2
#refresh=6
-# Hide some sensors
-#hide=ambient
+# Hide some sensors (comma separated list of regexp)
+hide=unknown.*
+# Show only the following sensors (comma separated list of regexp)
+#show=CPU.*
# Sensors core thresholds (in Celsius...)
# Default values are grabbed from the system
#temperature_core_careful=45