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_foreman.pl (for puppet and chef environments)





Report and alert on puppet-managed nodes which are failing or out-of-date.
This plugin is for a puppet-controlled environment, which has 'The Foreman' installed.
check_folder_size_percentage





Usage ./check_folder_size_percentage.sh -f dir [-s (k|m|g)] [-w (percentage)] [-c (percentage)] -f Folder to check -s k (Kilobytes) m (megabytes) g (gigabytes) -w Warning level -c Critical level This plugin is the percentage version by check fold ...
check_flexlm (quorum, expiration)





This is a fork of the stock check from nagios-plugins. In addition to triad/quorum monitoring, this version also alerts on feature/increment/upgrade expiration. While the feature expiration detection is well-tested, I have no triads so I can't regressi ...
check_flexlm





Checks Macrovision FLEXlm license servers. (Requires the lmutil utility for your OS running Nagios - see www.macrovision.com to obtain this).
check_firebird.sh





check_firebird is a Nagios plugin to check a specific Firebird Servers. check_firebird -u user -p password -H host -a action Options: -H/--host) Host Name of the server -u/--user) User name for authentication on Tomcat Manager Ap ...
check_firebird





Checks if a the firebird server is active and loginable with a user and a password at a host and if there is posible a conection using a especific database You need php5 and php5-interbase packages instaled in your linux system
check_find_new_hosts





This plugin can scan a subnet for hosts that Nagios is NOT monitoring and add them to Nagios.
check_file_time





Primitive (for now) plugin that takes three parameters (filename, warning, and critical) to check if filename's modification time is older than "warning" or "critical" as defined in seconds.
check_file_system_changes





This is a plugin that accepts a given number of changes, a directory, and a list of events to watch for. It returns the amount of time it has taken for the given number of changes (as defined events in FileSystemWatcher [changed, created, deleted, rena ...
check_file_stat





This Python 2.6 check verifies if a generic not empty file owns the expected uid, gid and mode.
Simply adapt it to your needs.
check_file_present





Check_file is a plugin which checks to see if a specified file is present in a directory.
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





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_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_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 ...