File tree Expand file tree Collapse file tree 1 file changed +70
-0
lines changed Expand file tree Collapse file tree 1 file changed +70
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments