Skip to content

adrienbrault/boardee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boardee

Meteor based dashboard to render graphs through the graphite render api.

Solves the following pain points of graphite or alternative dashboards:

  • After editing a graph, the change is visible in the dashboards the graph is in
  • Simple user authentication with readonly/write access

Getting Started

curl https://install.meteor.com | /bin/sh
npm install -g meteorite
  • Update config and set Graphite server URL
cp server/config.js{.dist,}
Config = {
    graphite_host: 'https://graphite.server.com/render',
    graphite_timezone: 'UTC'
};
  • Run meteorite (This will install any required dependency)
$ mrt
[[[[[ boardee ]]]]]

=> Meteor server running on: http://localhost:3000/
=> Meteor server restarted

Screenshots

About

Meteor based graphite dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors