influxdata / community-templates

InfluxDB Community Templates: Quickly collect & analyze time series data from a range of sources: Kubernetes, MySQL, Postgres, AWS, Nginx, Jenkins, and more.

Home Page:https://www.influxdata.com/products/influxdb-templates/gallery/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vsphere Template Username ve Password

prisonbrk-io opened this issue · comments

Template: vsphere

Describe the problem
Username and password are defined as variables in the template, but variables are not defined with "-" in linux systems. Normal variable shouldn't be like the following?

username = "$ vsphere_user"
password = "$ vsphere_password"

Defined like this in the template;
username = "$vsphere-user"
password = "$vsphere-password"

Best Regards.

Hi, your comment is right. I will update the template very soon. Thank you for bringing this to our attention.