mirror of https://github.com/nicolargo/glances.git
Align glances.conf
This commit is contained in:
parent
81668fc947
commit
f19e98417a
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue