Oxalide / vsphere-influxdb-go

Collect VMware vSphere, vCenter and ESXi performance metrics and send them to InfluxDB
GNU General Public License v3.0
215 stars 61 forks source link

vsphere 8.0+ support #108

Open PetreHoffmann opened 1 year ago

PetreHoffmann commented 1 year ago

Hi,

the sdk was changed in version 8.0 and is not available like in 6.0+ anymore.

Error: 2023/06/14 09:08:01 Connecting to vcenter: vcenterfqdn 2023/06/14 09:08:01 Could not connect to vcenter: vcenterfqdn 2023/06/14 09:08:01 Error: Post https://vcenterfqdnt/sdk: dial tcp ip:443: getsockopt: connection refused 2023/06/14 09:08:01 Could not initialize connection to vcenter vcenterfqdn Post https://vcenterfqdn/sdk: dial tcp ip:443: getsockopt: connection refused

Replace vcenterfqdn with your vcenter url Replace ip with vcenter ip

I know that your latest version is from 2018 but we use your solution daily and we will be very happy to use it also in the future.

Are you able to implement the version 8.0+ support? Thank you in advance!