No commit activity in last 3 years
No release in over 3 years
A simple ruby gem that provides a pretty web interface to track apache server status in real time.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
~> 10.0

Runtime

>= 1.7.0.1, ~> 1.7
>= 1.4.8, ~> 1.4
~> 0.19.4
 Project Readme

Apache Server Status - Ass

A simple ruby gem that provides a pretty web interface to track apache server status in real time.

Server Status

PRE-REQUIREMENT (IMPORTANT)

You need to have mod_status installed in your server. Example of how to install: CentOs specific example. After installing make sure yoursevername.com/server-status is functioning.

This is a Ruby gem so you need to have Ruby installed. And also make sure you have Nokogiri installed.

NOTE: Chrome is the only supported browser.

Installation

Install it as:

$ gem install apache_server_status

USAGE

Run the following command on your terminal:

$ ass

You should see the following message:

   $ Puma starting in single mode...
     * Version 3.8.2 (ruby 2.3.3-p222), codename: Sassy Salamander
     * Min threads: 0, max threads: 16
     * Environment: development
     * Listening on tcp://localhost:4567
     Use Ctrl-C to stop

Now navigate to 'localhost:4567' and you will see a web interface with a form to add domain. Provide full domain without 'http' or 'https', just 'yourDomaninName.com'. You can provide as many you want. And navigate through the servers to track status.

Thanks Jeff and Cody For helping with Javascript Monster.