Hello everyone!
After reading many topics about the recovery expression, I still have no solution for my case.
I have the following Trigger:
find(/Data/logrt[C:\Path\.log,"[FAIL].*Fail execution",,,,,,])=1
The trigger works fine and shows in the dashboard problem.
But I need the recovery alert after 60 minutes.
I try with this expression:
nodata(/Data/logrt[C:\Path\.log,"[FAIL].*Fail execution",,,,,,],60m)=1
But this option doesn´t work
Any ideas or suggestions for this matter??
Thank you so much for your attention and participation.
After reading many topics about the recovery expression, I still have no solution for my case.
I have the following Trigger:
find(/Data/logrt[C:\Path\.log,"[FAIL].*Fail execution",,,,,,])=1
The trigger works fine and shows in the dashboard problem.
But I need the recovery alert after 60 minutes.
I try with this expression:
nodata(/Data/logrt[C:\Path\.log,"[FAIL].*Fail execution",,,,,,],60m)=1
But this option doesn´t work
Any ideas or suggestions for this matter??
Thank you so much for your attention and participation.
Comment