summaryrefslogtreecommitdiffstats
path: root/conf/glances.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/glances.conf')
-rw-r--r--conf/glances.conf36
1 files changed, 35 insertions, 1 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index a9802d7f..2df9783d 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -184,7 +184,7 @@ careful=50
warning=70
critical=90
# Allow additional file system types (comma-separated FS type)
-#allow=zfs
+#allow=shm
[irq]
# Documentation: https://glances.readthedocs.io/en/stable/aoa/irq.html
@@ -327,6 +327,14 @@ port_default_gateway=True
[docker]
disable=False
+# Only show specific containers (comma separeted list of container name or regular expression)
+# Comment this line to display all containers (default configuration)
+#show=telegraf
+# Hide some containers (comma separeted list of container name or regular expression)
+# Comment this line to display all containers (default configuration)
+#hide=telegraf
+# Define the maximum docker size name (default is 20 chars)
+max_name_size=20
#cpu_careful=50
# Thresholds for CPU and MEM (in %)
#cpu_warning=70
@@ -390,6 +398,10 @@ height=600
style=DarkStyle
[influxdb]
+# !!!
+# Will be DEPRECATED in future release.
+# Please have a look on the new influxdb2 export module (compatible with InfluxDB 1.8.x and 2.x)
+# !!!
# Configuration for the --export influxdb option
# https://influxdb.com/
host=localhost
@@ -410,6 +422,27 @@ prefix=localhost
# You can also use dynamic values
#tags=system:`uname -s`
+[influxdb2]
+# Configuration for the --export influxdb2 option
+# https://influxdb.com/
+host=localhost
+port=8086
+protocol=http
+org=nicolargo
+bucket=glances
+token=EjFUTWe8U-MIseEAkaVIgVnej_TrnbdvEcRkaB1imstW7gapSqy6_6-8XD-yd51V0zUUpDy-kAdVD1purDLuxA==
+# Prefix will be added for all measurement name
+# Ex: prefix=foo
+# => foo.cpu
+# => foo.mem
+# You can also use dynamic values
+#prefix=`hostname`
+prefix=localhost
+# Tags will be added for all measurements
+#tags=foo:bar,spam:eggs
+# You can also use dynamic values
+#tags=system:`uname -s`
+
[cassandra]
# Configuration for the --export cassandra option
# Also works for the ScyllaDB
@@ -461,6 +494,7 @@ port=5672
user=guest
password=guest
queue=glances_queue
+#protocol=amqps
[mqtt]
# Configuration for the --export mqtt option