When I setup alerting so as to be notified whenever a volume goes over 90% - it is including physical RAM in addition to disk drives. How can I setup alerting to only apply to disk drives?
Hi
Try using an additional check on VolumeType and "Trigger alert when ALL of the following apply".
Your trigger should look something like this:
Volume Space Used is greater than 90
VolumeType is equal to Fixed Disk
That should do it.
Alan
Thanks L00pback.
Its worked for me also.