Hello all!
I started working with adding my own VMware perfcounter-Items and made Cluster CPU and RAM Usage work after a while.
I now want to get the number of possible HA failures to work:
The Key I use for this is the following:
I already pulled the XML to check if the variables are correct which seem fine to me:
However, I receive the error:
In the Zabbix Log I see pretty much the same:
I am pretty stuck right here and I am not able to find further infromation on this.
Can anyone point me in the right direction?
Thanks
I started working with adding my own VMware perfcounter-Items and made Cluster CPU and RAM Usage work after a while.
I now want to get the number of possible HA failures to work:
The Key I use for this is the following:
Code:
vmware.cl.perfcounter[{$VMWARE.URL},{#CLUSTER.ID},"clusterServices/failover[latest]"]
Code:
<PerfCounterInfo xsi:type="PerfCounterInfo">
<key>
278
</key>
<nameInfo>
<label>
Current failover level
</label>
<summary>
vSphere HA number of failures that can be tolerated
</summary>
[B] <key>
failover
</key>[/B]
</nameInfo>
<groupInfo>
<label>
Cluster services
</label>
<summary>
Cluster services
</summary>
[B] <key>
clusterServices
</key>[/B]
</groupInfo>
<unitInfo>
<label>
num
</label>
<summary>
Number
</summary>
<key>
number
</key>
</unitInfo>
[B] <rollupType>
latest
</rollupType>[/B]
<statsType>
absolute
</statsType>
<level>
1
</level>
<perDeviceLevel>
3
</perDeviceLevel>
</PerfCounterInfo>
However, I receive the error:
Code:
Performance counter not supported or data not ready.
In the Zabbix Log I see pretty much the same:
Code:
12216:20231017:170233.326 error reason for "Vcenter.XXX.com:vmware.cl.perfcounter[{$VMWARE.URL},domain-c26,"clusterServices/failover[latest]"]" changed: Performance counter not supported or data not ready.
I am pretty stuck right here and I am not able to find further infromation on this.
Can anyone point me in the right direction?
Thanks
Comment