Files
grafana-zabbix/src/plugin.json
Alexander Zobnin 293eb5792b Bump version.
2016-04-12 16:29:12 +03:00

53 lines
1.2 KiB
JSON

{
"type": "app",
"name": "Zabbix",
"id": "alexanderzobnin-zabbix-app",
"css": {
"dark": "css/dark.css",
"light": "css/light.css"
},
"info": {
"description": "Zabbix plugin for Grafana",
"author": {
"name": "Alexander Zobnin",
"url": "https://github.com/alexanderzobnin"
},
"keywords": ["zabbix"],
"logos": {
"small": "/img/zabbix_logo_200.png",
"large": "/img/zabbix_logo_400.png"
},
"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.md"}
],
"version": "3.0.0-beta5",
"updated": "2016-04-12"
},
"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
}
],
"dependencies": {
"grafanaVersion": "3.x.x",
"plugins": []
}
}