Align conf file between default and the one used in Docker compose

This commit is contained in:
nicolargo 2026-01-03 09:32:34 +01:00
parent fa9bb2cdab
commit 84324615c5
2 changed files with 16 additions and 2 deletions

View File

@ -355,7 +355,7 @@ critical=90
# Allow additional file system types (comma-separated FS type) # Allow additional file system types (comma-separated FS type)
#allow=shm #allow=shm
# Alias for root file system # Alias for root file system
alias=/:Root,/zfspool:ZFS #alias=/:Root,/zfspool:ZFS
[irq] [irq]
# Documentation: https://glances.readthedocs.io/en/latest/aoa/irq.html # Documentation: https://glances.readthedocs.io/en/latest/aoa/irq.html

View File

@ -64,6 +64,10 @@ max_processes_display=25
# Comma separated list of HTTP request headers that should be supported for cross-origin requests. # Comma separated list of HTTP request headers that should be supported for cross-origin requests.
# Default is * # Default is *
#cors_headers=* #cors_headers=*
# Define SSL files (keyfile_password is optional)
#ssl_keyfile_password=kfp
#ssl_keyfile=./glances.local+3-key.pem
#ssl_certfile=./glances.local+3.pem
############################################################################## ##############################################################################
# Plugins # Plugins
@ -489,6 +493,8 @@ status_critical=Z,D
# Define the list of processes to export using: # Define the list of processes to export using:
# a comma-separated list of Glances filter # a comma-separated list of Glances filter
#export=.*firefox.*,pid:1234 #export=.*firefox.*,pid:1234
# Define a list of process to focus on (comma-separated list of Glances filter)
#focus=.*firefox.*,.*python.*
[ports] [ports]
disable=False disable=False
@ -886,6 +892,14 @@ password=password
# Most of the time, you should not overwrite this value # Most of the time, you should not overwrite this value
#hostname=mycomputer #hostname=mycomputer
[nats]
# Configuration for the --export nats option
# https://nats.io/
# Host is a separated list of NATS nodes
host=nats://localhost:4222
# Prefix for the subjects (default is 'glances')
prefix=glances
############################################################################## ##############################################################################
# AMPS # AMPS
# * enable: Enable (true) or disable (false) the AMP # * enable: Enable (true) or disable (false) the AMP