-
Couldn't load subscription status.
- Fork 3.7k
Open
influxdata/ui
#7087Labels
Description
Steps to reproduce:
- Open the Create Configuration wizard
- Choose vCenter
- Edit the default config for server and auth info
Expected behaviour:
A valid config file
Actual behaviour:
There's an errant dash that breaks the config. This dash exists in the default config file that is generated when you go through the wizard.
Environment info:
Docker
Config:
-# Read metrics from one or many vCenters
[[inputs.vsphere]]
## List of vCenter URLs to be monitored. These three lines must be uncommented
## and edited for the plugin to work.
vcenters = [ "https://vcenter.local/sdk" ]
username = "[email protected]"
password = "secret"
The errant dash on that first like is what breaks the config, and it exists by default in the config file. Manually removing it fixes the file.
Logs:
There are no logs, but the context can be found here