Hi everyone,
I created a trigger for analyzing a log and set the skip parameter in the item.
I set the trigger to signal when the word "Hardware Error" is inside the file and I would like this to remain active for about 1h, but having enabled the skip parameter, this is closed when the next line is written.
Is there a way to keep the log open for a specific time?
Below is the trigger configuration:
find(/pippo/log[/appoggio/monitor.log,,,,skip],,,"Hardware Error")=1
Thank you so much
Best regards
Riccardo
I created a trigger for analyzing a log and set the skip parameter in the item.
I set the trigger to signal when the word "Hardware Error" is inside the file and I would like this to remain active for about 1h, but having enabled the skip parameter, this is closed when the next line is written.
Is there a way to keep the log open for a specific time?
Below is the trigger configuration:
find(/pippo/log[/appoggio/monitor.log,,,,skip],,,"Hardware Error")=1
Thank you so much
Best regards
Riccardo
Comment