Comments
-
Not sure if this is the type of thing you are after or not... This SWQL query returns nodes that are either muted, or have scheduled mutes coming up. SELECT N.Caption AS Name, toLocal(A.SuppressFrom) AS "Start", toLocal(A.SuppressUntil) AS "Stop", n.DetailsUrl AS [_LinkFor_Name], '/Orion/images/StatusIcons/Small-' +…