Skip to content

cmorten/grafana-provisioning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grafana-provisioning

This repository contains demo scripts for setting up Grafana using the provisioning capability.

Based on the cirocosta/sample-grafana repository. See their blogpost here.

Usage

This project uses a Makefile for it's main command, namely:

make start

This will create the docker container instances and configure the dashboard.

Datasources and dashboards will be created using the new Grafana 5.0 provisioning capability.

Everything else is performed through the Grafana REST API.

Play

Edit the the home.json in the ./grafana/dashboards/ directory and then rerun make start. Notice that the home dashboard will have updated with your changes without having to log out.

About

Setting up Grafana using provisioning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 95.1%
  • Makefile 4.9%