Back to Glances

RabbitMQ

docs/gw/rabbitmq.rst

4.5.4414 B
Original Source

.. _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
#protocol=amqps

and run Glances with:

.. code-block:: console

$ glances --export rabbitmq