Alert repeat on continued bad result

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
eljefegt
Posts: 8
Joined: Tue Dec 06, 2016 11:56 am
Location: US

Alert repeat on continued bad result

Post by eljefegt »

Hi,
I'd like to maintain a small test interval while repeating alerts that haven't been corrected.
Example, a URL test that fires every 1 minute. On third Bad result, an email and page is sent to the support team. I would like to continue testing every 1 minute, but if the status has not change to Good, send another email/page after 30 minutes, and every 30 minutes after that.
Essentially I have to work with HostMon to deal people not catching alerts. Is there any way to do this?
Thanks.
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Advanced mode action with expression like
('%SimpleStatus%'=='DOWN') and (%Recurrences% mod 30==3)

http://www.ks-soft.net/hostmon.eng/mfra ... ncedaction

Regards
Alex
eljefegt
Posts: 8
Joined: Tue Dec 06, 2016 11:56 am
Location: US

Post by eljefegt »

KS-Soft wrote:Advanced mode action with expression like
('%SimpleStatus%'=='DOWN') and (%Recurrences% mod 30==3)

http://www.ks-soft.net/hostmon.eng/mfra ... ncedaction

Regards
Alex
I must have missed that part of the documentation. Sounds perfect, thanks!
Post Reply