Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Category: Apache
Nagios plugins for monitoring Apache.
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 Apache Balancer Member
github.com/mintsoft/check_apache_balancer_membersChecks the status of balancer workers through the balancer manager page. The check goes critical if there are no enabled/valid workers or if there are workers in the Err state.
Check Apache Load
www.boreal-labs.comThis plugin checks the CPU percentage used by the Apache process.
Check Apache Requests
www.boreal-labs.comThis plugin checks the number of requests per second handled by the apache process.
check apache website
This plugin checks the amount of access to your server since the past X minutes activity using apache log file. This plugin is able to select website or Ip source to check/ignore Here is the different options -i, --delay=STRING how many access ...
Check Status Code Apache
www.anothersmith.co.ukquick perl script to scrape http access logs for a specific error code and report them back to nagios with running totals, output for pnp4nagios included also
check website for changes
After we had a few hacked websites on our webservers we needed to check if a website has been manipulated. As there are a few online offers some for free and some for a monthly fee I tried to create a plugin for our Nagios server. I hope you like it ...
check_access_log.pl
typo.pburkholder.com/2010/10/24/graphing-access-log-status-wParses the last 5 minutes (-m option) of your httpd access log and goes to warning or critical if the number of 200 OK is below your threshold. Use with pnp4nagios and templates on my sites for some lovely graphs of your status breakdown over time. Re ...
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
fooforge.com/sh compliant script to check Apache's HTTP Server via mod_status and ps
check_apache2_status
This plugin a bash implementation of an earlier one in perl by mike http://exchange.nagios.org/directory/Plugins/Web-Servers/Apache/Check-Status-Code-Apache/details ; It dependent on the logtail perl script attached which should be accessible in the path ...
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.txtEnhanced 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)
github.com/Dennis1000/nagios-check_apachestatus_autoA 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_certificates
Plugin designed to check when a https certificate will expire. It's can be used with any certificate.
check_apache_serverstatus
github.com/bbusschots-nuim/check_apache_serverstatusA plugin which alerts when ever there are too few apache slots free, or, when too many slots are in the R state, which is indicative of a slowloris-style DOS attack.
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_apache_watch
Requests and Documents per second per host monitoring using mod_watch for Apache.
check_mod_jk_status
www.hs-niederrhein.deCheck the status of mod_jk load balancers by analysis of jkmanager's XML page from status
check_vhosts.pl
www.steek.comcheck_vhosts.pl checks all virtual hosts of an running Apache2 instance.
nagios-apache
github.com/jasonhancock/nagios-apacheA Nagios plugin to monitor apache via the mod_status module. This plugin assumes you have mod_status enabled and ExtendedStatus set to On.
Robert Becht
www.habited.netcheck_apache-auto.pl Fetches the 'server-status?auto' page of an apache server, extracts all information and evaluates them. This script is based on ideas from that offered on "Nagios Exchange" (http://exchange.nagios.org/components/com_mtree/attachmen ...
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 ...