mirror of
https://github.com/Oxalide/vsphere-influxdb-go.git
synced 2023-10-10 13:36:51 +02:00
commit
c154ed0de6
@ -397,9 +397,9 @@ func (vcenter *VCenter) Query(config Configuration, InfluxDBClient influxclient.
|
||||
vmSummary[vm.Self]["cluster"] = vmToCluster[vm.Self]
|
||||
}
|
||||
if vmToPool[vm.Self] != "" {
|
||||
vmsummary[vm.Self]["respool"] = vmToPool[vm.Self]
|
||||
vmSummary[vm.Self]["respool"] = vmToPool[vm.Self]
|
||||
}
|
||||
vmsummary[vm.Self]["esx"] = host_summary[*vm.Summary.Runtime.Host]["name"]
|
||||
vmSummary[vm.Self]["esx"] = hostSummary[*vm.Summary.Runtime.Host]["name"]
|
||||
}
|
||||
|
||||
// get object names
|
||||
|
Loading…
Reference in New Issue
Block a user