Apache Server Status - Ass

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

Server Status

PREREQUIREMENT (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.

Installation

Or install it yourself as:

$ gem install apache_server_status --pre

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.