Compare Replys of two tests

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
MirkoW
Posts: 210
Joined: Tue Jul 01, 2008 6:51 am

Compare Replys of two tests

Post by MirkoW »

Hello,

I use two tests and want to compare the replys of this two test.

if the result issn't the same, so it should create an alert.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

You may use advanced action with expression like
("%::TestNameA::Reply%"<>"%::TestNameB::Reply%")

www.ks-soft.net/hostmon.eng/mframe.htm# ... ncedaction

Regards
Alex
MirkoW
Posts: 210
Joined: Tue Jul 01, 2008 6:51 am

Post by MirkoW »

Which kind of test do i need to create ? i need a specified reply text based on comparison
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

This will work for any test method.
You may use same variables (%::TestNameA::Reply% and %::TestNameB::Reply%) in "Tune Up Reply value" expression to set Reply, depending on Reply value of other test items.

E.g. you may use "Tune up Reply value" with expression like:
if ('%::TestNameA::Reply%'<>'%::TestNameB::Reply%') They are different; else They are the same!

Please check for details at:
http://www.ks-soft.net/hostmon.eng/mfra ... uneupreply
MirkoW
Posts: 210
Joined: Tue Jul 01, 2008 6:51 am

Post by MirkoW »

It works fine.

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