I am attempting to make a widget to display a down situation for some of our nodes. This needs to be separate from the Down Nodes widget. I have the below SWQL query which works fine, but I would like for the widget to show the status icons and I am not sure how to get that to work.
SELECT IPAddress, Caption, Status FROM Orion.Nodes Where Caption LIKE '%imbox%' and Status LIKE '2'

