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).
Assume I check if a service is active, and make it dependent of a PING master test. Now, when I reboot the machine, the Ping test will report OK, but probably the service will not yet be stated, and I want the Service test to wait some time before trying.
I think you may use "Test depends on expression" mode and expression like "Perform test if ('%::MasterTestName::SimpleStatus%'=='UP') and (%::MasterTestName::Recurrences%>2)
This way dependant test will be started when master test returned "good" status 3 times (or more) in a row.