This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Modern Dashboard - Widget - Data Center View

Hello, here a small but fuctional widget for modern dashboards that provides a view for a set of nodes, its ip details and status, you can click on top of SysName and it will take you to the nodes details page.

Data Center
SysName IP Address  Status
DC-CORE1 192.168.70.1 Up
DC-CORE2 192.168.70.2 Up
DC-CORE3 192.168.70.3 Up
DC-CORE4 192.168.70.4 Up
DC-CORE5 192.168.70.5 Up
DC-CORE6 192.168.70.6 Up
DC-CORE7 192.168.70.7 Up
DC-CORE8 192.168.70.8 Up
DC-CORE9 192.168.70.9 Up
DC-CORE10 192.168.70.10 Up

SELECT 
SysName, Caption, IP, Status,  StatusDescription,  
DetailsUrl AS [_LinkFor_Caption]  
FROM Orion.Nodes   
WHERE SysName LIKE 'DC-CORE%'