Search found 1 match

by craig
Mon Sep 20, 2004 4:55 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: how to setup test in sequence
Replies: 2
Views: 12375

how to setup test in sequence

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 emai...