From 5ecc786c421e8c2d0728ee951411037f58aa5b10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Tue, 10 Oct 2023 12:53:15 +0000 Subject: [PATCH] automated release 4.4.3 --- 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..09ff5a1f --- /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" + ], + "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.github.io/grafana-zabbix" + }, + { + "name": "License", + "url": "https://github.com/grafana/grafana-zabbix/blob/master/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.4.3", + "updated": "2023-10-10" + }, + "includes": [ + { + "type": "datasource", + "name": "Zabbix data source" + }, + { + "type": "panel", + "name": "Problems panel" + } + ], + "dependencies": { + "grafanaDependency": ">=9.3.0", + "grafanaVersion": "9.3", + "plugins": [] + } +}