I'm trying to create an alert for when disk space gets to a certain threshold, but it will be different depending on the volume size. I hope this is the correct forum to put this question in.
How would I setup the trigger conditions for the following:
If volume is greater than or equal to 500GB - trigger when disk space is utilizing great than or equal to 90% AND available disk space is 10GB or less.
OR
If volume is less than 500GB - trigger when disk space is utilizing great than or equal to 90% AND available disk space is 5GB or less.
Trigger Alert when any of the following apply
Trigger Alert when all of the following apply
VolumeType is equal to Fixed Disk
VolumeSize is greater than or equal to 536870912000
Volume Percent Used is greater than or equal to 90
VolumeSpaceAvailable is less than 10737418240
Trigger Alert when all of the following apply
VolumeType is equal to Fixed Disk
VolumeSize is less than 536870912000
Volume Percent Used is greater than or equal to 90
VolumeSpaceAvailable is less than 5368709120