Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Apache Load
0.1b
2011-02-10
- Nagios 3.x
GPL
110510
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!
The usage of this plugin is based on the information provided by mod_status Apache module, thus both the module installation on the server side and setting the Apache ExtendedStatus directive (ExtendedStatus on) are requirement.
mod_status returns information through HTTP, so this plugin doesn't require being executed on the server side, and thus, doesn't require the installation of operating systema agents as NRPE.
This plugin is Nagios 3.x (ePN) compatible and returns CPU load as performance data. The attached README file completes this information.
____________________________________________________________
EXAMPLE USAGE
#./check_apache_load.pl -H localhost -w 80 -c 90
#APACHE_LOAD OK - 0.133747% cpu load | CPULoad=0.133747%
Explanation:
It returns WARNING if CPU Load is higher than 80% and CRITICAL if CPU Load is higher than 90%.
In this case it returns OK because check has been performed succesfully.
mod_status returns information through HTTP, so this plugin doesn't require being executed on the server side, and thus, doesn't require the installation of operating systema agents as NRPE.
This plugin is Nagios 3.x (ePN) compatible and returns CPU load as performance data. The attached README file completes this information.
____________________________________________________________
EXAMPLE USAGE
#./check_apache_load.pl -H localhost -w 80 -c 90
#APACHE_LOAD OK - 0.133747% cpu load | CPULoad=0.133747%
Explanation:
It returns WARNING if CPU Load is higher than 80% and CRITICAL if CPU Load is higher than 90%.
In this case it returns OK because check has been performed succesfully.
Reviews (0)
Be the first to review this listing!