Hello,
I am monitoring log file and its working great, however I have problem in recovery state. I am searching specific string from log file and if its count greater than 50 in last 5 min then I get email alert however even though that error goes alert does not go untill next occurance of same string comes and its count less than 50. I want some solution on this.
My trigger look like this:
{Template Tkc:log[/path/to/logfile,string1 | string2 ,skip].count(300,string1)}>50 or {Template Tkc:log[/path/to/logfile,string1 | string2 ,skip].count(300,string2)}>50
I am monitoring log file and its working great, however I have problem in recovery state. I am searching specific string from log file and if its count greater than 50 in last 5 min then I get email alert however even though that error goes alert does not go untill next occurance of same string comes and its count less than 50. I want some solution on this.
My trigger look like this:
{Template Tkc:log[/path/to/logfile,string1 | string2 ,skip].count(300,string1)}>50 or {Template Tkc:log[/path/to/logfile,string1 | string2 ,skip].count(300,string2)}>50
Comment