From fabe1f3de5f2877107e302fd24759473db02b045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Thu, 7 Mar 2024 10:46:55 +0000 Subject: [PATCH] automated release 4.4.6 --- dist/plugin.json | 70 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..4eac9363 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,70 @@ +{ + "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.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.4.6", + "updated": "2024-03-07" + }, + "includes": [ + { + "type": "datasource", + "name": "Zabbix data source" + }, + { + "type": "panel", + "name": "Problems panel" + } + ], + "dependencies": { + "grafanaDependency": ">=9.3.0", + "grafanaVersion": "9.3", + "plugins": [] + } +}