|
| 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.5.4", |
| 53 | + "updated": "2024-09-12" |
| 54 | + }, |
| 55 | + "includes": [ |
| 56 | + { |
| 57 | + "type": "datasource", |
| 58 | + "name": "Zabbix data source", |
| 59 | + "path": "datasource/plugin.json" |
| 60 | + }, |
| 61 | + { |
| 62 | + "type": "panel", |
| 63 | + "name": "Problems panel", |
| 64 | + "path": "panel-triggers/plugin.json" |
| 65 | + } |
| 66 | + ], |
| 67 | + "dependencies": { |
| 68 | + "grafanaDependency": ">=9.3.0", |
| 69 | + "grafanaVersion": "9.3", |
| 70 | + "plugins": [] |
| 71 | + } |
| 72 | +} |
0 commit comments