Agents Administration - Tests
 

Default Parameters for ComFedQueryTest

The ComFedQueryTest monitors the error statistics in the CCLogging database. This page depicts the default parameters that need to be configured for the ComFedQueryTest.

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

  • In the INSTANCE text box, enter the name of a specific MS SQL instance that is to be monitored. The default value of this parameter is "default". To monitor an MS SQL instance named "CFS", enter this as the value of the INSTANCE parameter. 

  • In the DBHOST text box, enter the IP/host name of the database host.

  • In the DBPORT text box, enter the port at which the database host listens.

  • In the USERNAME text box, specify the user name to be used for logging into the database. This user should be authorized to connect to the CCLogging database.

  • In the PASSWORD text box, enter the password for logging into the CClogging database.

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

  • In the MESSAGE text box, provide a comma-separated list of error message patterns to be monitored in the format, Displayname:messagepattern. Here, the Displayname is just a name that is used to uniquely identify the message pattern, and will be displayed in the monitor interface. The messagepattern is an expression of the form - *expr* or expr or *expr or expr* or *expr1*expr2*... or expr1*expr2, etc. A leading '*' signifies any number of leading characters, while a trailing '*' signifies any number of trailing characters. For example, Error1:*cc_err*,Error2:*login*

  • .
  • Once the above value is provided, click on the UPDATE button to register the changes made.