diff options
author | Volker Hoffmann <volker@cheleb.net> | 2015-08-26 09:15:33 +0200 |
---|---|---|
committer | Volker Hoffmann <volker@cheleb.net> | 2015-08-26 09:15:33 +0200 |
commit | d835e7a86924c25dfcbdb11d49624ef792f3ea6a (patch) | |
tree | 036ce0b58b15564dacb54603ddcaefb90538c779 | |
parent | 68d53ef05ffd5084c1621b53f178fadf0c07e346 (diff) |
docs: readme fixes
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,11 +2,11 @@ ## Overview -This is a collection of Python scripts to poll cluster scheduling data from the [Slurm Workload Manager](http://slurm.schedmd.com/) and a [Netatmo](http://netatmo.com) device, and then upload it to on instance of [InfluxDB](https://influxdb.com/). +This is a collection of Python scripts to poll cluster scheduling data from the [Slurm Workload Manager](http://slurm.schedmd.com/), temperature data from a [Netatmo](http://netatmo.com) device, and then upload it to an instance of [InfluxDB](https://influxdb.com/). For example, the [zBox4 Dashboard](https://labs.cheleb.net/grafana/dashboard/db/zbox) uses these scripts. -## Requirements +## Usage - Execute the scripts on a host that can access Slurm data. - Put your InfluxDB access data in the *userpass_influx* file. |