Files
grafana-zabbix/src/plugin.json
Alexander Zobnin a5c239f77b Problems count mode (#1493)
* Problems count mode

* Use tooltip from grafana ui

* Add editors for new modes

* Fix macro mode

* Fix bugs

* Unify editors to use one Triggers editor for all count queries

* Use time range toggle for triggers query, #918

* Add item tags suport for triggers count mode

* Fix triggers count by items

* Use data frames for triggers data, #1441

* Return empty result if no items found

* Add migration for problems count mode

* bump version to 4.3.0-pre

* Add zip task to makefile

* Add schema to query model

* Minor refactor

* Refactor: move components to separate files

* Minor refactor

* Support url in event tags

* Add tooltip with link url

* Update grafana packages

* Fix adding new problems panel

* ProblemDetails: rewrite as a functional component

* minor refactor
2023-01-20 14:23:46 +01:00

73 lines
1.6 KiB
JSON

{
"type": "app",
"name": "Zabbix",
"id": "alexanderzobnin-zabbix-app",
"info": {
"description": "Zabbix plugin for Grafana",
"author": {
"name": "Alexander Zobnin",
"url": "https://github.com/alexanderzobnin"
},
"keywords": [
"zabbix"
],
"logos": {
"small": "img/icn-zabbix-app.svg",
"large": "img/icn-zabbix-app.svg"
},
"links": [
{
"name": "GitHub",
"url": "https://github.com/alexanderzobnin/grafana-zabbix"
},
{
"name": "Docs",
"url": "https://alexanderzobnin.github.io/grafana-zabbix"
},
{
"name": "License",
"url": "https://github.com/alexanderzobnin/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.3.0-pre",
"updated": "2022-09-01"
},
"includes": [
{
"type": "datasource",
"name": "Zabbix data source"
},
{
"type": "panel",
"name": "Problems panel"
}
],
"dependencies": {
"grafanaDependency": ">=8.3.0",
"grafanaVersion": "8.3",
"plugins": []
}
}