summaryrefslogtreecommitdiffstats
path: root/docker-compose/glances.conf
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose/glances.conf')
-rw-r--r--docker-compose/glances.conf24
1 files changed, 21 insertions, 3 deletions
diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf
index 02744a08..6f6e4180 100644
--- a/docker-compose/glances.conf
+++ b/docker-compose/glances.conf
@@ -175,6 +175,17 @@ tx_critical=90
[ip]
disable=False
+public_refresh_interval=300
+public_ip_disabled=False
+# Configuration for the Censys online service
+# Need to create an aacount: https://censys.io/login
+censys_url=https://search.censys.io/api
+# Get your own credential here: https://search.censys.io/account/api
+# Enter your credential and uncomment the following lines
+#censys_username=<censys_api_id>
+#censys_password=<censys_secret>
+# List of fields to be displayed in user interface (comma separated)
+censys_fields=location:continent,location:country,autonomous_system:name
[connections]
# Display additional information about TCP connections
@@ -209,9 +220,9 @@ hide=loop.*,/dev/loop*
[fs]
disable=False
-# Define the list of hidden file system (comma-separated regexp)
+# Define the list of file system to hide (comma-separated regexp)
hide=/boot.*,/snap.*
-# Define the list of file system to be show (comma-separated)
+# Define the list of file system to show (comma-separated regexp)
#show=/,/srv
# Define filesystem space thresholds in %
# Default values if not defined: 50/70/90
@@ -290,6 +301,9 @@ battery_critical=95
# Sensors alias
#temp1_alias=Motherboard 0
#temp2_alias=Motherboard 1
+#core 0_temperature_core_alias=CPU Core 0 temp
+#core 0_fans_speed_alias=CPU Core 0 fan
+#or
#core 0_alias=CPU Core 0
#core 1_alias=CPU Core 1
@@ -419,13 +433,16 @@ disable=False
#server_4_port=61237
[passwords]
-# Define the passwords list
+# Define the passwords list related to the [serverlist] section
# Syntax: host=password
# Where: host is the hostname
# password is the clear password
# Additionally (and optionally) a default password could be defined
#localhost=abc
#default=defaultpassword
+#
+# Define the path of the local '.pwd' file (default is system one)
+#local_password_path=~/.config/glances
##############################################################################
# Exports
@@ -561,6 +578,7 @@ host=localhost
port=5984
db=glances
# user and password are optional (comment if not configured on the server side)
+# If they are used, then the https protocol will be used
#user=root
#password=root