Display depending on status

Hi
Pulling data from SCOM to display status of set of applications.
Is it possible to display ONLY those who are “Red”/have issues?
A client only wants to see applications with issues.

Assuming your Health State is properly determined, in your scope, set the criteria to HealthState = 3
image

You may want to look at the link on using criteria.

This won’t work for rules though, there you would likely need to create an alert view and then use the filter section and leave the criteria empty.

1 Like

@pchip has hopefully provided the answer - as SCOM rules don’t have a health state, any alert from a rule won’t turn the application yellow \ red so the best you can do is include the alert in a separate tile.

Is this sufficient for your client or are they looking for something more? Feel free to respond if your client still has questions.