-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathplugin.json
43 lines (39 loc) · 905 Bytes
/
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
43
{
"name": "Bosun",
"id": "bosun-app",
"type": "app",
"metrics": true,
"annotations": true,
"info": {
"description": "Bosun Datasource and Bosun Panels",
"author": {
"name": "Bosun Team",
"url": "http://bosun.org"
},
"keywords": ["bosun"],
"logos": {
"small": "src/img/bosun-logo-mark.svg",
"large": "src/img/bosun-logo-mark.svg"
},
"links": [
{"name": "GitHub", "url": "https://github.com/bosun-monitor/bosun-grafana-app"},
{"name": "MIT License", "url": "https://github.com/bosun-monitor/bosun-grafana-app/blob/master/LICENSE"}
],
"version": "0.0.29",
"updated": "2016-10-15"
},
"includes": [
{
"type": "datasource",
"name": "Bosun"
},
{
"type": "panel",
"name": "Bosun Incident List"
}
],
"dependencies": {
"grafanaVersion": "3.0.1",
"plugins": [ ]
}
}