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_http_formlogin_content





Log in on html form using WWW:Mechanize, check for expected content after login.
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_curl





Checks an url raise an alert if some problem is found. Uses curl with all its power, so you can extend your check with all curl options. Install: see readme or use pip3 install curlnagios
check_http_content_list





Check for spam words or any other blacklisted user defined word or words. A list of words can be given using a comma deliminator.
check_http_content (updated)





check_http_content-updated- Nagios script by CapSiDE SL - has been updated to generate graphs for pnp4nagios #------------------------------------------------------------------------------ # Updated by Vahid Hedayati April 2013 - (improves nagio ...
check_http_content





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





A single nagios checks summarizing a list of urls from file or stdin. This is useful if you've got a cluster and want to alerting on the overall health, and the hostnames are coming from some cloud. The hostnames can be pulled from whatever cloud api a ...
check_http_alt





Alternative HTTP checker for Nagios written in Perl, replacement for check_http. Advantages over the original plugin from nagios-plugins: - show full URLs and any relevant error message, and text strings checked for - log request and response, error ou ...
check_http_access





Check if we can reach list of URLs. Only checks for TCP connect to see if we are clear in the firewall.
check_https_proxy.py





Quick and dirty python plugin to check https site via proxy and proxy auth. it work but need to be validated in other environment.
check_https_cert





Perlscript for checking a https-servers, with a ssl-client-certificate.
check_https with port option





an improvised version of the check_https plugin
check_https - with virtual host support





An extended version of check_https with virtual host support, check_http style arguments and treats 404's as valid responces.
check_http.sh





Simple bash script using curl to check a website. It works on HTTP and HTTPS. Requirement: curl Usage ./check_http.sh Example: ./check_http.sh 'http://oglobo.globo.com' oglobo 1 OK - Site oglobo.globo.com key oglobo time 0.019 |'time'=0.019s; ...
check_http perl script





This plugin is _no_ replacement of the default check_http plugin, but it allows to define critical and/or warning status depending on content and/or http response code.
check_hrconf





NRPE-Plugin (NSClient++) that checks the states of a Adaptec Controller via hrconf and a cscript for Windows
Check_hp_switch_mem.sh





This is a Nagios Plugin that monitors the size (Kb, Mb, Gb) of the total/free/used memory of a HP Procurve Switch.
Warning and critical levels (in %) can be set, and plugin gives us perfdata output too, so it can ...