Check CITRIX XenApp Load
CITRIX Xen App provides a function to check the current load. This script checks this value and provide performance data.
check_xenapp_load.ps1
CITRIX Xen App provides a function to check the current load. This script checks this value and provide performance data.
Usage
./check_nrpe -H HOSTNAME -p 5666 -c check_xenapp_load -a [Warning] [Critical]
Lines for nsclient.ini
- Set the wrappings for Powershell
[/settings/external scripts/wrappings] ps1=cmd /c echo scripts\%SCRIPT% %ARGS%; exit($lastexitcode) | powershell.exe -command -
- Set the Command Lines
[/settings/external scripts/wrapped scripts] check_csv = check_xenapp_load.ps1 $ARG1$ $ARG2$