Here is a scenario:
I have setup a watcher which runs every hour searching a "keyword", and if the occurrence of this keyword is more than "100" then it sends an alert.
Now it could be possible I am receiving it every hour, but I want to set up its frequency. So after 1st alert, next alert should come after 12 hours. given that watcher still runs every hour.
Is it possible in watcher to override "Action" for a particular duration?
Please help. Thank You