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!
total free disk space on 1 server
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
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