dav3860 / vmbix

Fork of vmbix, a TCP proxy for querying a VMWare infrastucture with Zabbix
53 stars 19 forks source link

vm.host[name] seems to fail with VM names with 3 characters #41

Open notcho-nachos opened 7 years ago

notcho-nachos commented 7 years ago

It appears as though VMs with 3 characters cant retrieve the vm.host item:

Running: zabbix_get -s 127.0.0.1 -p 10050 -k 'vmbix[vm.host,tod]'

Returns: ZBX_NOTSUPPORTED

But all other VMs with names longer then 3 characters works properly. Also all other checks work fine for VMs with 3 or more characters so it appears as though everything is working as it should.

Zabbix: 3.0.6 vCenter: 6.0 vmbix: 2.6.0.157

dav3860 commented 7 years ago

I'll have a look at the code to find out where it comes from.

notcho-nachos commented 7 years ago

Just wondering if you had a chance to look into this?