Alerts/Email

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
CCSHM
Posts: 3
Joined: Wed May 30, 2007 2:06 pm

Alerts/Email

Post by CCSHM »

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
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

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
CCSHM
Posts: 3
Joined: Wed May 30, 2007 2:06 pm

Post by CCSHM »

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
Post Reply