Hey all,
Currently I am using this query as the trigger condition for drive space alerts.
where VirtualMachines.VirtualVolumes.SpaceUtilization >= 94
I'm creating a new alert that is specific to a certain VM that has different storage needs. How can I modify this query to specify the VM I want to monitor?
TIA