Update docs following PR #1798

This commit is contained in:
nicolargo 2021-01-30 08:42:13 +01:00
parent 14c3566316
commit b87ceb06bf
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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
.

View File

@ -2,7 +2,7 @@
#
# This file is part of Glances.
#
# Copyright (C) 2019 Nicolargo <nicolas@nicolargo.com>
# Copyright (C) 2021 Nicolargo <nicolas@nicolargo.com>
#
# Glances is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by