Configuration of CtxSDXXenIfaceTest
This test auto-discovers the NICs on a target SDX appliance, reports the state of each NIC, and also reveals how much traffic is handled by every NIC. In the process, the test quickly pinpoints unavailable NICs and the ones handling heavy traffic.
The default parameters associated with this test are as follows:
The eG agent collects performance metrics by invoking NITRO (NetScaler Interface Through Restful interfaces and Objects) APIs on the target NetScaler SDX device. Typically, the NITRO APIs can be invoked through the HTTP or the HTTPS mode. By default, the eG agent invokes the NITRO APIs using the HTTPS mode. This is why, the SSL flag is set to Yes by default. If the target NetScaler SDX device is not SSL-enabled, then the NITRO APIs can be accessed through the HTTP mode only. In this case, set the SSL flag to No.
If the Show Enabled Interface Only flag is set to Yes, then the network interfaces that have an admin state of “Enabled” will only be monitored by the eG agent. By default, this flag is set to No, indicating that by default the eG agent will monitor all network interfaces that are enabled/disabled.
If the Show Up Interface Only flag is set to Yes, then only the network interfaces that are operational - i.e. whose current status is “up” - are monitored. By default, this flag is set to No, indicating that by default the test will monitor all network interfaces that are up/down.
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.
|