summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-01-30 08:42:13 +0100
committernicolargo <nicolas@nicolargo.com>2021-01-30 08:42:13 +0100
commitb87ceb06bfd0632762fae4d7a3c647f0ab7b86c3 (patch)
tree327dd2dc2e48c5bcc6336d2b70d0008dad4a120e /docs
parent14c35663164830f3014d9310c74b2f7fc98c92fc (diff)
Update docs following PR #1798
Diffstat (limited to 'docs')
-rw-r--r--docs/gw/mqtt.rst5
-rw-r--r--docs/man/glances.12
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/gw/mqtt.rst b/docs/gw/mqtt.rst
index 6b6b81e7..0027e2a5 100644
--- a/docs/gw/mqtt.rst
+++ b/docs/gw/mqtt.rst
@@ -12,6 +12,7 @@ following:
[mqtt]
host=localhost
port=883
+ tls=true
user=glances
password=glances
topic=glances
@@ -22,3 +23,7 @@ and run Glances with:
.. code-block:: console
$ glances --export mqtt
+
+The topic_structure field aims at configuring the way stats are exported to MQTT (see #1798):
+- per-metric: one event per metric (default behavor)
+- per-plugin: one event per plugin
diff --git a/docs/man/glances.1 b/docs/man/glances.1
index a23fc394..7ca36a01 100644
--- a/docs/man/glances.1
+++ b/docs/man/glances.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "GLANCES" "1" "Jan 24, 2021" "3.1.6.1" "Glances"
+.TH "GLANCES" "1" "Jan 30, 2021" "3.1.7_beta" "Glances"
.SH NAME
glances \- An eye on your system
.