boardee
boardee copied to clipboard
Meteor based graphite dashboard
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
- Install Meteor
curl https://install.meteor.com | /bin/sh
- Install Meteorite
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