|
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.
-
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 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* .
|