ycyr / sample-grafana

Automatic Grafana dashboard initialisation example

Home Page:https://ops.tips/blog/initialize-grafana-with-preconfigured-dashboards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

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.

About

Automatic Grafana dashboard initialisation example

https://ops.tips/blog/initialize-grafana-with-preconfigured-dashboards


Languages

Language:Shell 95.3%Language:Makefile 4.7%