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_postfix_processed





uses logfile parsing to determine number of emails processed by postfix in the last 5 minutes. Performance issue on large logfiles is fixed in v1.1 Performance more improved by using awk in version 2. HINT!!! If the version2 does not work, and y ...
check_portsentry





Quick and simple check for number of portsentry bans in /var/lib/portsentry/portsentry.blocked.. Detects if running in atcp or tcp mode and reads appropriate logfile.
check_oom_killer





Look for the 'Out of memory' string in the /var/log/kern.log file. Its presence indicates the OOM Killer was activated. For more information: http://en.wikipedia.org/wiki/Out_of_memory
check_MostRecentFile





VBScript: for a given directory, it finds the most recently modified file and checks if its modification date is older than [w] or [c] minutes. It also checks if the file size is at least [z] bytes. It's useful for monitoring incremental log files with ...
check_log_any





check_log_any (new version 1.12) is a generic text log controler based on extendable params located in config. files, designed to control any text log file kind. It runs in 2 modes: as standard or as daemon which run as root and be able to access root acc
check_logs2





check_logs.pl improvement. Added dynamic array ref to support global configuration file
check_logfiles





check_logfiles is used to scan the lines of a file for regular expressions.
check_logfiles





check_logfiles searches for patterns in multiple logfiles.
check_log3.pl





check_log3.pl - a regular expression based log file parser plugin for Nagios and Nagios-like monitoring systems. Tested on Linux, Windows, AIX and Solaris. No dependencies on third-party Perl modules. This plugin will scan arbitrary text files lookin ...
check_log.ps1





Powershell version of check_log.sh nagios plugin Usage: .\check_log.ps1 .\check_log.ps1 log_file old_log_file pattern
check_last_logs





Check for a pattern in a log file in the last "X" minutes
check_in_logfiles.py





Searches log files for a patterns loaded from a pattern file. Usage check_in_logfiles.py :
check_iis.vbs





So How can we know the IIS server is responding to all petitions? Well I found a way to go directly in the IIS log files and get the results from there. They key was logparser Its very usefull to monitor, if the site is acting wierd or is being attacked ...
check_gwiarl





check_gwiarl is a Bash script to parse Novell GroupWise XML Log Files that are created by Redline from Beginfinate including Performance Data.
check_ftp_rw (w/performance meter support)





This is just a minor update to the check_ftp_rw plugin at: https://exchange.nagios.org/directory/Plugins/Network-Protocols/FTP/check_ftp_rw-%28w-2FSFTP-support%29/details The plugin is now able to put performance data to draw a performance sheet to ...
check_ftp_rw





check_ftp_rw uses Perl Net::FTP and Net::FTPSSL to check ability to login, change directory, read and write test file to/from FTP and FTPS.
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 ...