-
Notifications
You must be signed in to change notification settings - Fork 458
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fb0af2f
commit 9e55f4a
Showing
1 changed file
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
], | ||
"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.2", | ||
"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": [] | ||
} | ||
} |