Comments
-
I’d suggest using a PerfStack widget for this. Looks good and makes it easy to see the history. I attached an image of the one on our dashboard looks like. If that’s not your style you could use a KPI widget with one block being the received Bandwidth: SELECT InPercentUtil FROM Orion.NPM.Interfaces WHERE InterfaceID=4315…
-
Are you referring to making KPI widgets on the modern dashboard to show this data, or are you asking if you can add KPI widgets to reports?
-
I haven't been able to find an automatic way but this is what I did in order to convert the data. You would need to select the Hand-Edit SWQL option and use this Query: SELECT v.Node.Caption AS NodeName , v.DisplayName AS VolumeName , CASE WHEN v.Size >= 1099511627776 THEN CONCAT ( ROUND(v.Size / 1099511627776, 2) , ' TB'…
-
Works Great! FYI, you will need to change the SQL Variable to ${SQL: SELECT dbo.GetDependentNodes (${N=SwisEntity;M=NodeID})}