jedimt / hcicollector

12 stars 7 forks source link

Visualizing_NetApp_HCI_Performance.pdf | Two issues #7

Closed eddiepullen closed 6 years ago

eddiepullen commented 6 years ago

Hi,

I have attempted to use this piece of software you have created, really cool idea I must say. I have found two things in the PDF that breaks the manual install;

  1. In the /docker-compose.yml file there is a directory in the build section for the vmwcollector that does not exist:

This section:

vmwcollector: build: ./vsphere-graphite

Should be:

vmwcollector: build: ./vmwcollector

  1. In the quick and dirty install, you have the following:

apiVersion: 1 datasources:

This is nowhere inside the manual PDF install documentation so once completed there is no datasource created in grafana.

Cheers

jedimt commented 6 years ago

Thanks for the catch eddiepullen. Sorry its taken so long to get back to you, I've been traveling almost a month non-stop. I'll be updating documentation this week to help resolve this.

jedimt commented 6 years ago

I've updated the documentation, as well as provided a short demo and pptx deck. Should be good to go now.