We are having issues with drive space and I thought creating a group that just shows the Hard drive space would be good.
What would the dynamic query be to do this?
Thank you
The best way to do this would be with a report.
You can use the the report that already exists called "Available Space on each Volume". Just open that report in the Report Writer and in the Filter Results tab add an elementary condition that says "Volume Type is equal to Fixed Disk". You can make any additional tweaks to the report there as well. This should give you what you are looking for.
Hope this helps!
So the request is we need a list of all servers that have less than 5GB free or less than 10% free space.
My Trigger Condition is:
Trigger Alert when all of the following apply
VolumeType is equal to Fixed Disk
Volume Percent Used is greater than or equal to 90
I need to add the 5GB free. Shouldn't I be able to do something like this:
Trigger Alert when any of the following apply
Volume Space Used is less than 5120
Thanks again for the help