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.

VMAN Alert VMs with Old Snapshots

Hi,

I have an alert defined in VMAN for alerting VMAN Alert VMs with Old Snapshots. Is it possible to restrict the alert, if the VM is not a managed node in Orion?

SWQL Alert

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

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

Thanks