I want to setup 3 tests, e.g.
test-1: http://www.yahoo.com
test-2: http://www.cisco.com
test-3: http://www.google.com
I want to run test-1 every minute. Run test-2 only when test-1 failed, and run test-3 only when both test-1 and test-2 failed. If all three tests failed, I want to send an alert email.
Is that possible to setup and how?
I saw the "master" and "dependent" concept. However, "salve" test will be kicked out only when "Master" test is in "alive" condition, I want it to run in "DOWN" or "UNKNOWN" condition. Maybe I am wrong??
Any help?
Thanks in advance.
-Craig
how to setup test in sequence
You are wrong. For each Master test you can choose the condition to perform the dependent test based on the status of the Master test:I saw the "master" and "dependent" concept. However, "salve" test will be kicked out only when "Master" test is in "alive" condition, I want it to run in "DOWN" or "UNKNOWN" condition. Maybe I am wrong??
- "Alive";
- "Alive" or "Unknown";
- "Dead";
- "Dead" or "Unknown".
When you add new master test to the list, please look at "Condition to test" option.
Regards
Alex