I have a single Component applied to 4 nodes that will show an up or down status if a service is running.
I want to trigger an alert if the Component is running on less than 2 servers.
So Component "Down" < 2 then trigger.

I can't figure out what to use in the last line, looking for a way to count the number of instances that are down.
Thank you for your help,
Richard