summaryrefslogtreecommitdiffstats
path: root/docs/gw/rabbitmq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gw/rabbitmq.rst')
-rw-r--r--docs/gw/rabbitmq.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/gw/rabbitmq.rst b/docs/gw/rabbitmq.rst
new file mode 100644
index 00000000..151d45f4
--- /dev/null
+++ b/docs/gw/rabbitmq.rst
@@ -0,0 +1,23 @@
+.. _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