Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown hypervisor uuid. #3

Open
strelokr opened this issue Mar 14, 2020 · 4 comments
Open

Unknown hypervisor uuid. #3

strelokr opened this issue Mar 14, 2020 · 4 comments

Comments

@strelokr
Copy link

Hi there.
I have zabbix 4.4 and esxi 6.7 connected to vCenter. Two other one can discover and send CPU/ ram load informain.
But last one on brand new Xeon Gold proccers send error. Unknown hypervisor uuid.
I was try official template
vmware.hv.vm.num[{$URL},{HOST.HOST}]" became not supported: Unknown hypervisor uuid.
and your one with the same error message
vmware.hv.cpu.usage[{$URL},{$UUID}]" became not supported: Unknown hypervisor uuid.

vCenter reviced from host all information.
Do you have any suggest?
big thanks for any advice.

@timrsa
Copy link

timrsa commented Sep 30, 2020

I also had issues because I tried to use the esxcli system uuid get command, which gave me a UUID but the wrong one, you need to follow the method stated in the read me. If you do this it works flawlessly.

@rbcgrp
Copy link

rbcgrp commented Sep 30, 2020

I am getting the UUID as described in the official guide. it didn't help me

@timrsa
Copy link

timrsa commented Sep 30, 2020

Some things are not working exactly as they should like the data store stuff but I think that is because it wasn't to be a vcentre host, I am only using free esxi.

@timrsa
Copy link

timrsa commented Sep 30, 2020

Have you tried to run this from the shell? esxcfg-info -u |awk '{print tolower($0)}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants