I am trying to create 1 alert that will monitor 1 specific volume on 4 different nodes (3 AIX servers and 1 Windows server) and send an alert if any of the monitored volumes exceed 80% utilization. Here is my alert configuration:
Trigger Alert when all of the following apply
Volume Percent Used is greater than 80
Trigger Alert when any of the following apply
Volume Description is equal to E:\ Label:VOLE Serial Number 8c2d9f01
Volume Description is equal to /dev/rms_backups
Volume Description is equal to /dev/u04_backup
Volume Description is equal to /dev/u06_data
When I try to save that, I get the error message "Please specify a complete Trigger Condition, Complex condition is empty, does not contain nested conditions.
I am sure the problem is with use of the Any and All in the alert, but I have tried several different ways to do this and am having no luck.