Hi all,
we have Zabbix 2.2.4 on Debian Wheezy.
For a week we use the VMware Monitoring with the 3 Templates in the way it is described hier (https://www.zabbix.com/documentation.../vm_monitoring).
Unfortunately we have a lot of unsupported items (240).
The most of it were from Template Virt VMware Guest, Discovery, Disk device discovery. The values weren't very important to our monitoring crew, so we deleted the discovery rule for disk device discovery.
Now we have 180 unsupported items. How can we find out which they are?
In the normal case, we checked the items table like this:
select * from zabbix.items where status=3;
It gives now an empty set, so the unsupported items from the discovery should be somewhere else then the "normal" one. Somebody knows where?
By coincidence we found that for example some of the Network device discovery Number of bytes received on interface 4000 vmware.vm.net.if.in[{$URL},{HOST.HOST},4000,bps] is not supported.
The error: "Performance counter is not available".
What does that mean and how could we repair it?!
It did discovered that item at first or no? and now it is not supported!? Some help or link to more information should be great!
Our search in the internet didn't provide any useful informations, the most is about windows hosts but we have there a linux host...
Regards,
Ira
we have Zabbix 2.2.4 on Debian Wheezy.
For a week we use the VMware Monitoring with the 3 Templates in the way it is described hier (https://www.zabbix.com/documentation.../vm_monitoring).
Unfortunately we have a lot of unsupported items (240).
The most of it were from Template Virt VMware Guest, Discovery, Disk device discovery. The values weren't very important to our monitoring crew, so we deleted the discovery rule for disk device discovery.
Now we have 180 unsupported items. How can we find out which they are?
In the normal case, we checked the items table like this:
select * from zabbix.items where status=3;
It gives now an empty set, so the unsupported items from the discovery should be somewhere else then the "normal" one. Somebody knows where?
By coincidence we found that for example some of the Network device discovery Number of bytes received on interface 4000 vmware.vm.net.if.in[{$URL},{HOST.HOST},4000,bps] is not supported.
The error: "Performance counter is not available".
What does that mean and how could we repair it?!

It did discovered that item at first or no? and now it is not supported!? Some help or link to more information should be great!
Our search in the internet didn't provide any useful informations, the most is about windows hosts but we have there a linux host...
Regards,
Ira

Comment