Hello all,
I am trying to use the vmware vmware.hv.perfcounter simple check and can't seem to get it to work for querying data stores.
Is there some way to easily test zabbix server simple checks? At least for vmware.hv.perfcounter the zabbix_get program returns unsupported item key. Is there either a way (like zabbix_get) to directly query simple check keys like this, or perhaps some easy way to get zabbix to execute simple checks easily and quickly for debugging?
Does anyone have working examples of how vmware.hv.perfcounter works with performance counters that take an "instance"? For example, I am trying to get used disk space on a volume called "TRex_ESX_Vol_1" using the following:
vmware.hv.perfcounter[{$URL},{HOST.HOST},"disk/used[latest]","TRex_ESX_Vol_1"]
and it doesn't return anything at all and the log doesn't have anything on this trigger.
Thanks!
I am trying to use the vmware vmware.hv.perfcounter simple check and can't seem to get it to work for querying data stores.
Is there some way to easily test zabbix server simple checks? At least for vmware.hv.perfcounter the zabbix_get program returns unsupported item key. Is there either a way (like zabbix_get) to directly query simple check keys like this, or perhaps some easy way to get zabbix to execute simple checks easily and quickly for debugging?
Does anyone have working examples of how vmware.hv.perfcounter works with performance counters that take an "instance"? For example, I am trying to get used disk space on a volume called "TRex_ESX_Vol_1" using the following:
vmware.hv.perfcounter[{$URL},{HOST.HOST},"disk/used[latest]","TRex_ESX_Vol_1"]
and it doesn't return anything at all and the log doesn't have anything on this trigger.
Thanks!

Comment