Hi All,
We have around 100 sites in our SolarWinds NPM and the Dashboard is now starting to look a little cluttered with various SQL filters i have added for our device types.
I have downloaded the OrionSDK and have been playing with the queries but honestly I am a novice here and could really do with some help with what I am trying to acheive, which in turn will hopefully assist others in the future if they have similar requirements.
I have created quite a few custom properties within NPM for the nodes and two of these would be what I'd plan on using for the most part with filtering for each of the device types;
SW_Site - Site name assigned to a node (e.g. Site 1)
SW_DeviceType - Firewall, SD-WAN, Switch, Access Point, Printer, Server
The below is ideally what I’d like to achieve via a custom table where a single LED represents the health of a particular Device Type (SW_DeviceType) for a given site (SW_Site), and ideallly with the option to hover over an LED to see the status of all devices within that category (e.g. hover over Swiches and these are all listed with health/ LED status).
Site | Firewalls | Switches | Access Points | Printers | Servers |
site 1 | Green LED | Green LED | Amber LED | Red LED | Green LED |
Site 2 | Green LED | Green LED | Green LED | Green LED | Green LED |
Site 3 | Green LED | Green LED | Green LED | Green LED | Green LED |
If that's achievable the final step would be to place those sites with a greater number of RED status's at the top of the list?
Hopefully thats enough info this far, let me know if further detail is required?
Gary