Skip to content

Commit

Permalink
automated release 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram committed Jul 2, 2024
1 parent f073a15 commit a723397
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -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.2",
"updated": "2024-07-02"
},
"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": []
}
}

0 comments on commit a723397

Please sign in to comment.