Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tegud/BADGER.Dashboards.Node
https://github.com/tegud/BADGER.Dashboards.Node
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tegud/BADGER.Dashboards.Node
- Owner: tegud
- Created: 2014-04-12T10:41:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T06:19:31.000Z (over 7 years ago)
- Last Synced: 2024-08-01T19:55:41.289Z (3 months ago)
- Language: JavaScript
- Size: 2.11 MB
- Stars: 14
- Watchers: 3
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#BADGER.Dashboards
##Description
BADGER Dashboards are built to provide an easy way to create more advanced graphs than those available in the excellent kibana. One of the specific aims is to be able to leverage elasticsearch aggregations - which are awesome.## Unififed Monitoring
A goal that has grown from BADGER Dashboard's usage is to unify logging/metrics/alerting into one unified view. This is supported by alerting being powered by an external platform, such as Icinga2, and not holding the thresholds in the dashboard view.
## Installation
### Dev
Non-minified assets, make a change, see it live
1. Clone repo
2. npm install
4. grunt serve### Production
Minified, combined, optimised. grunt build required to see changes made in /static
1. Clone repo
2. npm install
3. grunt build
4. npm start## Tests
Those tests which exist can be executed via: grunt test