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