Skip to content

ProTip/linux-go-dash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A drop-in, low-overhead monitoring web dashboard for a linux machine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 67.7%
  • JavaScript 12.2%
  • Go 11.3%
  • PHP 8.8%