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 | |
parent | 93c90edb6f7939efb103d0ca092de83fb25aae55 (diff) |
doc: add screenshots to README
-rw-r--r-- | README.md | 10 | ||||
-rw-r--r-- | Screenshots/grafana_zbox.png | bin | 0 -> 206547 bytes | |||
-rw-r--r-- | Screenshots/grafana_zbox_gpu.png | bin | 0 -> 253931 bytes |
3 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. diff --git a/Screenshots/grafana_zbox.png b/Screenshots/grafana_zbox.png Binary files differnew file mode 100644 index 0000000..ed8a552 --- /dev/null +++ b/Screenshots/grafana_zbox.png diff --git a/Screenshots/grafana_zbox_gpu.png b/Screenshots/grafana_zbox_gpu.png Binary files differnew file mode 100644 index 0000000..893b789 --- /dev/null +++ b/Screenshots/grafana_zbox_gpu.png |