From 9e002045d0504431dd83ec6aa70c9ccaf8b30115 Mon Sep 17 00:00:00 2001 From: Adrian Todorov Date: Wed, 25 Oct 2017 23:18:25 +0200 Subject: [PATCH 1/2] Update README.md to reflect post-vendoring changes --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 4631801..9844802 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,7 @@ * [govmomi](https://github.com/vmware/govmomi) * [influxDB go client](https://github.com/influxdata/influxdb/tree/master/client/v2) -You'll need to go get them both for the script to work: -``` -go get github.com/vmware/govmomi -go get github.com/influxdata/influxdb/client/v2 - -``` +Both are installed via go dep when go getting the project: # Run From 20a74cee4d75483b8311fd6eb4c664ab62a52cba Mon Sep 17 00:00:00 2001 From: Adrian Todorov Date: Wed, 25 Oct 2017 23:31:28 +0200 Subject: [PATCH 2/2] Add example Grafana dashboards to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9844802..a585c65 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,9 @@ Create a crontab to run it every X minutes(one minute is fine - in our case, ~30 * * * * * $HOME/work/go/bin/vsphere-influxdb-go ``` +# Example dashboards +* https://grafana.com/dashboards/1299 +* https://grafana.com/dashboards/3556 # TODO * Add service discovery(or probably something like [Viper](https://github.com/spf13/viper) for easier and more flexible configuration with multiple backends)