Gutter - Linux-Ruby DashBoard
A low-overhead monitoring web dashboard for a GNU/Linux machine. Simply drop-in the app and go!
View Features | Installation Instructions | Support | Contributing
Features
- A beautiful web-based dashboard for monitoring server info
- Live, on-demand monitoring of RAM, Load, Uptime, Disk Allocation, Users and many more system stats
- Drop-in install for servers with Apache2/nginx + Ruby
- Click and drag to re-arrange widgets
- Support for wide range of linux server flavors (See Support section)
Installation
- add to your
Gemfile
->'gutter'
. - add this line to routes
mount Gutter::Engine => "/gutter"
- bundle install.
rails s
- checkout
http://localhost:3000/gutter
Support
The information listed here is currently limited and will expand shortly.
- OS
- Arch
- Debian 6, 7
- Ubuntu 11.04+
- Linux Mint 16+
- Apache 2
- Nginx
- Ruby
- Modern browsers
Contributing
We hope that you will consider contributing to gutter. You can contribute in many ways. For example, you might:
add documentation and “how-to” articles to the README or Wiki.
improve the existing application with more system specific features in gutter.
When contributing to gutter, we ask that you:
provide tests and documentation whenever possible. It is very unlikely that we will accept new features or functionality into Devise without the proper testing and documentation. When fixing a bug, provide a failing test case that your patch solves.
open a GitHub Pull Request with your patches and we will review your contribution and respond as quickly as possible. Keep in mind that this is an open source project, and it may take us some time to get back to you. Your patience is very much appreciated.
Soon you'll be listed here:
Credits:
- linux-dash - afaqurk Thank-you so much!
- Dashboard Template
- Bootstrap
- Font Awesome
This project rocks and uses MIT-LICENSE.