-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
executable file
·33 lines (33 loc) · 1.18 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
{
"id": "libre-downtime-pie-chart-panel",
"name": "Libre Panel for Pie Chart Downtime Analysis",
"type": "panel",
"info": {
"author": {
"name": "Spruik Technologies",
"email": "[email protected]",
"url": "https://spruiktec.com"
},
"description": "Pie Chart",
"keywords": ["table", "panel", "libre"],
"links": [
{"name": "Project site", "url": "https://github.com/Spruik/Libre-Downtime-Pie-Chart-Panel"},
{"name": "Issues", "url": "https://github.com/Spruik/Libre-Downtime-Pie-Chart-Panel/Issues"}
],
"screenshots": [
{"name": "Panel", "url": "public/plugins/libre-downtime-pie-chart-panel/docs/libre-downtime-pie-chart-panel-1.png" },
{"name": "Panel", "url": "public/plugins/libre-downtime-pie-chart-panel/docs/libre-downtime-pie-chart-panel-2.png" },
{"name": "Metrics", "url": "public/plugins/libre-downtime-pie-chart-panel/docs/libre-downtime-pie-chart-panel-metrics.png" }
],
"logos": {
"small": "img/icn-table-panel.svg",
"large": "img/icn-table-panel.svg"
},
"version": "1.0.3",
"updated": "2021-01-22"
},
"dependencies": {
"grafanaVersion": "6.x.x",
"plugins": [ ]
}
}