How do I get the proportion widget for critical servers to show how many?
What is the SWQL code for showing the number of critical events.
I am using SELECT Count(*) AS UP FROM Orion.Nodes WHERE Status = 1 which shows all the number of nodes

but I when I put SELECT Count(*) AS UP FROM Orion.Nodes WHERE Status = 14 for critical, It comes up as zero.
