49 lines
1.3 KiB
JSON
49 lines
1.3 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.0.0-alpha4",
|
|
"updated": "2020-07-21"
|
|
},
|
|
|
|
"includes": [
|
|
{
|
|
"type": "datasource",
|
|
"name": "Zabbix data source"
|
|
},
|
|
{
|
|
"type": "panel",
|
|
"name": "Problems panel"
|
|
}
|
|
],
|
|
|
|
"dependencies": {
|
|
"grafanaVersion": "7.0",
|
|
"plugins": []
|
|
}
|
|
}
|