summaryrefslogtreecommitdiffstats
path: root/docker-compose/glances.conf
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-04-27 16:34:17 +0200
committernicolargo <nicolashennion@gmail.com>2024-04-27 16:34:17 +0200
commitf19e98417aacfc1b4e4937cf8456654349139026 (patch)
treed52343e05c8ae19e5531518b95c04e359b97036d /docker-compose/glances.conf
parent81668fc947e263dc025d059432472774a4ee84c5 (diff)
Align glances.conf
Diffstat (limited to 'docker-compose/glances.conf')
-rwxr-xr-xdocker-compose/glances.conf16
1 files changed, 9 insertions, 7 deletions
diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf
index 644bee55..5e2b2716 100755
--- a/docker-compose/glances.conf
+++ b/docker-compose/glances.conf
@@ -261,13 +261,13 @@ disable=False
hide=loop.*,/dev/loop.*
# Define the list of disks to be show (comma-separated)
#show=sda.*
-# Alias for sda1
-#sda1_alias=InternalDisk
+# Alias for sda1 and sdb1
+#alias=sda1:SystemDisk,sdb1:DataDisk
[fs]
disable=False
# Define the list of file system to hide (comma-separated regexp)
-hide=/boot.*,/snap.*
+hide=/boot.*,.*/snap.*
# Define the list of file system to show (comma-separated regexp)
#show=/,/srv
# Define filesystem space thresholds in %
@@ -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
@@ -548,7 +550,7 @@ db=glances
#prefix=foo
# Following tags will be added for all measurements
# You can also use dynamic values.
-# Note: hostname is always added as a tag
+# Note: hostname and name (for process) are always added as a tag
#tags=foo:bar,spam:eggs,domain:`domainname`
[influxdb2]
@@ -571,7 +573,7 @@ token=EjFUTWe8U-MIseEAkaVIgVnej_TrnbdvEcRkaB1imstW7gapSqy6_6-8XD-yd51V0zUUpDy-kA
#prefix=foo
# Following tags will be added for all measurements
# You can also use dynamic values.
-# Note: hostname is always added as a tag
+# Note: hostname and name (for process) are always added as a tag
#tags=foo:bar,spam:eggs,domain:`domainname`
[cassandra]