Hi, is there any way that we can only show fixed volumes ? I am running a NOC view for Top XX Volumes but it also shows physical and virtual memory sizes. I only want to to show fixed volumes.
Any ideas ?
Thanks
Solved! Go to Solution.
You can edit the resource and in the filter field input the below:
VolumeType LIKE 'Fixed%'
I've seen some cases where the volume type is Fixed Disk and FixedDisk - this will catch both types.
If you want to only show fixed disk volumes above a certain threshold:
VolumeType LIKE 'Fixed%' AND VolumePercentUsed >= 80
You can edit the resource and in the filter field input the below:
VolumeType LIKE 'Fixed%'
I've seen some cases where the volume type is Fixed Disk and FixedDisk - this will catch both types.
If you want to only show fixed disk volumes above a certain threshold:
VolumeType LIKE 'Fixed%' AND VolumePercentUsed >= 80
be aware, that this only works in english installations of solarwinds, I try to keep it language neutral and use WHERE VolumeTypeID = '4' Because my fixed disks are called "Eingebauter Datenträger"
SolarWinds solutions are rooted in our deep connection to our user base in the THWACK® online community. More than 150,000 members are here to solve problems, share technology and best practices, and directly contribute to our product development process.