Agents Administration - Tests
 

Default Parameters for MySQLRpSlavTest

This test auto-discovers the slaves/replica servers that are connected to the target database server and for each slave/replica server, this test reports the current status. Additionally, this test reports the status of the I/O thread executing on each slave. I/O errors and SQL thread errors noticed on the replica servers are also promptly captured and reported. The replication lag duration between the master and the replica servers helps administrators figure out the replica server that is currently out of date. Periodical monitoring of the heartbeats help administrators determine if a replication connection between the master and the replica server is active at all times. With the help of these metrics, administrators can quickly spot anomalies in the replication process and initiate measures to resolve them.

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

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

  • In the HOST text box, specify the IP address of the MySQL server.

  • Specify the name of a DATABASE on the target MySQL database server being monitored.

  • The eG agent has to be configured with the credentials of a user who has server-wide Process and Select privileges on the monitored MySQL server.

  • Confirm the PASSWORD by retyping it in the CONFIRM PASSWORD text box.

  • Once the above values are provided, click on the UPDATE button to 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.