Files
grafana-zabbix/src/plugin.json
2018-11-15 11:23:27 +03:00

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/zabbix_app_logo.svg",
"large": "img/zabbix_app_logo.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": "3.9.1",
"updated": "2018-05-02"
},
"includes": [
{
"type": "datasource",
"name": "Zabbix Datasource"
},
{
"type": "panel",
"name": "Triggers Panel"
}
],
"dependencies": {
"grafanaVersion": "5.x",
"plugins": []
}
}