[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] apache trends missing some data
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] apache trends missing some data
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Tue, 19 Dec 2006 17:36:52 +0100
- References: <4588083F.7040004@solutionsforprogress.com>
- User-agent: Mutt/1.5.12-2006-07-14
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