Need some swql for kpi widget for network interfaces that are down - i have tried the following but it gives me all the node details i just want the actual amount rather than the interfaces for each node etc,
SELECT
i.InterfaceName,
i.Caption,
i.Status,
i.Node.Caption
FROM Orion.NPM.Interfaces i
Thanks