pfoo / zabbix-esxi

zabbix vmware esxi monitoring
GNU General Public License v3.0
27 stars 20 forks source link

Unknown hypervisor uuid. #3

Open strelokr opened 4 years ago

strelokr commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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

timrsa commented 4 years ago

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 commented 4 years ago

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