So, the classic dashboard has a nice widget for Top XX Nodes By Average CPU Load. I have not been able to duplicate this on the Modern Dashboard. Has anyone else been more successful than myself? Thanks.
This is one that I have in Modern Dashboards myself.
This is my SWQL Query, but the query doesn't do any of the fancy formatting.
SELECT TOP 10 Caption AS [Node Name], Status AS [Node Status], DetailsUrl AS [Node Detail URL], IPAddress, Vendor, VendorIcon, CPULoad AS [CPU Usage]FROM Orion.NodesWHERE CPULoad > 0ORDER BY CPULoad DESC
The formatting is done in the widget configuration. So you'll want to mirror the screenshots for each section. I'm only showing 4, the other columns entries you can click the trash icon to remove.
Awesome, thank you very much. I got close but this blows away what I was trying to create.