A light-weight and simple live monitoring tool for real-time monitoring of performance of multiple servers on a single dashboard.
DEMO | Docker | Installation Instructions
docker run -it -d --name limon basivireddy/limon:latest
UI : http://your_server_ip/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
Below steps have been performed and tested on Ubuntu 14.04 LTS. Please find the corresponding steps for your own platform/OS:
Install PHP
sudo apt-get install php5
Install Apache
sudo apt-get install apache2
Finally, restart Apache:
sudo service apache2 restart
Install sshpass rpm
sudo apt-get install -y sshpass rpm
cd /var/www/html/limon/backend/ && nohup bash /var/www/html/limon/backend/ping_test_and_script_generation.sh > /var/log/limon.log 2>&1 &
then browse http://your_server_ip/limon/
That's it!! you have done your job. Now its time for him to take over!
- Asynch (node.js)?
- Automated Tests & Test cases
test