Hi All
So I believe I have a syntax issue and was looking for some help?
So I'm needing to create a query to give display in a view of a list of all down nodes but not un-managed ones ...with a couple of custom fields and the status bubble and clickable link .... here's what I have so far.... any help would be appreciated.
Here's the SQL I'm using:
SELECT StatusLED, Caption, NodeID, GroupStatus, NodeName,
Nodes.CustomProperties.Alert_Team, Nodes.CustomProperties.Environment
FROM Orion.Nodes WHERE Status = 2 and
Unmanaged <> 1
Here's what I get: