52 lines
1.1 KiB
JSON
52 lines
1.1 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/grafana-zabbix"
|
|
},
|
|
"keywords": ["zabbix"],
|
|
"logos": {
|
|
"small": "/img/zabbix_logo_200.png",
|
|
"large": "/img/zabbix_logo_400.png"
|
|
},
|
|
"links": [
|
|
{"name": "Project site", "url": "https://github.com/alexanderzobnin/grafana-zabbix"},
|
|
{"name": "License & Terms", "url": "https://github.com/alexanderzobnin/grafana-zabbix/blob/master/LICENSE.md"}
|
|
],
|
|
"version": "3.0.0-beta2",
|
|
"updated": "2016-04-04"
|
|
},
|
|
|
|
"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": []
|
|
}
|
|
}
|