HTTP

Nagios plugins for monitoring HTTP.

Showing 1-12 of 29 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
A POSIX shell script (that can be used as a Nagios/Icinga plugin) to check an SSL/TLS connection and certificate
A nagios plugin to check HTTP requests which allows you to run a series of checks, retaining some state information (so you can for example…
This is a plugin that allows you to monitor data returned by a RESTful API.
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…
Check HTTP with JSON performance data Performs a basic HTTP check, parses the body as JSON and returns it as performance data. The response time…
This NagiosĀ® compatible plugin allows you to check allowed/blocked URLs. With check_proxy_http_url, you can check URLs through a proxy, follow correctly 302 redirections, and specify…
Check expiration and/or validity of SSL/x509 certificates. Supports STARTTLS and check through a proxy server.
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…
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…
This perl script reads the output of a verbose check_http and creates a file with this content when status is not HTTP OK.
Quick and dirty python plugin to check https site via proxy and proxy auth. it work but need to be validated in other environment.
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…