forked from chinpeng/app-plugin-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
42 lines (37 loc) · 1.07 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"type": "app",
"name": "Kentik Detect",
"id": "app-kentik",
"staticRoot": "./public",
"pages": [
{"name": "Device List", "url": "/kentik-device-list", "reqRole": "Editor"}
],
"css": {
"light": "css/dark.css",
"dark": "css/light.css"
},
"info": {
"description": "This special version of Kentik Detect brings the power of big data-based SaaS for network visibility, DDoS detection, and infrastructure optimization into your Grafana. Get started for free and see flow data in minutes.",
"author": {
"name": "Kentik",
"url": "http://kentik.com"
},
"keywords": ["NetOps"],
"logos": {
"small": "img/logo_small.png",
"large": "img/logo_large.png"
},
"links": [
{"name": "Kentik Support", "url": "http://kentik.com"},
{"name": "License & Terms", "url": "http://license.com"}
],
"version": "0.0.2",
"updated": "2015-02-15"
},
"dependencies": {
"grafanaVersion": "3.0.x",
"plugins": [
{"type": "panel", "id": "graph", "name": "Graph", "version": "1.0.0"}
]
}
}