Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
eschava authored Mar 18, 2024
1 parent 5bf104c commit 0009491
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ metrics (CPU, memory, disks, network, smart disk data) to an MQTT broker.

**PSMQTT** is written in Python and is based on:

* `paho-mqtt <https://github.com/eclipse/paho.mqtt.python>` to communicate with
the MQTT broker;
* `paho-mqtt <https://github.com/eclipse/paho.mqtt.python>` to communicate with the MQTT broker;
* `psutil <https://github.com/giampaolo/psutil>` to collect metrics;
* `pySMART <https://github.com/jakogut/pySMART>` to collect SMART data;
* `recurrent <https://github.com/kvh/recurrent>` to describe reporting
schedule.
* `recurrent <https://github.com/kvh/recurrent>` to describe reporting schedule.
* `jinja2 <https://github.com/alex-foundation/jinja2>` to format the data.

============
Expand Down

0 comments on commit 0009491

Please sign in to comment.