Websites, Forms and Transactions

Nagios plugins for monitoring websites, web forms, and web transactions.

Nagios CSP

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!

Showing 11-20 of 67 results.

Sort by:

Websites, Forms and Transactions
check_end2end.pl – automate a website navigation
https://github.com/kromg/nagios-plugins

check_end2end.pl is a plugin allowing automation of web navigation through the definition of a list of steps to be performed. It is based upon LWP::UserAgent…

5 (1) License: Other by: Giacomo Montagner
Websites, Forms and Transactions
check_curl_ng

This is a Plugin to check websites with http or https, including proxy support. It has the ability to search for strings in the returning…

License: GPL by: Tom K. Erb
Websites, Forms and Transactions
check_website_by_selenium
https://github.com/exensio/selenium-nagios-plugin

This is a simple Nagios Plugin which starts a Selenium JSON script. It requires Selenium Grid and SeInterpreter. Currently, it outputs only OK or CRITICAL.…

License: MIT by: Roland Rickborn
Websites, Forms and Transactions
http-json – Rule based JSON parser via http(s)
https://github.com/drewkerrigan/nagios-http-json

Installation Requirements Nagios Python Nagios Configuration Assuming a standard installation of Nagios, the plugin can be executed from the machine that Nagios is running on.…

5 (1) License: Apache by: Drew Kerrigan
Websites, Forms and Transactions
check_cas_auth
https://github.com/shawnsustaita

check_cas is used to authenticate to a CAS (Central Authentication Service) server via an HTTP(S) POST of credentials (ie username and password).

License: MIT by: Shawn Sustaita
Websites, Forms and Transactions
check_varnish_misses

anders@nagios:~$ /usr/local/lib/nagios/plugins/check_varnish_misses Use -u at /usr/local/lib/nagios/plugins/check_varnish_misses line 17.

License: BSD by: Anders Nordby
Websites, Forms and Transactions
nagios-check-website
https://github.com/catinello/nagios-check-website

Check website accessibility by return code and execution time. - specific URL support - ssl option - alternative port - fake user agent - proxy…

4 (6) License: MIT by: Antonino Catinello
Websites, Forms and Transactions
check website access

Usage: check_website -u [-C ] [-w ] [-c ] -C, --code=STRING default : 200 -u, --url=STRING the url of the website to check -w, --warning=STRING…

Websites, Forms and Transactions
check_http_content_list

./check_http_content_list.py -u exchange.nagios.org -w spam,ham,for,dinner you can also check a list of words and a list of sites ./check_http_content_list.py -u exchange.nagios.org,www.nagios.org,www.nagios.com -w spam,ham,for,dinner Works on…