I have some alerts that are triggering but I believe they should not be.
This is the query that is listed int the web console. I can see that node status piece is wrong.
SELECT DISTINCT Nodes.NodeID AS NetObjectID, Nodes.Caption AS Name FROM Nodes WHERE ( (Nodes.Status = '2') AND ( (Nodes.DisableAlerts <> 1) OR (Nodes.Status <> '9')) )
How should I exclude any node that is unmanaged and/or has DisableAlerts = true?