denisbrodbeck / machineid

Get the unique machine id of any host (without admin privileges)
MIT License
985 stars 139 forks source link

ESXi host support #17

Closed astrocox closed 2 years ago

astrocox commented 2 years ago

Do you see any problem with adding support for ESXi hosts? I'm not an expert but it looks like it should be possible to either parse /etc/vmware/esx.conf or run esxcli system uuid get. If that sounds ok I'd be happy to submit a PR.

astrocox commented 2 years ago

Now I've realized there is no official golang support for ESXi and no corresponding GOOS, so I'll close this.