Set a test to Bad after a number of consecutive Bad 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
mrw
Posts: 195
Joined: Mon Oct 08, 2012 6:11 am

Set a test to Bad after a number of consecutive Bad tests.

Post by mrw »

Hi,

I´m trying to change a test that reports as Bad if a value exceeds 95% to only report it as Bad if it has exceeded 95% for three times in a row with a couple of minutes interval.
I know I can configure an Action to do this but I would prefer if it was possible to do this within the test itself? Perhaps using "Optional status processing" somehow?

So when viewed in RCC or the Webclient the test doesn´t get marked as Bad unless it has exceeded 95% three times in a row.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Enable "Use Normal status" option and use expression like (%FailureIteration% > 0) and (%FailureIteration% < 3)
http://ks-soft.net/hostmon.eng/mframe.h ... processing

Regards
Alex
mrw
Posts: 195
Joined: Mon Oct 08, 2012 6:11 am

Post by mrw »

Thank you!
That´s exactly what I wanted!

//Andreas..
Post Reply