Files
grafana-zabbix/dist/plugin.json
Alexander Zobnin dced2f0d62 bump version
2017-07-26 19:14:44 +03:00

62 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/zabbix_app_logo.svg",
"large": "img/zabbix_app_logo.svg"
},
"links": [
{"name": "GitHub", "url": "https://github.com/alexanderzobnin/grafana-zabbix"},
{"name": "Docs", "url": "http://docs.grafana-zabbix.org"},
{"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.6.1",
"updated": "2017-07-26"
},
"includes": [
{
"type": "datasource",
"name": "Zabbix Datasource"
},
{
"type": "panel",
"name": "Triggers Panel"
},
{
"type": "dashboard",
"name": "Zabbix Server Dashboard",
"path": "dashboards/zabbix_server_dashboard.json",
"addToNav": true,
"defaultNav": true
},
{
"type": "dashboard",
"name": "Template Linux Server",
"path": "dashboards/template_linux_server.json",
"addToNav": true
}
],
"dependencies": {
"grafanaVersion": "3.x 4.x",
"plugins": []
}
}