eG Monitoring
 
Measures reported by CacheConsoleLogTest

The primary information source for monitoring Caché is the console log (cconsole.log). Caché reports general messages, system errors, certain operating system errors, and network errors through an operator console facility. The console log file is a plain text file and may be viewed with any editor or text viewer. It is found in the MGR subdirectory of the location where Caché was installed. The CacheConsoleLogTest periodically monitors the console log of every configured Cache instance to report the number of normal, severe, and fatal errors encountered by the Cache database server.

Measurement Description Measurement Unit Interpretation
Num_errors The number of normal errors/warnings that currently occurred on this Cache instance Number The detailed diagnosis of this measure, when enabled, provides the detailed description for each of the normal errors that occurred on this Cache instance. A typical normal error/warning would be,***WARNING***: THE CURRENT CONFIGURATION IS NOT THE SAME AS WHEN CACHE WAS LAST SHUT DOWN.
Num_severe_errors The number of severe errors that occurred currently on this Cache instance Number A typical severe error would be: SNMP server failed to start: error signaling Windows SNMP agent. Some <NETWORK> errors are essentially fatal error conditions. Typically, if email notification of errors is setup on a monitored Cache database server, then, whenever a severe/fatal error is logged in the cconsole.log file, Cache automatically sends out emails to concerned administrators alerting them to the problem condition and enabling them to initiate corrective action. Starting with v5.1 of the Cache database server, if no email notification mechanism is setup, then an additional log file, alerts.log, is created whenever a severe or fatal error is detected in the cconsole.log file. This log contains only the severe and fatal error messages. You can check this log file for details pertaining to such errors.

Alternatively, if you enable the detailed diagnosis capability of the eG Enterprise suite, then the complete description of the severe/fatal errors will be available to you in the eG monitoring console itself.

Num_fatal_errors The current number of fatal errors on this Cache instance Number