forked from hitripod/grafana-openfalcon-datasource
-
Notifications
You must be signed in to change notification settings - Fork 59
/
plugin.json
37 lines (34 loc) · 1.14 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
{
"name": "Open-Falcon",
"type": "datasource",
"id": "fastweb-openfalcon-datasource",
"includes": [
{"type": "dashboard", "name": "Open-Falcon Carbon Metrics", "path": "dashboards/carbon_metrics.json"}
],
"metrics": true,
"annotations": true,
"info": {
"description": "datasource plugin for Open-Falcon",
"author": {
"name": "Fastweb Inc.",
"url": "fastweb.com.cn"
},
"keywords": ["openfalcon", "rrdtool"],
"links": [
{"name": "Release", "url": "https://github.com/open-falcon/of-release"},
{"name": "Docs", "url": "http://book.open-falcon.org"},
{"name": "Full Company List", "url": "https://github.com/XiaoMi/open-falcon/issues/4"},
{"name": "GitHub", "url": "https://github.com/open-falcon/open-falcon"},
{"name": "License", "url": "https://github.com/open-falcon/open-falcon/blob/dev/modules/agent/LICENSE"}
],
"screenshots": [
{"name": "Showcase", "path": "img/screenshot-showcase.png"}
],
"logos": {
"small": "img/openfalcon_logo.png",
"large": "img/openfalcon_logo.png"
},
"version": "1.0.0",
"updated": "2016-05-03"
}
}