summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-03-16 09:23:19 +0100
committernicolargo <nicolas@nicolargo.com>2024-03-16 09:23:19 +0100
commit74ed1043693d05d5696148e1b9baa9461a5f7096 (patch)
treec14c5cf0922a895a4001af5c577f8cb1189845cf /conf
parentf7cc69b24ab874cd306ee12c446728a8ef0b15d1 (diff)
parentad442736452f86198cb8705f98b3284cdcb8ed12 (diff)
Update docs and correct some merge conflicts
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index ed530d4e..b4f5d03a 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -594,12 +594,15 @@ queue=glances_queue
[mqtt]
# Configuration for the --export mqtt option
host=localhost
+# Overwrite device name in the topic
+#devicename=localhost
port=8883
tls=false
user=guest
password=guest
topic=glances
topic_structure=per-metric
+callback_api_version=2
[couchdb]
# Configuration for the --export couchdb option