Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 799 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 799 Bytes

Nagios Check Directory Changes plugin

Check directory recursively for file changes or new files by Kristian Just.

Based on File size growth checking plugin for Nagios by Aaron Segura ([email protected]).

Usage

check_dir_changes.php -i <cfgfile> [-y <tmpdir>] [-l <logfile>] -w <warning> -c <critical>

    -i     Path to configuration file containing directories to check 
           (see configuration.php.example)
    -w     Number of files changed warning threshold
    -c     Number of files changed critical threshold
    -y     Directory to keep state files, defaults to /tmp
    -l     Path to log file

Changelog

  • 1.0 - 16/04/2018 First working version

Contact

Kristian Just

[email protected]