I'm trying to suppress an alert based on whether the triggering node is on the same subnet (custom property) as another specific node.
Yes, I do know I could have an alert for each subnet but this could be impossible to maintain after a certain point
example
if NodeT.subnet=NodeR.subnet AND
NodeR.IP=X.X.X.X AND NodeR.Status <> UP then suppress
I see the Complx Condition option but no real documentation of examples of how to put one together.