-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
executable file
·37 lines (33 loc) · 986 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
{
"name": "OpenNMS",
"id": "opennms-datasource",
"type": "datasource",
"staticRoot": ".",
"metrics": true,
"info": {
"description": "OpenNMS Datasource",
"author": {
"name": "The OpenNMS Group Inc.",
"url": "http://www.opennms.org"
},
"links": [
{"name": "GitHub", "url": "https://github.com/opennms/grafana-opennms-datasource"},
{"name": "License", "url": "https://github.com/OpenNMS/grafana-opennms-datasource/blob/master/LICENSE"},
{"name": "The OpenNMS Project", "url": "http://www.opennms.org"}
],
"logos": {
"small": "img/opennms_globe.svg",
"large": "img/opennms_globe.svg"
},
"screenshots": [
{"name": "Query Editor", "path": "img/screenshot_query_editor.png"},
{"name": "Metric Query", "path": "img/screenshot_metric_query_nodes.png"}
],
"version": "2.1.0",
"updated": "2017-01-04"
},
"dependencies": {
"grafanaVersion": "4.x.x",
"plugins": [ ]
}
}