Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 1.47 KB

README.md

File metadata and controls

63 lines (48 loc) · 1.47 KB

linux-go-dash

Forked from linux-dash to provide a golang based back end. The primary goals for this fork are:

  • Produce a lightweight Go backend
    • No language platform requirements
    • Compiled for speed
    • Massage into a general purpose linux info REST service
  • Produce Go linux information package
    • Retrieve information from running linux system
    • Avoids forking at all costs: collect info from proc, sys, and kernel sockets

linux-dash

A low-overhead monitoring web dashboard for a linux machine. Simply drop-in the app and go!

View Demo

Installation

  1. Download the zip/repo/package
  2. Place it in /var/www/ (for Apache)
  3. Secure access to the page via .htaccess or method of your choice

Please note: If you would like to limit access to the webpage, please add .htaccess or other security measure.

Support

The information listed here is currently limited and will expand shortly.

  • OS
    • Debian 6
    • Debian 7
    • Ubuntu 11.04 +
  • Apache 2
  • PHP 5
  • Browsers
    • Modern Browsers (Not IE)