Menu

Tree [477ddc] master /
 History

HTTPS access


File Date Author Commit
 admin 2018-04-14 Axel Hahn Axel Hahn [103de2] 2018-04-14: v2.00.22
 classes 2018-04-15 Axel Hahn Axel Hahn [ad211d] 2018-04-15: v2.00.00
 config 2018-04-15 Axel Hahn Axel Hahn [ad211d] 2018-04-15: v2.00.00
 docs 2016-09-01 Axel Hahn Axel Hahn [4c9988] v2 beta - first commit for github
 images 2017-08-25 Axel Hahn Axel Hahn [5ce51c] Beta 2.00.07 - remove vendor codes using cdnorl...
 javascript 2018-04-15 Axel Hahn Axel Hahn [01b7cc] 2018-04-15: v2.00.23
 lang 2018-04-15 Axel Hahn Axel Hahn [01b7cc] 2018-04-15: v2.00.23
 templates 2018-04-15 Axel Hahn Axel Hahn [01b7cc] 2018-04-15: v2.00.23
 tmp 2018-02-04 Axel Hahn Axel Hahn [216044] add tmpdir as config value (thanks to damianper...
 vendor 2017-09-24 Axel Hahn Axel Hahn [9ec725] Beta 2.00.12
 views 2018-04-15 Axel Hahn Axel Hahn [ad211d] 2018-04-15: v2.00.00
 .gitignore 2018-04-14 Axel Hahn Axel Hahn [63b2be] 2018-04-14: v2.00.22
 LICENSE 2015-09-15 Axel Hahn Axel Hahn [68b98a] Initial commit
 history.txt 2018-04-15 Axel Hahn Axel Hahn [ad211d] 2018-04-15: v2.00.00
 inc_config.php 2018-04-15 Axel Hahn Axel Hahn [ad211d] 2018-04-15: v2.00.00
 inc_functions.php 2018-04-14 Axel Hahn Axel Hahn [103de2] 2018-04-14: v2.00.22
 inc_menu.php 2018-04-14 Axel Hahn Axel Hahn [103de2] 2018-04-14: v2.00.22
 inc_pagetemplate.php 2018-03-20 Axel Hahn Axel Hahn [4235e8] 2018-03-20: v2.00.21
 index.php 2018-02-10 Axel Hahn Axel Hahn [7927fa] 2018-02-10 - v2.00.19
 readme.md 2018-04-15 Axel Hahn Axel Hahn [ad211d] 2018-04-15: v2.00.00
 upgrade.php 2018-04-14 Axel Hahn Axel Hahn [63b2be] 2018-04-14: v2.00.22

Read Me

Axel pimped the Apache-status

Ressources:


ABOUT

The default apache status shows you information about current Apache
activity. But these server-status pages are difficult to read.

The pimped Apache status makes the Apache server status readable,
sortable and searchable.
The pimped Apache status can merge the status of several servers
that opens the possibility to identify the troubleshooter in a
load balanced website much more easily.
Btw: I use the script to fetch the status from 20+ servers.

The output uses jQuery and the plugin datatable to search and
sort the data.

LICENSE

GNU GPL v 3.0

REQUIREMENTS

  • On the system you want to install the pimped Apache status:
    • any webserver with php 5 (with curl; no database is needed)
  • On all webservers you want to monitor:
    • apache 2.x
    • installed module mod_status and ExtendedStatus On
    • permission for the monitoring server to request the the
      alias /server-status (see below)

INSTALL

(1)

Download the software https://sourceforge.net/projects/pimpapachestat/files/latest/download
Extract the files somewhere below webroot on your webserver. You
can put to any subdirectory. It is not a must to have it in the
webroot.

(2)

Allow your server to access the server-status page on the systems
you want to monitor, i.e. in apache 2.4 syntax:

<Location /server-status> 
  SetHandler server-status 
  Require ip 127.0.0.1
  Require ip 192.168.123.4 # enter ip of your monitoring system
</Location>

(3)

Open http://localhost/apachestatus/ in your webbrowser.

(4)

Go to the admin subdirectory: http://localhost/apachestatus/admin/
There you can add groups and servers.
(You can change the settings in the json files in ./config/ too).

UPGRADE from version 1.x

A new local version will be detected in the webbrowser. Follow the
upgrade link or open directly
http://localhost/apachestatus/upgrade.php

On CLI or for automation execute

php [installdir]/upgrade.php

CUSTOMIZATION

You can setup and group servers to monitor, define skins, templates and more.
See the Docs::Customization.

You can disable the access to admin in your apache config with a deny rule.
All settings and configured servers you find in json files below the
config subdirectory:
- config_servers.json
- config_user.json