total free disk space on 1 server

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
Kris
Posts: 375
Joined: Wed May 12, 2010 3:22 am

total free disk space on 1 server

Post by Kris »

Hiya all,

Would it be possible to create a test that returns the total free disk space on all data disks, eg. D: E: F: G: (or something like that)

Or create a total of the results of individual free disk space tests?

Thanks!
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

WMI test
Query: Select FreeSpace from Win32_LogicalDisk
Alert if Total ...

Plus you may use "Tuneup Reply value" option with expression like
[%SuggestedReply% div 1024 div 1024] Mb

--

btw: what sense in such test?
System may have a lot of "total" free space but if system is out of space on critical system disk, its a big problem.

Note: Drive Free Space test may check all or selected disks and find disk with minimum free space

Regards
Alex
Kris
Posts: 375
Joined: Wed May 12, 2010 3:22 am

Post by Kris »

Hi Alex,

I will use it on a fileserver to get info on the total data growth.
After a while we can use it to forecast and buy disks :-)
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

I see. Thanks

Regards
Alex
Post Reply