This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Citrix Healthcheck Dashboard Alert Configuration

Can i monitor these below parameters from Citrix Healthcheck Dashboard and can i configure alerts in Solarwinds?

Logons

Active Users

Disconnected Users

ServerLoad

RDPPort

ICAPort

  • FormerMember
    0 FormerMember

    RDP and ICA ports are standard port monitors.  Logon counts are available using WMI, but I don't have a query handy.  I duplicated one of the existing templates and added the following:

    Active Users via WMI

    Namespace: root\Citrix

    Query: Select NumberOfActiveSessions From MetaFrame_Server

    Description: self explanatory

    Disconnected Users via WMI

    Namespace: root\Citrix

    Query: Select NumberOfDisconnectedSessions From MetaFrame_Server

    Description: self explanatory

    Server load via WMI

    Namespace: root\CIMV2

    Query: SELECT CumulativeServerLoad FROM Win32_PerfFormattedData_MetaFrameXP_CitrixMetaFramePresentationServer

    Description:

    Server load values are equivalent to those found in the Citrix SDK Get-XAServerLoad cmdlet. Citrix load evaluator values:

    < 7500: OK

    7500-8500: Medium load, warning

    =10000: This is what a full server reports

    =20000: Cannot contact license server

    =99999: Error, no load evaluator (not even default)

    Some values taken from the Citrix support forums, others from http://deptive.co.nz/xenapp-farm-health-report/