vardium / board

A minimalistic dashboard and monitoring framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  ______                     _________
  ___  /_____________ _____________  /
  __  __ \  __ \  __ `/_  ___/  __  /
  _  /_/ / /_/ / /_/ /_  /   / /_/ /
  /_.___/\____/\__,_/ /_/    \__,_/
        a minimalist dashboard and monitoring solution.

Demo?

http://volkan.io:4244/shuttle

Note that things are not quite settled yet.

Even this README is by no means complete at all.

Feel free to report any issues that you find bu creating PRs.

Installation

quick README for Debian-based systems

apt-get install libzmq3-dev
cd /opt
git clone git@github.com:v0lkan/board.git
cd board
npm install
node bin/board 1>/dev/null &

Stuff

// TODO: write a proper README.

// TODO: ^ for all the board.* modules.

About

A minimalistic dashboard and monitoring framework

License:Other


Languages

Language:JavaScript 75.2%Language:HTML 13.1%Language:CSS 11.7%