We have some situations whereby there is no need to check services B, C and D if service A is down (as they are dependent on A being reachable to start with). This gives quite a few notifications that are not really needed, and it would be good to prevent them for clarity's sake even.
Just suppose you ping a web server and 5 sites on that server. If the ping fails, checking the sites is no use, as they will not be available by default.
I hope I explained that correctly.
An old check solution we used had that, and we have been missing that ever since. Would love to get this.