From 8d2a76ad7db6d82e8339304adb8282e81cd48343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Mon, 30 Sep 2024 14:34:44 +0000 Subject: [PATCH] automated release 4.5.5 --- 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..3733bd06 --- /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.5.5", + "updated": "2024-09-30" + }, + "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": [] + } +}