Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Check free space on windows partitions. It tries to resemble as much as possible with check_disk from the Official Nagios Plugin package. ** Modified Barry W. Alder 2013/09/24 changed code so that an error is reported if no disks are found with the /x flag and an error is reported if the disk specified in the /d flag is not found
Current Version
Last Release Date
June 12, 2009
Owner
Nagios Exchange
check_disk
It checks all partitions, a list or all but an exclusion list. Limits can be in % or in standard units (B | kB | MB | GB)
Results are displayed in standard nagios format.
cscript //Nologo check_disk.vbs /w:INTEGER /c:INTEGER [/p] [/d:DRIVE_LIST | /x:DRIVE_LIST] [/u:UNITS] [/h]
/w: warning limit
/c: critical limit
/p: limits in %, otherwise in UNITS
/d: included drives list
/x: excluded drives list
/u: B | kB | MB | GB, default MB
/h: this help
check_disk.vbs /w:15 /c:5 /p /d:CDE /u:kB - result will be displayed in kB, limits are in percents
check_disk.vbs /w:500 /c:250 - result will be displayed in MB, limits are in MB, all fixed drives
If a filesystem is checked which does not exist the plugin returns OK with an empty list! This is a bug or at least dangerous because a file system could have existed before and may have a problem now. So it should at least return a warning imho.
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!