Skip to content

Commit 9ca2f8b

Browse files
committed
automated release 4.4.8
1 parent 2eca0c0 commit 9ca2f8b

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

dist/plugin.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"type": "app",
3+
"name": "Zabbix",
4+
"id": "alexanderzobnin-zabbix-app",
5+
"info": {
6+
"description": "Zabbix plugin for Grafana",
7+
"author": {
8+
"name": "Grafana Labs",
9+
"url": "https://grafana.com"
10+
},
11+
"keywords": ["zabbix", "servers and vms"],
12+
"logos": {
13+
"small": "img/icn-zabbix-app.svg",
14+
"large": "img/icn-zabbix-app.svg"
15+
},
16+
"links": [
17+
{
18+
"name": "GitHub",
19+
"url": "https://github.com/grafana/grafana-zabbix"
20+
},
21+
{
22+
"name": "Docs",
23+
"url": "https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/"
24+
},
25+
{
26+
"name": "License",
27+
"url": "https://github.com/grafana/grafana-zabbix/blob/main/LICENSE"
28+
}
29+
],
30+
"screenshots": [
31+
{
32+
"name": "Showcase",
33+
"path": "img/screenshot-showcase.png"
34+
},
35+
{
36+
"name": "Dashboard",
37+
"path": "img/screenshot-dashboard01.png"
38+
},
39+
{
40+
"name": "Annotations",
41+
"path": "img/screenshot-annotations.png"
42+
},
43+
{
44+
"name": "Metric Editor",
45+
"path": "img/screenshot-metric_editor.png"
46+
},
47+
{
48+
"name": "Triggers",
49+
"path": "img/screenshot-triggers.png"
50+
}
51+
],
52+
"version": "4.4.8",
53+
"updated": "2024-04-15"
54+
},
55+
"includes": [
56+
{
57+
"type": "datasource",
58+
"name": "Zabbix data source"
59+
},
60+
{
61+
"type": "panel",
62+
"name": "Problems panel"
63+
}
64+
],
65+
"dependencies": {
66+
"grafanaDependency": ">=9.3.0",
67+
"grafanaVersion": "9.3",
68+
"plugins": []
69+
}
70+
}

0 commit comments

Comments
 (0)