mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-01 14:08:34 +03:00
24 lines
395 B
ReStructuredText
24 lines
395 B
ReStructuredText
|
.. _rabbitmq:
|
||
|
|
||
|
RabbitMQ
|
||
|
========
|
||
|
|
||
|
You can export statistics to an ``RabbitMQ`` server (AMQP Broker). The
|
||
|
connection should be defined in the Glances configuration file as
|
||
|
following:
|
||
|
|
||
|
.. code-block:: ini
|
||
|
|
||
|
[rabbitmq]
|
||
|
host=localhost
|
||
|
port=5672
|
||
|
user=glances
|
||
|
password=glances
|
||
|
queue=glances_queue
|
||
|
|
||
|
and run Glances with:
|
||
|
|
||
|
.. code-block:: console
|
||
|
|
||
|
$ glances --export-rabbitmq
|