Files
grafana-zabbix/src/datasource-zabbix/plugin.json
2019-09-24 19:28:51 +03:00

46 lines
946 B
JSON

{
"type": "datasource",
"name": "Zabbix",
"id": "alexanderzobnin-zabbix-datasource",
"metrics": true,
"annotations": true,
"backend": true,
"alerting": false,
"executable": "../zabbix-plugin",
"includes": [
{
"type": "dashboard",
"name": "Zabbix System Status",
"path": "../dashboards/zabbix_system_status.json"
},
{
"type": "dashboard",
"name": "Zabbix Template Linux Server",
"path": "../dashboards/template_linux_server.json"
},
{
"type": "dashboard",
"name": "Zabbix Server Dashboard",
"path": "../dashboards/zabbix_server_dashboard.json"
}
],
"queryOptions": {
"maxDataPoints": true
},
"info": {
"author": {
"name": "Alexander Zobnin",
"url": "https://github.com/alexanderzobnin/grafana-zabbix"
},
"logos": {
"small": "img/zabbix_app_logo.svg",
"large": "img/zabbix_app_logo.svg"
}
}
}