Home Directory Plugins Reporting check_file_count.sh

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_file_count.sh

Current Version
1.2
Last Release Date
2015-03-17
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
  • Nagios Fusion
Owner
License
GPL
Hits
9261
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Checks a given path for an amount of files and returns warning/critical including performance data

Also supports include/exclude filelists and multiline output
Checks a given path for a amount of files and returns warning/critical including performance data

Usage: check_file_count.sh -p path -w warning -c critical -d max-depth -f filelist [-e|-m 1]
-w warning count
-c critical count
-p path to monitor
-m flag if path is a mounted path
-f pipe separated list of files includes or excludes
-e exclude/include list of files flag
-d max-depth, how deep to dive into folders

e.g.

# mounted path,max depth 1 => folder only
$ check_file_count.sh -p '/mnt/hydpoll' -w 3000 -c 5000 -f "file_to_ignore1|Thumbs.db" -e 1 -d 1 -m 1