Skip to content

Repository files navigation

LiMON

A light-weight and simple live monitoring tool for real-time monitoring of performance of multiple servers on a single dashboard.

DEMO | Installation Instructions


ScreenShot:

![ScreenShot](https://raw.github.com/saikatd/limon/master/Dashboard ScreenShot.JPG)


Installation

1. Download LiMON

Download the most recent version of LiMON. Extract the files into directory /var/www/html/. So after this the directory structure will be like this:


├── /var/www/html/LiMON
│                 ├── /backend
│                 ├── /css
│                 ├── /font
│                 ├── /jquery
│                 ├── /js
│                 ├── /images
|                 ├── index.php
|                 ├── form_to_ip_list.php
|                 ├── delete_ip_address_from_ip_list.php
│                 └── README.md 

2. Getting Started

Below steps have been performed and tested on Ubuntu 14.04 LTS. Please find the corresponding steps for your own platform/OS:

PHP

Install PHP

sudo apt-get install php5

Apache

Install Apache

sudo apt-get install apache2

Finally, restart Apache:

sudo service apache2 restart

SSHPASS

Install sshpass rpm

sudo apt-get install -y sshpass rpm

Make it Run:

its really very easy - just 2 step process!

  • cd /var/www/html/LiMON/backend
  • run nohup ./ping_test_and_script_generation &

then browse http://your_server_ip/LiMON

That's it!! you have done your job. Now its time for him to take over!


Things to do:

  • Asynch (node.js)?
  • Automated Tests & Test cases

About

This is a live multiple server monitoring tool that provides server dedicated dashboard for real-time monitoring of server performance

Resources

Stars

9 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages