GithubHelp home page GithubHelp logo

pwfoo / pimped-apache-status Goto Github PK

View Code? Open in Web Editor NEW

This project forked from axelhahn/pimped-apache-status

0.0 2.0 0.0 3.42 MB

Pimped Apache status page; PHP web application that renders server-status page and makes it readable; even for load balanced websites

Home Page: https://www.axel-hahn.de/docs/apachestatus/index.htm

License: GNU Lesser General Public License v3.0

PHP 91.57% JavaScript 4.47% CSS 3.78% Hack 0.18%

pimped-apache-status's Introduction

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

Screesnhot Pimped Apache Status

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

pimped-apache-status's People

Contributors

axelhahn avatar damianperera avatar leoshivas avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.