summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2017-03-27 11:05:43 +0200
committernicolargo <nicolas@nicolargo.com>2017-03-27 11:05:43 +0200
commitae4abc3c075cc2bab940cbbb3833ad90a557a90e (patch)
treeba354f014d7ff8cbac713ac5850083883f41d983 /README.rst
parent4825f2e465f76b04c06b5f0f171ee486b7e2ff8b (diff)
Update README file with latest exports modules
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 762c3ee4..905aadc5 100644
--- a/README.rst
+++ b/README.rst
@@ -58,11 +58,13 @@ Optional dependencies:
- ``elasticsearch`` (for the Elastic Search export module)
- ``hddtemp`` (for HDD temperature monitoring support) [Linux-only]
- ``influxdb`` (for the InfluxDB export module)
+- ``kafka-python`` (for the Kafka export module)
- ``matplotlib`` (for graphical/chart support)
- ``netifaces`` (for the IP plugin)
- ``nvidia-ml-py`` (for the GPU plugin) [Python 2-only]
- ``pika`` (for the RabbitMQ/ActiveMQ export module)
- ``potsdb`` (for the OpenTSDB export module)
+- ``prometheus_client`` (for the Prometheus export module)
- ``py-cpuinfo`` (for the Quicklook CPU info module)
- ``pymdstat`` (for RAID support) [Linux-only]
- ``pysnmp`` (for SNMP support)
@@ -343,8 +345,8 @@ Gateway to other services
=========================
Glances can export stats to: ``CSV`` file, ``InfluxDB``, ``Cassandra``, ``CouchDB``,
-``OpenTSDB``, ``StatsD``, ``ElasticSearch``, ``RabbitMQ/ActiveMQ``, ``ZeroMQ``,
-and ``Riemann`` server.
+``OpenTSDB``, ``Prometheus``, ``StatsD``, ``ElasticSearch``, ``RabbitMQ/ActiveMQ``,
+``ZeroMQ``, ``Kafka`` and ``Riemann`` server.
How to contribute ?
===================