Category: Apache

Nagios plugins for monitoring Apache.

Bookmark and Share

A Message From The Founder

Help Build Nagios Exchange!

We're looking for assistance from you! Help build Nagios Exchange for yourself and the entire the Nagios Community by adding new addons, plugins, and projects to this site. It's easy - just create an account, login, and post a new listing. Read the FAQ.
Category Listings:
There are 11 Listings in this Category.List your addon or plugin here!

check_apache2.py

www.matejunkie.com/

Script written in Python to check Apache2's server-status page with warning/critical threshold for req/sec

check_apache2.sh

www.matejunkie.com/

check_apache2.sh sh compliant script to check Apache's HTTP Server via mod_status and ps

check_apacheconcreq

Nagios script to check the number of concurrent requests being processed by Apache

check_apacherequest

This plugin checks the amount of request on apache servers.

check_apachestatus

A Nagios plugin that parses the status page of an apache server, the plugin returns the response time, the amount of idle, busy and open slots. The perfdata returns the status of all slots. Optionally you can specify how much slots should be available.

check_apachestatus with performance data

www.behrens.in/download/check_apachestatus.pl.txt

Enhanced version of Lieven De Bodt's check_apachestatus.pl that produces correct performance data for PNP. Requests/sec, kB/sec and kB/Request were added to the output. Bugfix 20080930: When Apache reported "nnn B/sec" instead of "nnn kB/sec", plugin fail ...

check_apachestatus_auto (with lighttpd support)

www.spreendigital.de/blog/nagios/?#check_apachestatus_auto

A Nagios plugin that parses the status page of an apache or lighttpd server and returns the amount of idle, busy, open and total slots, as well as Requests/sec, Bytes/Request and Bytes/sec. Usable with user authentication and non standard apache server-st ...

check_apache_status

www.pro-md.de/nagios/check_apache_status

[perl] Yet Another (more generic) parser for Apache's server-status handler. Fetches the server-status page of an apache, extracts some information and evaluates them. Tested with Apache 2.0 - not (yet) working with Apache 1.x

check_vhosts.pl

www.steek.com

check_vhosts.pl checks all virtual hosts of an running Apache2 instance.

Web service monitoring w/ Nagios and JSON

pkropf.blogspot.com/

I've written a blog posting that shows how to use JSON formatted data to monitor details of a remote service. The example shows how to monitor the hostname of the system on which an apache web server is running. It's fairly trivial to extend this example ...