Hard Drive Audit - Universal
0 Votes |
Versioning - This is the latest version.
1 | Hard Drive Audit - Universal | 6/20/2013 10:37:55 AM |
2 | Hard Drive Audit - Universal | 6/20/2013 10:51:51 AM |
3 | Hard Drive Audit - Universal | 9/16/2013 7:32:22 AM |
Description
Property Details
2994572 | |
Production - Fully Tested and Ready for Production | |
Hard Drive Audit - Universal | |
BESC | |
jgstew on 9/16/2013 7:32:22 AM | |
jgstew on 9/16/2013 7:32:22 AM | |
18399 Views / 233 Downloads | |
* Average over 2 ratings. ** Log In or Register to add your rating. |
Properties
Spaces of Drives
Period
6 hours
* Results in a true/false |
(name of it & " - Size: " & ((total space of it /(1024*1024*1024)) as string & " GB") & ", Used:(" & (((total space of it - free space of it)*100/(total space of it)) as string) & "%25) " & (((total space of it - free space of it) /(1024*1024*1024)) as string & " GB") & ", Free:(" & (((free space of it)*100/(total space of it)) as string) & "%25) "& ((free space of it /(1024*1024*1024)) as string & " GB")) of drives whose(exists name of it AND exists free space of it AND exists type of it AND exists total space of it AND type of it = "DRIVE_FIXED" AND total space of it != 0 AND total space of it > 1024*1024*1024)
% free space of system drive
Period
6 hours
* Results in a true/false |
((free space of drive of system folder) * 100) / (total space of drive of system folder)
Used Space of System Drive
Period
6 hours
* Results in a true/false |
(if (0<(it / (1024*1024*1024*1024))) then (it / (1024*1024*1024*1024)) as string & " TB" else if (0<(it / (1024*1024*1024))) then (it / (1024*1024*1024)) as string & " GB" else if (0<(it / (1024*1024))) then (it / (1024*1024)) as string & " MB" else if (0<(it / (1024))) then (it / (1024)) as string & " KB" else (it as string & " B")) of ((total space of drive of system folder) - (free space of drive of system folder))
Free Space of System Drive
Period
6 hours
* Results in a true/false |
(if (0<(it / (1024*1024*1024*1024))) then (it / (1024*1024*1024*1024)) as string & " TB" else if (0<(it / (1024*1024*1024))) then (it / (1024*1024*1024)) as string & " GB" else if (0<(it / (1024*1024))) then (it / (1024*1024)) as string & " MB" else if (0<(it / (1024))) then (it / (1024)) as string & " KB" else (it as string & " B")) of (free space of drive of system folder)
% used space of system drive
Period
6 hours
* Results in a true/false |
(((total space of drive of system folder) - (free space of drive of system folder)) * 100) / (total space of drive of system folder)
Relevance
version of client >= "8.0"
Sharing
Social Media: |
Comments
|
|
Hi brilliant works perfectly , please can the Spaces of Drives be concatenated ? as it shows multiple results when server has more than 1 drive |
|
|
ask for it on the forums and put @jgstew in it so I see it: https://forum.bigfix.com/ |
|
|
Hi jgstew, can help me for fixlet analysis all drive include total size of disk, used disk and free disk for windows and non-windows by using Gigabyte ? |
|
|
This analysis makes use of this relevance: http://bigfix.me/relevance/details/2996915 |