I would like to check the availability of DNS in our Network.
I like to have a test which depends on other test (DNS - test of two / three individual dns-servers. (test are already working).
The Master test should Return
Good: if one or more Tests have simplestatus up
Bad: only if all test have simplestatus down
We tested a lot of things p.a. with the expression (('%::test1 - Domain Name Service::SimpleStatus%'=='UP') or ('%::test2 - Domain Name Service::SimpleStatus%'=='UP'))
and some options with the warning status but didn´t get it working
