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





A plugin for Nagios which checks the firebird connection to a specific host by connecting to it and executing an SQL Statement which should return all relations between the tables which are in the database, be aware if you have an empty database without a ...
check_firebird.pl





Plugin for monitoring FirebirdSQL database status. Required perl modules: DBI DBD::Firebird Getopt::Long Nagios::Plugin
check_firebird.php





FirebirdSQL/Interbase monitor plugin. You could check service status, database status or use your own SQL to query database
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_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_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_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_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_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 ...
check_files_count





If too many files under a folder, raise an alert.
Check more: https://github.com/DennyZhang/monitoring/tree/master/files/check_file_count
check_filesystem





check_filesystem_e is a Windows plugin for Nagios, which checks the integrity of any files by their file size (checksum in bytes) A comma- separated list of Excludes is possible, supports also Regex for file names.
check_filesize_r.vbs





Based on: http://exchange.nagios.org/directory/Plugins/Uncategorized/Operating-Systems/Windows-NRPE/Check-File-Size/details 'Script to Monitor Windows file Sizes with Nagios 'Usage: check_filesize -p "path" -f "file(s)" -w -c 'By Felipe Ferreira ...
Check_filesize linux edition





This Perl script is used to keep an eye on the size of a file. Usage : Check_filesize.pl [size criticizes] [size warning] Example: Check_filesize.pl 2048 1024 Sending critical if the size exceeds 2048 Ko/Kby Sending Warning if the size exceeds 10