-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
33 lines (31 loc) · 896 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
{
"type": "panel",
"name": "Icingaweb2",
"id": "cinek810-icingaweb2-panel",
"info": {
"description": "Icinga web2 integration for grafana",
"author": {
"name": "Marcin Stolarek",
"url": "https://funinit.wordpress.com"
},
"keywords": ["icingaweb2", "panel"],
"logos": {
"small": "src/img/icon.svg",
"large": "src/img/icinga-logo-big.svg"
},
"links": [
{"name": "Project site", "url": "https://github.com/cinek810/icingaweb2-panel"},
{"name": "MIT License", "url": "https://github.com/cinek810/icingaweb2-panel/blob/master/LICENSE"}
],
"screenshots": [
{"name": "Showcase", "path": "src/img/servicesList.png"},
{"name": "Options", "path": "src/img/editorTab.png"}
],
"version": "0.0.3",
"updated": "2017-12-14"
},
"dependencies": {
"grafanaVersion": "4.x.x",
"plugins": [ ]
}
}