Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cirocosta/sample-grafana
Automatic Grafana dashboard initialisation example
https://github.com/cirocosta/sample-grafana
dashboards grafana provisioning
Last synced: 3 months ago
JSON representation
Automatic Grafana dashboard initialisation example
- Host: GitHub
- URL: https://github.com/cirocosta/sample-grafana
- Owner: cirocosta
- Created: 2018-02-10T11:28:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T13:00:45.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T09:21:45.421Z (3 months ago)
- Topics: dashboards, grafana, provisioning
- Language: Shell
- Homepage: https://ops.tips/blog/initialize-grafana-with-preconfigured-dashboards
- Size: 4.88 KB
- Stars: 119
- Watchers: 2
- Forks: 52
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Usage
```sh
make run # builds grafana and prometheus
# images and initializes all three containers
# that forms the infra (grafana, prometheus and
# node_exporter).make update-dashboards # updates the list of json files that represent
# the dashboards configured in Grafana.```
### More
See [Initializing Grafana with preconfigured dashboards](https://ops.tips/blog/initialize-grafana-with-preconfigured-dashboards/).