Skip to content

Commit

Permalink
example(plugin.json): add example dashboard file
Browse files Browse the repository at this point in the history
  • Loading branch information
bergquist committed Mar 8, 2016
1 parent 2c396d4 commit 59a02ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/nginx-app/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
},

"includes": [
{"type": "panel", "name": "Nginx Panel"},
{"type": "datasource", "name": "Nginx Datasource"}
{"type": "dashboard", "name": "Nginx Connection stats", "path": "dashboards/nginx_connection_stats.json"},
{"type": "panel", "name": "Nginx Panel"},
{"type": "datasource", "name": "Nginx Datasource"}
],

"dependencies": {
Expand Down
Empty file.

0 comments on commit 59a02ce

Please sign in to comment.