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_nginx.sh





sh-compliant script to check the nginx webserver whether its running and to get requests and connections per second
check_mq IBM WebSphere MQSeries Queues Monitor





java program that check the depth of a queue. does not require MQ client!
check_mem_ng.sh





Compatible with Linux including RHEL 7+
This plugin is loosely inspired by check_mem v1.1 from Lukasz Gogolin
https://exchange.nagios.org/directory/Plugins/System-Metrics/Memory/check_mem-2Esh/details
I did a code rewrite and added a check of "free ...
check_maxq.ksh





Yes another website monitoring plugin. Bottom line is that I was fed up trying to get yet another webinject xml working properly. I stumbled across a tool called maxq ( http://maxq.tigris.org/ ) that has a proxy server built into it. All that was requir ...
check_mandrill





Mandrill is a transactional email API, it's reliable, powerful, and ideal for sending data-driven emails. https://www.mandrill.com/
Mandrill can both send and receive smtp based email via http webhooks. Mandrill's API can be used to query the volume of e ...
check_leavers





When employees leave a company, sometimes computer accounts are not deleted, meaning that they could become a security risk. This plugin checks for accounts of users who have left, using a central list of blacklisted usernames which is downloaded from a w ...
check_journyx.php - checks Journyx application page





This plugin checks whether the web page of Journyx Timesheet system opens and then tries to log in.
check_jmeter-scenario.pl





This plugin is able to check a JMX plan. You're now able to use a scenario to check your web server. This plugin is inspired by the work of Travis Noll (http://yoolink.to/eG3)
check_ironport.pl





check_ironport.pl is a Nagios Plugin, which requests specific parameters via SNMP from a Cisco Ironport Web, Mail and Management Security appliance.
check_image





Downloads image file from website to check its dimensions. Program takes three args: file url, height, width. If only the url is given then the program will use a default size of 1 x 1. The program will return success if the image dimensions match or ...
check_iis_site





A quick VB script to test the status of an IIS web site. Usage: cscript //nologo //T:60 check_iis_site.vbs "site comment"
check_iis8_site





Powershell to check if website in IIS 8 is started or stopped Can be used with nsclient ++
check_iis8_connections





Power shell script to check current connections in IIS Website version 8 or higher Can be used with nsclient++ check_iis8_app_pool_state = powershell.exe scriptscheck_iis8_app_pool_state.ps1 $ARG1$ check_default_app_pool = powershell.exe scr ...
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_ichains





The purpose of the plugin is to check individual websites for a user defined regex to be sure they are functioning properly. This plugin supports authentication to Novell IChains Single Sign On systems. This is a perl plugin for Nagios that is ePN capabl ...
check_http_xpath.pl





Check an XML web page for specific content using the XML XPATH syntax.
check_http_ntlm.pl





This script provides a method to check IIS webserver links that require NTLM Authentication.
check_http_header





check_http_header is a web content monitor written in perl. Checks http header for text. It`s very rare task... Standart nagios check_http checks only content for regexp existance. So, maybe this plugin will be useful for somebody exept me. retrieves h ...
check_http_curl.sh





This script connects to a site via curl and searches for a string in the web page.
If the string is not found it throws out an error and Nagios exit is set to 'critical'.
check_http_content





check_http_content is a web content monitor written in perl. Checks a URL for specific text.