Boardjs is a small and lean framework for building and hosting web dashboards. Built with nodejs. With inspiration from dashing and dashingjs.
To run the skelethon app clone this git repo. Install the dependencies from package-lock.json
and start the app.
npm npm ci
npm start
To add new dashboards or edit the existing ones take a look at /dashboards and /jobs directories within the project.
Boardjs template exposes {domain}/metrics endpoint for performance stats collection with prometheus.
The following is the look & feel of the example dashboard you get after the above steps.
Submit a pull request.
created by @sauliuz @ popularowl.com