TOP LEVEL CATEGORIES
EXPLORE
Description:
This scripts allows you to check the quota for a specific user, a specific group or all quota users (based on the repquota output), or the dirquota output for directories in Windows systems.
Provides perfdata if requested.
Current Version
0.29
Last Release Date
2018-02-03
Compatible With
Owner
Frederic Krueger
Website
http://dev.techno.holics.at/check_quota
Download URL
https://github.com/fkrueger-2/check_quota
License
Apache
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Since the plugin is little more than a glorified repquota wrapper (ie. it works only on Linux as of now), it uses the repquota internals and returns the errorcode fitting the condition, that is returned by repquota. To quote from the script: $quota_status = "OK" if ($quota_status eq "--"); $quota_status = "WARNING" if ($quota_status eq "-+"); $quota_status = "WARNING" if ($quota_status eq "+-"); $quota_status = "CRITICAL" if ($quota_status eq "++");
You must be logged in to submit a review.
Your review has been submitted and is pending approval.
To:
From:
Your recommendation has been sent.