|
Configuration of EgSyslogFilterSvrTest
This test periodically checks the Syslog file for a specific rule set by administrator and reports the number of messages that match each rule. This way, administrator is alerted to the errors/warnings triggered at any level of the system, and enabled to initiate the remedial measures before anything untoward happens.
The default parameters associated with this test are as follows:
By default, the syslog file contains logs relating to multiple of host systems that are installed in your environment. In order to obtain the log information of your interest, you can define a set of rules according to which the messages should be read from the syslog file in the RULE NAME text box. The format of your rule should be: rule1: str1|str2|str3|str4|str5, where rule1 refers to the unique name that you assign to every rule, which will appear as the descriptor of this test, and str1, str2, str3, str4 and str5 refer to the strings to be searched in the syslog file. Using these strings, the information in the syslog file may be parsed and metrics may be collected. When you want to define more than one rule, you can do so by setting multiple rules in the following format: rule1=str1|str2|str3|str4|str5^#^rule2=str1|str2|str3. For example: rule1:session closed|session close|session fail^#^rule2=logon fail|login failed|login failure.
The FACILITY parameter is set to all indicating that all the facilities will be monitored by default for the rule specified in the RULE NAME text box. If you wish to filter the messages received from specific parts/processes of the host system, then, you can enter the facilities corresponding to those parts/processes against this parameter. For example: rule1=UNKNOWN,MAIL. When more than one rules are defined, you have to provide the facilities in the following format: rule1=UNKNOWN,MAIL^#^rule2=all.
In the FILTER HOST tex box, specify the IP addresses of the host systems for which the messages collected should be filtered from the syslog file. Multiple host systems can be given in a comma-separtated list. For instance: rule1=192.168.10.1,192.168.10.2,192.168.10.5^#^rule2=all. By default, this parameter is set to all which indicates that all the hosts systems will be monitored.
The error/warning messages logged in the syslog file have various degrees of criticality. In the LEVEL text box, indicate the LEVEL to check the error/warning messages with particular degree of criticality in the syslog file. This parameter is set to all, which indicates that all messages in the syslog file will be monitored, by default. Multiple levels can be included as a comma-separated list in the following format: rule1=Error, critical.
In the EXCLUDE PATTERNS text box, specify a comma-separated list of error or warning message patterns to exclude from monitoring. Your pattern specification can be of any of the following formats: *error or warning messages*. This parameter is set to none by default, which indicates that no message will be excluded from monitoring.
By default, the ROTATINGFILE parameter is set to No. To instruct the eG Enterprise system to monitor newer log files also, set this parameter to Yes. Otherwise, set it to No.
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.
To make diagnosis more efficient and accurate, the eG Enterprise suite embeds an optional detailed diagnostic capability. With this capability, the eG agents can be configur\ed to run detailed, more elaborate tests as and when specific problems are detected. To enable the DETAILED DIAGNOSIS capability of this test for a particular server, choose the On option. To disable the capability, click on the Off option.
The option to selectively enable/disable the DETAILED DIAGNOSIS capability will be available only if the following conditions are fulfilled:
When changing the configuration for specific servers, a “*” beside the text box corresponding to the parameter signifies that these values have to be manually configured by the user. The parameter values that require to be configured will typically be prefixed with a “$“ or contain a series of “*”. A value of "none" in the parameter value indicates that the corresponding parameter value can be changed if required.
|