Ad Widget

Collapse

VMWare perfcounter returns "Performance counter not supported or data not ready."

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BernZab
    Junior Member
    • Oct 2023
    • 4

    #1

    VMWare perfcounter returns "Performance counter not supported or data not ready."

    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:
    Click image for larger version

Name:	image.png
Views:	542
Size:	49.7 KB
ID:	472430

    The Key I use for this is the following:
    Code:
    vmware.cl.perfcounter[{$VMWARE.URL},{#CLUSTER.ID},"clusterServices/failover[latest]"]
    I already pulled the XML to check if the variables are correct which seem fine to me:
    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.​
    Click image for larger version

Name:	image.png
Views:	442
Size:	6.2 KB
ID:	472431


    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
  • BernZab
    Junior Member
    • Oct 2023
    • 4

    #2
    Anyone got an Idea on this?

    Comment

    Working...