56 lines
1.5 KiB
JSON
56 lines
1.5 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.9.1",
|
|
"updated": "2018-05-02"
|
|
},
|
|
|
|
"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
|
|
}
|
|
],
|
|
|
|
"dependencies": {
|
|
"grafanaVersion": "5.x",
|
|
"plugins": []
|
|
}
|
|
}
|