Search found 3 matches

by Nedmobiel
Thu Dec 15, 2011 3:14 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Only report when 2 seperate tests fail
Replies: 5
Views: 13170

Yep that did the trick. Did some testing and it worked. Only thing is, sometimes the first test generates an alert and sometimes the second one. But thats just how it works I guess. Would be nice to have a general alert that does not mention test 1 or 2, but just says "Internet connection down&...
by Nedmobiel
Tue Dec 13, 2011 9:36 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Only report when 2 seperate tests fail
Replies: 5
Views: 13170

If you want to start alert when both servers do not respond, use "advanced" mode for the action and condition like ('%::TestA::SimpleStatus%'=='DOWN') and ('%::TestB::SimpleStatus%'=='DOWN') and (%Recurrences%==1) Regards Alex Thanks Alex, but I don't have it working yet. My line is: ('%:...
by Nedmobiel
Tue Dec 13, 2011 8:37 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Only report when 2 seperate tests fail
Replies: 5
Views: 13170

Only report when 2 seperate tests fail

We want to test if our internet connection is working. To test this we want to use 2 url tests, one to www.microsoft.com and one to www.google.com. We only want an internet connection failed alert when both tests fail. Is it possible to only alert when 2 specific tests both fail? How can we set this...