I have a dilemma. I am looking for:
When a test fails i want an email sent out. and after that every 30min the test fails.
can you help
Thank you
Alerts/Email
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
I think, you may use "advanced mode" actions: http://www.ks-soft.net/hostmon.eng/mfra ... ncedaction
For instance, HostMonitor performs the certain test every 10 minutes. You want to be alerted when the test fails first time and then every 30 minutes. So, you may use expression like the following:
('%SimpleStatus%'=='DOWN') and (%Recurrences% mod 3==1)
Action will be executed after 1st, 4th, 7th, 10th, 13th, ... consecutive failed test - first time and every 30 minutes after that.
Regards,
Max
For instance, HostMonitor performs the certain test every 10 minutes. You want to be alerted when the test fails first time and then every 30 minutes. So, you may use expression like the following:
('%SimpleStatus%'=='DOWN') and (%Recurrences% mod 3==1)
Action will be executed after 1st, 4th, 7th, 10th, 13th, ... consecutive failed test - first time and every 30 minutes after that.
Regards,
Max
i am going to try this and see what happends
KS-Soft Europe wrote:I think, you may use "advanced mode" actions: http://www.ks-soft.net/hostmon.eng/mfra ... ncedaction
For instance, HostMonitor performs the certain test every 10 minutes. You want to be alerted when the test fails first time and then every 30 minutes. So, you may use expression like the following:
('%SimpleStatus%'=='DOWN') and (%Recurrences% mod 3==1)
Action will be executed after 1st, 4th, 7th, 10th, 13th, ... consecutive failed test - first time and every 30 minutes after that.
Regards,
Max