Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Search Results
The search results below show both sub-categories and individual listings that match your search criteria.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!
Submit Your Nagios Project!
Help build Nagios Exchange for yourself and the entire the Nagios Community by your Nagios project to the site. It's easy - just create an account, login, and add a new listing. Read the FAQ for instructions.check_file_numbers





This will total up fles on specific directory paths that match a certain wildcard pattern e.g. how many pdf files are in a particular area. Can be used as a test that various housekeeping functions are not letting e.g. log files build up. This has the ...
check_file_monitoring





Plugin in python to be run remotely via check_by_ssh on a FTP/SFTP/SCP server (in my case NAS synology). It allows to monitor if a file (like a backup of a device) is created regularly and optionally validate it against a md5 if available. It runs as fo ...
check_file_md5.pl (Advanced Nagios Plugins Collection)





Checks a file's md5 checksum against an expected value
check_file_md5





Script to arbitrarily monitor the md5 checksums of any given file and throw a warning when a file is changed. Script is self-maintaining, in that it will update its own cache of checksums after a mismatch - this way, you don't have to remember to update t ...
check_file_line_count





This nagios check checks the number of lines in a file and alerts when exceeding the given warn/crit values 0.2 Added checks for non-existant file 0.1 Initial release
check_file_integrity





Checks integrity of a given file.
check_file_history_logs





Checks for critical or warning errors on windows file history logs
check_file_exists_glob





Check for existence or non-existence of a file or files - using glob patterns.
check_file_exists / check_reboot





Plugin principal teste la prĂ©sence ou l'absence d'un fichier Plugin secondaire teste si la machine soit ĂȘtre rebooter (Ubuntu 12.04) Main plugin check if a file exists or not exists dependening on a parameter Secondary plugin check if the devic ...
check_file_exists





Simply script to check if a file exists or not. - return OK if file exists - return CRITICAL if the file does not exists
check_file_descriptors.pl (Advanced Nagios Plugins Coll...





Counts the number of total allocated file descriptors on a system. Designed to be called over NRPE
check_file_crc.pl (Advanced Nagios Plugins Collection)





check_file_count_below.sh





This is going to check the number of files in a specific directory is below certain thresholds and return results in a nagios compatible format. Usage: -d = Directory to be checked. Example: "-d /tmp/". Required parameter. -w,-c = Warnin ...
check_file_count.sh





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





Plugin to check/count the number of files and/or directories (incl/excl subs). Warnings on low/high/equal.
check_file_content





Check if a string or a chain provided by -s option is present in a file which is critical when the number of founded line(s) is bigger than one provided by -c option. It works with local file or with file on cifs sharing with smb protocol, in the futur, ...
check_file_checksum.pl (Advanced Nagios Plugins Collect...





Check a file's checksum against an expected value
check_file_age_fmt





Human-readable version of Steven Grimm's check_file_age
check_file_ages_in_dirs





This plugin pulls all files in each specified directory, and checks their created time against the current time. If the maximum age of any file is exceeded, a warning/critical message is returned as appropriate. This is useful for examining backup directo ...