I am trying to figure out a way to write an advanced alert but I am not sure if it is possible.
I am watching a value on a network device and I want to know if that value goes above the configured threshold more than x number of times in y number of polls.
For example: If response time is greater than 20 milliseconds for 3 checks out of the 5 checks that that take place in a 25 minute period (5 minute collection/check interval); trigger an alert.
Is something like this possible and if so, how?