From f19e98417aacfc1b4e4937cf8456654349139026 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 27 Apr 2024 16:34:17 +0200 Subject: Align glances.conf --- docker-compose/glances.conf | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'docker-compose/glances.conf') 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] -- cgit v1.2.3