I have configured the following alert and it works well but when ever i add the alert suppression condition all the alerts gets suppressed.
Trigger query |
---|
SELECT DISTINCT Volumes.VolumeID AS NetObjectID, Volumes.FullName AS Name FROM Nodes INNER JOIN Volumes ON (Nodes.NodeID = Volumes.NodeID) WHERE ( ( (Volumes.VolumeSize >= 322119397376) AND ((NullIf(VolumeSize,-2)-NullIf(VolumeSpaceUsed,-2)) <= 16106127360) AND (Nodes.Group_Tag = 'SUN')) OR ( (Volumes.VolumeSize <= 320116583424) AND (Volumes.VolumePercentUsed >= 94.98634) AND (Nodes.Group_Tag = 'SUN')) ) |
Reset query |
Reset action(s): |
Suppression query |
SELECT Count(*) AS Supress FROM Volumes WHERE ( (Volumes.VolumeType = 'RAM') OR (Volumes.VolumeDescription LIKE '%/rmanbackupfortape%') OR (Volumes.VolumeDescription LIKE '%/cdrom/sol_10_1009_sparc%') ) |