Name: |
Alert log check (java) |
Platform: |
Oracle |
Category: |
Availability |
Description: |
This check reads and looks for errors in the database alert log. Uses embedded java to read files. |
Long description: |
This check reads and looks for errors in the database alert log. Uses embedded java to read files. |
Version: |
2.7 |
Default schedule: |
0,10,20,30,40,50 * * * |
Requires engine install: |
Yes |
Compatibility tag: |
[CDATA[.[type=‘instance’ & databasetype=‘oracle’]/.[hasengine=‘YES’ & eleven_and_above = ‘1’ & enable_java = ‘1’ |
Parameters |
|
|
Name |
Default value |
Description |
alertlog name |
AUTO |
The name of the Oracle alert log. If set to AUTO, we will try to figure out the alert log file name ourself. |
alertlog directory name |
AUTO |
The name of the directory we are looking for the alert log in. If set to AUTO, we will try to figure out where the alert log file is located. |
alertlog error text |
ORA- |
Defines which strings (errors) the Check must look for. Values must be separated with commas (,). Text is case and space sensitive, so “ ORA-, Error” is looking for “ ORA-” and “ Error”, different from “ORA-,Error” which looks for “ORA-” and “Error”. |
alertlog line HWM |
0 |
Each time the Check read the alert log, it registers how many rows have been checked. The next time |
alertlog read lines |
4000 |
Number of lines to maximum read on each run. |
alertlog error text allowed |
|
Specifies the error strings which are excluded. Values must be separated with commas (,). Text is case and space sensitive, so “ ORA-, Error” is looking for “ ORA-” and “ Error”, different from “ORA-,Error” which looks for “ORA-” and “Error”. This list is filtering away errors found by “alertlog error text”, so if “ORA-” is searched for in “alertlog error text” parameter, and “ORA-600” is in “alertlog error text allowed” parameter, then “ORA-600” messages are not reported on. |
← Alert log check (8i) / Alert log check (java for 10g) →
Post your comment on this topic.