|
Default Parameters for CtxCdAppGroupTest
This test auto-discovers the application groups in the delivery controller, and points administrators to the application groups that are currently enabled and those application groups that shared sessions with other application groups. In addition, this test reports the total number of applications in each application group and the number of machines (across all desktop groups) on which the application groups are published. In the process, this test also reveals the count of machines that are tagged with the tag given by the RestrictToTag property. Knowing the machines with tag restrictions, administrators can plan on using the existing machines for more than one publishing task, and thus saving the costs associated with deploying and managing additional machines.
This page depicts the default parameters that need to be configured for the CtxCdAppGroupTest.
When configuring the Citrix Cloud service, you should have created an API client on the cloud, so that any external program can communicate with the cloud. This API client is tied to a customer ID. The Citrix Cloud API requires this customer ID, when calling REST APIs. To get the customer ID for the API client that you have created in your environment, do the following:
Sign in to the Citrix Cloud administrator console.
Click the “hamburger menu” in the upper left corner of the console.
Select “Identity and Access Management” from the drop-down menu. An API Access page will open in the right panel. Look for the phrase , “use <customerID> as the customer parameter” in the right panel. The <customerID> displayed within that phrase is the customer ID you need to configure the eG tests with.
Specify the determined customer ID in the CUSTOMER ID text box.
When creating the API client on the cloud, you will be provided with an ID and a Secret for your client. Downloading this information saves a file named secureclient.csv. The eG agent uses the ID and Secret stored in this file to connect to the Citrix Cloud API. This is why, you will have to configure this test with the full path to the secureclient.csv in the SECURE CLIENT FILE PATH text box.
Specify the IP address of the proxy server and the port at which the server listens against the PROXY HOST and PROXY PORT textboxes. By default, these parameters are set to none, indicating that the eG agent is not configured to communicate via a proxy, by default.
If the eG agent communicates with the Citrix Cloud via a proxy server, and if proxy server requires authentication, then specify valid credentials for authentication against PROXY USERNAME and PROXY PASSWORD. If no proxy server is used or if the proxy server used does not require authentication, then set the PROXY USERNAME and PROXY PASSWORD to none.
When changing default configurations of tests, the values with “$” indicate variables that will be replaced by the eG system according to the specific server being managed - for instance, $hostName is the host/nickname of the target host, $port is the port number of the server being monitored. E.g., for a server xyz:80, $hostName will be changed automatically by the eG manager to “xyz*” and $port will be changed to “80” when configuring a test.
|