Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 354 Bytes

mqtt.rst

File metadata and controls

23 lines (16 loc) · 354 Bytes

MQTT

You can export statistics to an MQTT server. The connection should be defined in the Glances configuration file as following:

[mqtt]
host=localhost
port=883
user=glances
password=glances
topic=glances

and run Glances with:

$ glances --export mqtt