ripienaar / gdash

A dashboard for Graphite
http://www.devco.net/
Apache License 2.0
754 stars 117 forks source link

Add a script to validate dashboards. #64

Closed fcuny closed 11 years ago

fcuny commented 11 years ago

This script validate that all the categories contains a description (the dash.yaml file), and that all the .graph files can be parsed with GraphiteGraph.

When a new graph is created, if there's a syntax error in the graph description, the application will be unable to display it. If the dashboards are stored in some kind of repository, before pulling them to the server, or before pushing them, this script can be run to validate that the graphs can be loaded by GraphiteGraph and that all categories contains the dash description (e.g: a git hook, Jenkin's job, etc.)

ripienaar commented 11 years ago

very kewl!

ripienaar commented 11 years ago

thank you