[vsphere-influxdb-go] Fix default configmap (#23)

This commit is contained in:
2021-07-02 14:09:40 +01:00
committed by GitHub
parent bea73339d5
commit 1007982a78
2 changed files with 3 additions and 3 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.0 version: 0.2.1
keywords: keywords:
- vsphere - vsphere
- influxdb - influxdb

View File

@@ -45,8 +45,8 @@ config:
Domain: ".lab" Domain: ".lab"
RemoveHostDomainName: false RemoveHostDomainName: false
Interval: 60 Interval: 60
VCenters: {} VCenters: []
InfluxDB: {} InfluxDB: []
Metrics: Metrics:
- ObjectType: - ObjectType:
- VirtualMachine - VirtualMachine