Skip to content

Nagios plugin to check a list of folders recursively for files changes or new files using a PHP script.

License

Notifications You must be signed in to change notification settings

KristianI/nagios-check-dir-changes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Nagios plugin to check a list of folders recursively for files changes or new files using a PHP script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages