![]() |
6 years ago | |
---|---|---|
.. | ||
Makefile.inc | 6 years ago | |
README.md | 6 years ago | |
apache.chart.py | 6 years ago | |
apache.conf | 6 years ago |
This module will monitor one or more Apache servers depending on configuration.
Requirements:
mod_status
It produces the following charts:
Requests in requests/s
Connections
Async Connections
Bandwidth in kilobytes/s
Workers
Lifetime Avg. Requests/s in requests/s
Lifetime Avg. Bandwidth/s in kilobytes/s
Lifetime Avg. Response Size in bytes/request
Needs only url
to server's server-status?auto
Here is an example for 2 servers:
update_every : 10
priority : 90100
local:
url : 'http://localhost/server-status?auto'
retries : 20
remote:
url : 'http://www.apache.org/server-status?auto'
update_every : 5
retries : 4
Without configuration, module attempts to connect to http://localhost/server-status?auto