mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-25 02:02:32 +03:00
Update dep module list
This commit is contained in:
parent
2e56ccac42
commit
fe7e3dff4e
@ -74,18 +74,19 @@ Optional dependencies:
|
||||
- ``influxdb-client`` (for the InfluxDB version 2 export module) [Only for Python >= 3.6]
|
||||
- ``kafka-python`` (for the Kafka export module)
|
||||
- ``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)
|
||||
- ``potsdb`` (for the OpenTSDB export module)
|
||||
- ``prometheus_client`` (for the Prometheus export module)
|
||||
- ``py-cpuinfo`` (for the Quicklook CPU info module)
|
||||
- ``pygal`` (for the graph export module)
|
||||
- ``pymdstat`` (for RAID support) [Linux-only]
|
||||
- ``pySMART.smartx`` (for HDD Smart support) [Linux-only]
|
||||
- ``pysnmp`` (for SNMP support)
|
||||
- ``pySMART.smartx`` (for HDD Smart support) [Linux-only]
|
||||
- ``pyzmq`` (for the ZeroMQ export module)
|
||||
- ``requests`` (for the Ports, Cloud plugins and RESTful export module)
|
||||
- ``scandir`` (for the Folders plugin) [Only for Python < 3.5]
|
||||
- ``sparklines`` (for the Quick Plugin sparklines option)
|
||||
- ``statsd`` (for the StatsD export module)
|
||||
- ``wifi`` (for the wifi plugin) [Linux-only]
|
||||
- ``zeroconf`` (for the autodiscover mode)
|
||||
|
@ -4,9 +4,11 @@
|
||||
bernhard
|
||||
bottle
|
||||
cassandra-driver
|
||||
chevron
|
||||
couchdb
|
||||
docker>=2.0.0
|
||||
elasticsearch
|
||||
hddtemp
|
||||
influxdb
|
||||
influxdb-client; python_version >= "3.6"
|
||||
kafka-python
|
||||
@ -21,7 +23,6 @@ pygal
|
||||
pymdstat
|
||||
pysnmp
|
||||
pySMART.smartx
|
||||
chevron
|
||||
pyzmq
|
||||
requests
|
||||
scandir; python_version < "3.5"
|
||||
|
Loading…
Reference in New Issue
Block a user