|
@@ -0,0 +1,44 @@
|
|
|
|
|
+{
|
|
|
|
|
+ "type": "app",
|
|
|
|
|
+ "name": "Nginx",
|
|
|
|
|
+ "id": "nginx-app",
|
|
|
|
|
+
|
|
|
|
|
+ "staticRoot": ".",
|
|
|
|
|
+
|
|
|
|
|
+ "pages": [
|
|
|
|
|
+ {"name": "Live stream", "url": "nginx/stream", "reqRole": "Editor"},
|
|
|
|
|
+ {"name": "Log view", "url": "nginx/log", "reqRole": "Editor"}
|
|
|
|
|
+ ],
|
|
|
|
|
+
|
|
|
|
|
+ "css": {
|
|
|
|
|
+ "dark": "css/dark.css",
|
|
|
|
|
+ "light": "css/light.css"
|
|
|
|
|
+ },
|
|
|
|
|
+
|
|
|
|
|
+ "info": {
|
|
|
|
|
+ "description": "Official Grafana Nginx App & Dashboard bundle",
|
|
|
|
|
+ "author": {
|
|
|
|
|
+ "name": "Nginx Inc.",
|
|
|
|
|
+ "url": "http://nginx.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ "keywords": ["nginx"],
|
|
|
|
|
+ "logos": {
|
|
|
|
|
+ "small": "img/logo_small.png",
|
|
|
|
|
+ "large": "img/logo_large.png"
|
|
|
|
|
+ },
|
|
|
|
|
+ "links": [
|
|
|
|
|
+ {"name": "Project site", "url": "http://project.com"},
|
|
|
|
|
+ {"name": "License & Terms", "url": "http://license.com"}
|
|
|
|
|
+ ],
|
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
|
+ "updated": "2015-02-10"
|
|
|
|
|
+ },
|
|
|
|
|
+
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "grafanaVersion": "2.6.x",
|
|
|
|
|
+ "plugins": [
|
|
|
|
|
+ {"type": "datasource", "id": "graphite", "name": "Graphite", "version": "1.0.0"},
|
|
|
|
|
+ {"type": "panel", "id": "graph", "name": "Graph", "version": "1.0.0"}
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+}
|