Agents Administration - Tests
 

Default Parameters for LCNodeStatusTest

This test auto-discovers the nodes in the target cluster and for each node, the test reports the current status. This test also reports whether/not each node is the owner node and if the owner node was changed recently. Using this test, administrators can isolate the nodes that have been offline or under maintenance for a longer duration and analyze the reason for the same. This test also helps administrators detect frequent failover between the nodes and can initiate steps to analyze why the nodes have been failing over frequently.

This page depicts the default parameters that need to be configured for the LCNodeStatusTest.

  • The TEST PERIOD list box helps the user to decide how often this test needs to be executed.

  • If the REPORT BY OWNER NODE ONLY flag is set to Yes, then this test will report metrics only for the owner node and not for the other nodes in the cluster. On the other hand, if the flag is set to No, then, it indicates that the test will report metrics for all the nodes in the cluster. By default, this flag is set to No.

  • By default,USE SUDO flag is set to Yes, indicating that the test uses sudo command to collect the daemon-related metrics. If this flag is set to No, then the test will not collect the metrics using sudo command.

  • The SUDO PATH parameter is relevant only when the USE SUDO parameter is set to Yes. By default, the SUDO PATH is set to none. This implies that the sudo command is in its default location - i.e., in the /usr/bin or /usr/sbin folder of the target host. In this case, once the USE SUDO flag is set to Yes , the eG agent automatically runs the sudo command from its default location to allow access to the daemon process. However, if the sudo command is available in a different location in your environment, you will have to explicitly specify the full path to the sudo command in the SUDO PATH text box to enable the eG agent to run the sudo command.

  • The DD FREQUENCY refers to the frequency with which detailed diagnosis measures are to be generated for this test. The default is 1:1. This indicates that, by default, detailed measures will be generated every time this test runs, and also every time the test detects a problem. You can modify this frequency, if you so desire. Also, if you intend to disable the detailed diagnosis capability for this test, you can do so by specifying none against DD FREQUENCY.

  • Once the necessary values have been provided, clicking on the UPDATE button will register the changes made.

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.