Can someone give me an example of the expression that would have a test return a normal status as long as another test is normal?
We have two tests that need to be dependent on each other. First test checks the file age on a certain log file, and the other test counts files in this particular hot folder. If the first test's file age is more than 15 minutes, the second test will check file count and if it's 0, everything is fine.
"Normal" status based on another test status
-
- Posts: 5
- Joined: Tue Oct 13, 2009 9:15 am
- Location: Houston, TX
If you need such dependant test, you don't need any expressions. Just use "This test depends on another test(s)" option
Please check the manual or visit our web site for more information
http://www.ks-soft.net/hostmon.eng/mfra ... htm#Master
If you need to set "Use Normal status if" test option for some other purpose, expression may look like '%::MasterTestName::Status%'=='Normal'
Regards
Alex
Please check the manual or visit our web site for more information
http://www.ks-soft.net/hostmon.eng/mfra ... htm#Master
If you need to set "Use Normal status if" test option for some other purpose, expression may look like '%::MasterTestName::Status%'=='Normal'
Regards
Alex