I am trying to create a custom widget on our main monitor page to show down AP's from our WLC controllers. The goal is to have our NOC have a one glance view into down AP's from the home monitoring page. I have come up with this SWQL that will give me all the down Access Points, but I am having trouble figuring out how to make the status show as the down.gif icon.
SELECT DisplayName
, IPAddress
, Status
FROM Orion.Wireless.AccessPoints
WHERE Status = '0'
I want it to show up like the nodes in "Down Nodes" widget with the red circle next to the down AP