Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_dir_files perl
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!
directory and warn if this number exceeds a certain threshold.
NAME
check_dir_files
SYNOPSIS
check_dir_files -d /path/to/dir [-w xx -c xx]
DESCRIPTION
check_dir_files is a nagios plugin to monitor the number of files in a
given directory and warn if this number exceeds a certain threshold.
This plugin needs no additional Perl libraries.
ARGUMENTS
-d | --dir directory path in the file system we want to monitor
-w | --warning mininum number of files that if reached will ring the first warning
default is 1 file
-c | --critical minimum number of files that if reached will ring critical
default is 5 files
check_dir_files
SYNOPSIS
check_dir_files -d /path/to/dir [-w xx -c xx]
DESCRIPTION
check_dir_files is a nagios plugin to monitor the number of files in a
given directory and warn if this number exceeds a certain threshold.
This plugin needs no additional Perl libraries.
ARGUMENTS
-d | --dir directory path in the file system we want to monitor
-w | --warning mininum number of files that if reached will ring the first warning
default is 1 file
-c | --critical minimum number of files that if reached will ring critical
default is 5 files
Reviews (1)
bygmills, November 22, 2019
Just would like to know if this is a Windows plugin / linux or both
thank you
thank you