Two tests depending on eachother

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
berimu
Posts: 6
Joined: Fri Feb 11, 2005 6:12 am
Location: Netherlands
Contact:

Two tests depending on eachother

Post by berimu »

We monitor 1 http site using two interfaces. Now both interefaces are receiving every 5 minutes. If one is alive the other is bad. We want a message when BOTH are down.
Next to that we want the Webservice to show a red alert when both test are down. NOT when one is down. How should this be done? Is this doable?

If test1 = down and test2 = down then action
if test1 = down and test2 = up then NOAction
if test1 = up and test2 = down then NOAction
KS-Soft
Posts: 12822
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

We monitor 1 http site using two interfaces. Now both interefaces are receiving every 5 minutes. If one is alive the other is bad. We want a message when BOTH are down.
Its easy to configure using "advanced" actions. http://www.ks-soft.net/hostmon.eng/mfra ... ncedaction
E.g. you may use expression such as ('%::TestA::SimpleStatus%'=='DOWN') and ('%::TestB::SimpleStatus%'=='DOWN')
Next to that we want the Webservice to show a red alert when both test are down. NOT when one is down. How should this be done? Is this doable?


HostMonitor always marks "bad" test items using special color. Color of the test items depends on status of this item only.

Regards
Alex
Post Reply