From bcfe51ebec8fde23026c89ea0d39050e4eba0c2b Mon Sep 17 00:00:00 2001 From: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:07:50 +0000 Subject: [PATCH] automated release 4.6.0 --- dist/plugin.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..ba1493d5 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,72 @@ +{ + "type": "app", + "name": "Zabbix", + "id": "alexanderzobnin-zabbix-app", + "info": { + "description": "Zabbix plugin for Grafana", + "author": { + "name": "Grafana Labs", + "url": "https://grafana.com" + }, + "keywords": ["zabbix", "servers and vms"], + "logos": { + "small": "img/icn-zabbix-app.svg", + "large": "img/icn-zabbix-app.svg" + }, + "links": [ + { + "name": "GitHub", + "url": "https://github.com/grafana/grafana-zabbix" + }, + { + "name": "Docs", + "url": "https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/" + }, + { + "name": "License", + "url": "https://github.com/grafana/grafana-zabbix/blob/main/LICENSE" + } + ], + "screenshots": [ + { + "name": "Showcase", + "path": "img/screenshot-showcase.png" + }, + { + "name": "Dashboard", + "path": "img/screenshot-dashboard01.png" + }, + { + "name": "Annotations", + "path": "img/screenshot-annotations.png" + }, + { + "name": "Metric Editor", + "path": "img/screenshot-metric_editor.png" + }, + { + "name": "Triggers", + "path": "img/screenshot-triggers.png" + } + ], + "version": "4.6.0", + "updated": "2024-12-17" + }, + "includes": [ + { + "type": "datasource", + "name": "Zabbix data source", + "path": "datasource/plugin.json" + }, + { + "type": "panel", + "name": "Problems panel", + "path": "panel-triggers/plugin.json" + } + ], + "dependencies": { + "grafanaDependency": ">=9.3.0", + "grafanaVersion": "9.3", + "plugins": [] + } +}