Recent Changes - Search:

HomePage

edit SideBar

ApacheStatsHowto

Collecting Apache statistics

  • Tell your Observer that your device has Apache running on it by setting the 'apache' variable on the database to 1.
  • Tell the device to allow your Observer to poll it for stats :
<Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from <Observer IP>
</Location>

ExtendedStatus On
  • Your device should now be polled for Apache stats and graphs should be created automagically!

I plan to replace this with graphing based on an 'http' service being monitored at some time soon!

Edit - History - Print - Recent Changes - Search
Page last modified on March 01, 2007, at 04:10 PM