Hello,
i have a logfile and a trigger.
The logfile is from a java based application, with writes a error to the log if the database is down. The problem is, is that it does it many times.
The result is that i get many "Database down messages". Is het possible to change the trigger so that i get on message, until the trigger is cleared or after 15 minutes?
This is my trigger:
{template_javapp Webserver:log[/opt/javaapp/java/logs/sbm.log].str("[sjavadd][JDBC Driver]Object has been closed")}=1
i have a logfile and a trigger.
The logfile is from a java based application, with writes a error to the log if the database is down. The problem is, is that it does it many times.
The result is that i get many "Database down messages". Is het possible to change the trigger so that i get on message, until the trigger is cleared or after 15 minutes?
This is my trigger:
{template_javapp Webserver:log[/opt/javaapp/java/logs/sbm.log].str("[sjavadd][JDBC Driver]Object has been closed")}=1
Comment