This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

excluding a Virtual machine from monitoring on a SWQL Alert

i am using one of the canned VM alerts. "VMs with Old Snapshots" and i would like to exclude one VM Guest from the monitoring of this alert. here is what i have now.

SELECT VirtualMachines.Uri, VirtualMachines.DisplayName FROM Orion.VIM.VirtualMachines AS VirtualMachines

where DayDiff(virtualmachines.OldestSnapshotDate,getdate())>30


what would i add to exclude a single VM guest from this alert.


Thank you for your help.