Ping test

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
Kris
Posts: 375
Joined: Wed May 12, 2010 3:22 am

Ping test

Post by Kris »

Hiya all,

We have a bunch of mobile 3G devices on the road that we need to ping every 10 minutes.
However, sometimes they're in a tunnel or in an area without coverage, so they will miss one or two tests.

What I would like is a ping test that gets a "bad" status when the test failed 3 consecutive times, without cascading seperate tests upon eachother.

Can that be done?

Cheers!
Kris
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

There are several ways to achieve this:
1. You may use "Use Normal ststus if" option located on test propertied dialog with expression like the following:
('%SuggestedSimpleStatus%'=='DOWN') AND (%FailureIteration%<3)

2. You may modify action properties and set "Start when 3 consecutive 'Bad' results occur" option.

Please check the manual or visit our web site for more information at:
Use Normal ststus if option: http://www.ks-soft.net/hostmon.eng/mfra ... rmalstatus
Start when N consecutive Bad/Good results occur option: http://www.ks-soft.net/hostmon.eng/mfra ... #StartWhen
Kris
Posts: 375
Joined: Wed May 12, 2010 3:22 am

Post by Kris »

Again, a perfectly working solution.

Thanks!
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

You are welcome !
Post Reply