summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKatyucha <sylvain.luce@gmail.com>2015-04-07 20:29:03 +0200
committerKatyucha <sylvain.luce@gmail.com>2015-04-07 20:29:03 +0200
commit36c2f7d8c99407523741c34c415fb8467ea84b5e (patch)
tree0e0d46b09ae432e6fe75ac740fc5443de4810d57 /docs
parent26bea1ac91142ad7a0152d7dccd2c246fa7b0bdd (diff)
Update for python3. Need package python3-pika
Diffstat (limited to 'docs')
-rw-r--r--docs/glances-doc.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/glances-doc.rst b/docs/glances-doc.rst
index 343425ab..b280232c 100644
--- a/docs/glances-doc.rst
+++ b/docs/glances-doc.rst
@@ -159,6 +159,8 @@ Command-Line Options
export stats to an InfluxDB server
--export-statsd
export stats to a Statsd server
+ --export-rabbitmq
+ export stats to a RabbitMQ server
-c CLIENT, --client CLIENT
connect to a Glances server by IPv4/IPv6 address or
hostname
@@ -824,6 +826,25 @@ Glances will generate stats as:
'glances.load.min1': 0.19,
...
+*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::
+
+ [rabbitmq]
+ host=localhost
+ port=5672
+ user=glances
+ password=glances
+ queue=glances_queue
+
+and run Glances with:
+
+.. code-block:: console
+
+ $ glances --export-rabbitmq
+
APIs Documentations
===================