CitrixMonitor
This monitor is used to test if a Citrix® Server or XenApp Server® is providing the ICA protocol on TCP 1494.
The monitor opens a TCP socket and tests the greeting banner returns with ICA
, otherwise the service is unavailable.
Monitor facts
Class Name |
|
Remote Enabled |
true |
Configuration and Usage
Parameter | Description | Required | Default value |
---|---|---|---|
|
Amount of attempts opening a connection and try to get the greeting banner before the service goes down |
optional |
|
|
Time to wait retrieving the greeting banner |
optional |
|
|
TCP port where ICA is listening. |
optional |
|
Warning
|
If you have configure the Metaframe Presentation Server Client using Session Reliability, the TCP port is 2598 instead of 1494 .
You can find additional information on CTX104147.
It is not verified if the monitor works in this case.
|
Examples
The following example configures OpenNMS to monitor the ICA protocol on TCP 1494
with 2 retries and waiting 5 seconds for each retry.
<service name="Citrix-TCP-ICA" interval="300000" user-defined="false" status="on">
<parameter key="retry" value="2" />
<parameter key="timeout" value="5000" />
</service>
<monitor service="Citrix-TCP-ICA" class-name="org.opennms.netmgt.poller.monitors.CitrixMonitor" />