How do I show % Used disk space?

I can see a counter for % free disk space, but my users want to see % used so that it’s consistent with CPU, memory etc.

Is this possible with SCOM & Squared Up?

You don’t have any performance monitor in Windows that collects “% used disk space” only “% free”. One solution could be to create a custom rule (probe monitor) that via vbscript does a calculation of the used space.

Some helpful links:
http://stackoverflow.com/questions/2903169/calculate-free-space-of-c-drive-using-vbscript

https://gallery.technet.microsoft.com/scriptcenter/70db3332-5fe9-49ab-b982-b98a766f5d63

https://scomanswers.wordpress.com/2015/03/18/scom-script-based-monitor-with-consecutive-sample-threshold/

4 Likes

You can achieve this with the OpsLogix Capacity Reports Management Pack:

Capacity Reports Management Pack

1 Like