ripienaar / graphite-graph-dsl

A small DSL to describe graphite graphs
http://www.devco.net/
Apache License 2.0
167 stars 43 forks source link

nesting subdirectories under template dir doesn't work #23

Closed bhenerey closed 12 years ago

bhenerey commented 12 years ago

Hi, I wanted to group dashboards by nesting subdirectories. R.I. mentioned you could do this here: http://www.devco.net/archives/2011/10/08/gdash-graphite-dashboard.php/comment-page-1#comment-126137

But it doesn't work for me:

root@graphite:/opt/gdash/graph_templates/dashboards# tree . |-- dash1 | |-- dash.yaml | |-- proc-stat-cpu.graph | |-- vmstat-cpu.graph | |-- vmstat-io.graph | |-- vmstat-memory.graph | -- vmstat-procs.graph -- dash2 -- nested |-- dash.yaml |-- proc-stat-cpu.graph |-- vmstat-cpu.graph |-- vmstat-io.graph |-- vmstat-memory.graph -- vmstat-procs.graph

When I go to the app, it only lists dash1.

Everything else is working great.

Thanks for your help, Brian

ripienaar commented 12 years ago

I did not mean u can make deep nests no, just multiple at the level of dash1 and dash2 etc but not dash2/nested

bhenerey commented 12 years ago

Thanks for clarifying!