[vsphere-influxdb-go] Fix default config, remove domain

This commit is contained in:
2021-07-13 10:57:24 +01:00
parent cc9c5c6652
commit 57fa6e21b1
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.8.5" appVersion: "0.8.5"
description: Collect VMware vCenter and ESXi performance metrics and send them to InfluxDB description: Collect VMware vCenter and ESXi performance metrics and send them to InfluxDB
name: vsphere-influxdb-go name: vsphere-influxdb-go
version: 0.2.1 version: 0.2.2
keywords: keywords:
- vsphere - vsphere
- influxdb - influxdb

View File

@@ -42,7 +42,7 @@ cronjob:
## add them. ## add them.
## ##
config: config:
Domain: ".lab" Domain: ""
RemoveHostDomainName: false RemoveHostDomainName: false
Interval: 60 Interval: 60
VCenters: [] VCenters: []