Home Directory Plugins Web Servers Apache check_apacheconcreq

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_apacheconcreq

Rating
0 votes
Favoured:
0
Hits
95476
Files:
FileDescription
check_apacheconcreqcheck_apacheconcreq
check_apacheconcreq_1.1check_apacheconcreq_1.1
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!
Nagios script to check the number of concurrent requests being processed by Apache
Nagios script to check the number of concurrent requests being processed by Apache
This script has been written for the lowest common denominator of shells (sh) and uses //awk//, //grep// and //lynx// as external commands.
Also requires the mod_status apache module to be installed and configured.
NOTE: You may need to tweak your apache config to allow "apachectl fullstatus" to return information to the localhost or for the server you are running this on
e.g.

SetHandler server-status
Order deny,allow
Deny from all
Allow from localhost ...



Changelog:
1.0 - Initial release
1.1 - Added GPLv3 licence