apache trends missing some data
list Rob Munsch
Hello list, I'm watching a webserver and trending Apache Utilization, Apache Workers, Apache CPU Util, and Apache Requests per Second. Only "Apache Workers" shows data and has a graph. The other three show NaN. All other tests are green. All other client data is coming in and graphing. The bb-hosts line for the host is: <ip addy> ws2 # ssh http://<URL> apache=https://<ip addy>/server-status?auto TRENDS:*,apache:apache|apache1|apache2|apache3 ssldays=30:15 which seems to be the way to do it in the docs. What i don't understand is how one apache test graphs and three show NaN; i'd assume an all-or-nothing sort of arrangement. I can't figure out what i'm doing wrong to be missing three of the four, and if it's wrong, i don't know how i'm getting the one... TIA, -- Rob Munsch Solutions For Progress IT www.solutionsforprogress.com
list Henrik Størner
▸
On Tue, Dec 19, 2006 at 10:41:51AM -0500, Rob Munsch wrote:
I'm watching a webserver and trending Apache Utilization, Apache Workers, Apache CPU Util, and Apache Requests per Second. Only "Apache Workers" shows data and has a graph. The other three show NaN. All other tests are green. All other client data is coming in and graphing.
Do you have "ExtendedStatus On" in your apache config ? Like:
ExtendedStatus on
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1 172.16.10.0/255.255.255.0
</Location>
Henrik
list Rob Munsch
▸
Henrik Stoerner wrote:
On Tue, Dec 19, 2006 at 10:41:51AM -0500, Rob Munsch wrote:I'm watching a webserver and trending Apache Utilization, Apache Workers, Apache CPU Util, and Apache Requests per Second. Only "Apache Workers" shows data and has a graph. The other three show NaN. All other tests are green. All other client data is coming in and graphing.Do you have "ExtendedStatus On" in your apache config ? Like:
Nope, i'd forgotten to turn this back on: the machine in question was recently rebuilt. Arrgh, sorry... -- Rob Munsch Solutions For Progress IT www.solutionsforprogress.com