Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_apacheconcreq
95476
File | Description |
---|---|
check_apacheconcreq | check_apacheconcreq |
check_apacheconcreq_1.1 | check_apacheconcreq_1.1 |
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
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
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
Reviews (0)
Be the first to review this listing!