diff options
author | Volker Hoffmann <volker@cheleb.net> | 2016-04-28 16:31:35 +0200 |
---|---|---|
committer | Volker Hoffmann <volker@cheleb.net> | 2016-04-28 16:37:33 +0200 |
commit | 7758555e9af196358e41e2b5622ba3cd42a15d8f (patch) | |
tree | 05f29ebd0062caaff89ca62030bab213fd333d20 /README.md | |
parent | 93c90edb6f7939efb103d0ca092de83fb25aae55 (diff) |
doc: add screenshots to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -4,8 +4,18 @@ 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/). +## Examples + For example, the [zBox4 Dashboard](https://labs.cheleb.net/grafana/dashboard/db/zbox) uses these scripts. +### Cluster Overview + + + +### GPU Nodes Overview + + + ## Usage - Execute the scripts on a host that can access Slurm data. |