Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
CheckFileCountWithPerf
Meet The New Nagios Core Services Platform
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.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Plugin for Nagios to monitor how many files a directory contain
Written by Bernd Mueller (http://www.lisega.de/)
Change History
2011/12/27 -- Added perf data for graphing
- Mike Clark, Masergy Communications, Inc (www.masergy.com)
You are free to use this script under the terms of the Gnu Public License.
No guarantee - use at your own risc.
Usage: ./check_nomoffiles -d -w -c
Description:
This plugin determines the number of files in a directory
and compares it with the supplied thresholds.
Output:
The plugin prints the Count of Files in the directory followed by "ok" or either "warning" or "critical" if the corresponing threshold is reached.
Exit Codes
0 OK Directory Count of files checked and everything is ok
1 Warning Directory Count of files above "warning" threshold
2 Critical Directory Count of files above "critical" threshold
3 Unknown Invalid command line arguments or could not determine directory size
Example: check_numoffiles -d . -w 1000 -c 1400
121 Files in . - ok|files=121;1000;1400 (exit code 0)
1234 Files in . - warning|files=1234;1000;1400 (exit code 1)
1633 Files in . - critical|files=1633;1000;1400 (exit code 2)
Written by Bernd Mueller (http://www.lisega.de/)
Change History
2011/12/27 -- Added perf data for graphing
- Mike Clark, Masergy Communications, Inc (www.masergy.com)
You are free to use this script under the terms of the Gnu Public License.
No guarantee - use at your own risc.
Usage: ./check_nomoffiles -d
Description:
This plugin determines the number of files in a directory
and compares it with the supplied thresholds.
Output:
The plugin prints the Count of Files in the directory followed by "ok" or either "warning" or "critical" if the corresponing threshold is reached.
Exit Codes
0 OK Directory Count of files checked and everything is ok
1 Warning Directory Count of files above "warning" threshold
2 Critical Directory Count of files above "critical" threshold
3 Unknown Invalid command line arguments or could not determine directory size
Example: check_numoffiles -d . -w 1000 -c 1400
121 Files in . - ok|files=121;1000;1400 (exit code 0)
1234 Files in . - warning|files=1234;1000;1400 (exit code 1)
1633 Files in . - critical|files=1633;1000;1400 (exit code 2)
Reviews (0)
Be the first to review this listing!