From 96b81a5511fb668eb61ddc623f585c31078714e1 Mon Sep 17 00:00:00 2001 From: roxedus Date: Sat, 20 Oct 2018 18:09:50 +0200 Subject: [PATCH] Added selfplug --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 4944605..ec2098e 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,29 @@ Requirements /w install links: [Grafana](http://docs.grafana.org/installation/), 1. Install `grafana-cli plugins install grafana-worldmap-panel` 1. Click the + on your menu and click import. Using the .json provided in this repo, paste it in and customize as you like. + + +### Docker + +Repo is included in [si0972/grafana-scripts](https://github.com/si0972/grafana-scripts-docker) + +
Example +

+ +``` +docker create \ + --name=grafana-scripts \ + -v :/Scripts \ + -e plex=true \ + -e PGID= -e PUID= \ + si0972/grafana-scripts:latest +``` +

+
+ + + + ## Scripts ### `sonarr.py` Gathers data from Sonarr and pushes it to influxdb.