I have 10 servers assigned to an application that has a combination of 25 WMI and Process type components being monitored. I need to create a single alert profile that if any component belonging to that application is down to be alerted on. However the alert must check the component at least two times in the space of 2 minutes before an alert is triggered so as to avoid false positives.
Also if the node is down not to send any application alerts belonging to that down node but still continue to monitor the other 9 nodes irrespective and not suspend monitoring.
This is what I have so far..