Update dep module list

This commit is contained in:
nicolargo 2021-04-21 10:32:44 +02:00
parent 2e56ccac42
commit fe7e3dff4e
2 changed files with 5 additions and 3 deletions

View File

@ -74,18 +74,19 @@ Optional dependencies:
- ``influxdb-client`` (for the InfluxDB version 2 export module) [Only for Python >= 3.6] - ``influxdb-client`` (for the InfluxDB version 2 export module) [Only for Python >= 3.6]
- ``kafka-python`` (for the Kafka export module) - ``kafka-python`` (for the Kafka export module)
- ``netifaces`` (for the IP plugin) - ``netifaces`` (for the IP plugin)
- ``nvidia-ml-py3`` (for the GPU plugin) - ``py3nvml`` (for the GPU plugin) [Only for Python 3]
- ``pika`` (for the RabbitMQ/ActiveMQ export module) - ``pika`` (for the RabbitMQ/ActiveMQ export module)
- ``potsdb`` (for the OpenTSDB export module) - ``potsdb`` (for the OpenTSDB export module)
- ``prometheus_client`` (for the Prometheus export module) - ``prometheus_client`` (for the Prometheus export module)
- ``py-cpuinfo`` (for the Quicklook CPU info module) - ``py-cpuinfo`` (for the Quicklook CPU info module)
- ``pygal`` (for the graph export module) - ``pygal`` (for the graph export module)
- ``pymdstat`` (for RAID support) [Linux-only] - ``pymdstat`` (for RAID support) [Linux-only]
- ``pySMART.smartx`` (for HDD Smart support) [Linux-only]
- ``pysnmp`` (for SNMP support) - ``pysnmp`` (for SNMP support)
- ``pySMART.smartx`` (for HDD Smart support) [Linux-only]
- ``pyzmq`` (for the ZeroMQ export module) - ``pyzmq`` (for the ZeroMQ export module)
- ``requests`` (for the Ports, Cloud plugins and RESTful export module) - ``requests`` (for the Ports, Cloud plugins and RESTful export module)
- ``scandir`` (for the Folders plugin) [Only for Python < 3.5] - ``scandir`` (for the Folders plugin) [Only for Python < 3.5]
- ``sparklines`` (for the Quick Plugin sparklines option)
- ``statsd`` (for the StatsD export module) - ``statsd`` (for the StatsD export module)
- ``wifi`` (for the wifi plugin) [Linux-only] - ``wifi`` (for the wifi plugin) [Linux-only]
- ``zeroconf`` (for the autodiscover mode) - ``zeroconf`` (for the autodiscover mode)

View File

@ -4,9 +4,11 @@
bernhard bernhard
bottle bottle
cassandra-driver cassandra-driver
chevron
couchdb couchdb
docker>=2.0.0 docker>=2.0.0
elasticsearch elasticsearch
hddtemp
influxdb influxdb
influxdb-client; python_version >= "3.6" influxdb-client; python_version >= "3.6"
kafka-python kafka-python
@ -21,7 +23,6 @@ pygal
pymdstat pymdstat
pysnmp pysnmp
pySMART.smartx pySMART.smartx
chevron
pyzmq pyzmq
requests requests
scandir; python_version < "3.5" scandir; python_version < "3.5"