Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_apachestatus_auto (with lighttpd support)
101814
File | Description |
---|---|
check_apachestatus_auto.zip | v1.0 |
check_apachestatus_auto.tgz | v1.1 |
nagios-check_apachestatus_auto-v1.3.zip | v1.3 |
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!
A Nagios plugin that parses the status page of an apache or lighttpd server, the plugin returns the response time, the amount of idle, busy, open and total slots. The perfdata returns the status of all slots including Requests/sec, Bytes/Request and Bytes/sec. Optionally you can specify how much slots should be available. Use http(s) and basic user authentication with non standard server-status urls. This is an enhanced version of an enhanced version of Lieven De Bodt’s check_apachestatus.pl.
Why an extra plugin?
First it uses the ?auto parameter instead of parsing the human readable status output - this reduces possible parsing errors. Then it uses a different syntax of the url parameter. And notably most of all it recalculates the Request/sec and the other values by itself instead of using the given apache server-status values.
Why recalculating the Request/sec vaules?
Visit check_apachestatus_auto homepage
Whats new
v1.3 2020-05-29 Fixed non numeric uptime (Andre Hotzler)
Why an extra plugin?
First it uses the ?auto parameter instead of parsing the human readable status output - this reduces possible parsing errors. Then it uses a different syntax of the url parameter. And notably most of all it recalculates the Request/sec and the other values by itself instead of using the given apache server-status values.
Why recalculating the Request/sec vaules?
Visit check_apachestatus_auto homepage
Whats new
v1.3 2020-05-29 Fixed non numeric uptime (Andre Hotzler)
Reviews (1)
It is an perfect plugin it produces a lot of statistic it is flexible and it works.
.. But I've found minor bug related to plugin execution tests.
In some case it can result in message "Not output from plugin" bla bla bla.
Steps to reproduce:
1. Invoke test check from CCM (In fact, it runs as root on system level)
2. Wait for regular execution during nagios hosts checks (it runs as nagios user on system level) - it results in "No output from plugin"
It is because some temporary file is created during first step. To avoid problem just execute:
rm /tmp/*check_apachestatus_auto*
.. But I've found minor bug related to plugin execution tests.
In some case it can result in message "Not output from plugin" bla bla bla.
Steps to reproduce:
1. Invoke test check from CCM (In fact, it runs as root on system level)
2. Wait for regular execution during nagios hosts checks (it runs as nagios user on system level) - it results in "No output from plugin"
It is because some temporary file is created during first step. To avoid problem just execute:
rm /tmp/*check_apachestatus_auto*