Remove domain from esx name

Domain in esx name can be a problem with influxgraph and grafana.
This commit is contained in:
MicKBfr 2018-04-06 09:40:32 +02:00 committed by GitHub
parent 3f8a36f0cf
commit 39330e4d31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ func (vcenter *VCenter) Query(config Configuration, InfluxDBClient influxclient.
// Extra tags per host
hostSummary[host.Self] = make(map[string]string)
hostSummary[host.Self]["name"] = host.Summary.Config.Name
hostSummary[host.Self]["name"] = strings.Replace(host.Summary.Config.Name, config.Domain, "", -1)
hostSummary[host.Self]["cluster"] = hostToCluster[host.Self]
// Extra metrics per host