Currently I have alerts for any volume that exceeds 98% utilization. I need to set up an additional set of alerts that trigger at 95% for only C: or / (root) volumes. I have a SQL query that should be able to help me set up the alert:

From there I could set up the alert to trigger only if the Caption is "C:" or "/", but I don't know how I can add this SQL query into the trigger conditions on the alert.