mirror of
https://github.com/Oxalide/vsphere-influxdb-go.git
synced 2023-10-10 13:36:51 +02:00
Update vsphere-influxdb.go
This commit is contained in:
parent
639ef28ecf
commit
e9bccef96d
@ -444,7 +444,7 @@ func (vcenter *VCenter) Query(config Configuration, InfluxDBClient influxclient.
|
||||
|
||||
// Extra tags per host
|
||||
hostSummary[host.Self] = make(map[string]string)
|
||||
hostSummary[host.Self]["name"] = hostSummary[host.Self]["name"] = host.Summary.Config.Name
|
||||
hostSummary[host.Self]["name"] = host.Summary.Config.Name
|
||||
// Remove Domain Name from Host
|
||||
if config.RemoveHostDomainName {
|
||||
hostSummary[host.Self]["name"] = strings.Replace(host.Summary.Config.Name, config.Domain, "", -1)
|
||||
|
Loading…
Reference in New Issue
Block a user