Initial Zabbix app for Grafana 3.0.

This commit is contained in:
Alexander Zobnin
2016-03-28 23:28:04 +03:00
parent 5e30783859
commit 6f2db1c2fb
7 changed files with 92 additions and 9 deletions

View File

@@ -1,12 +1,19 @@
{
"type": "datasource",
"name": "Zabbix",
"name": "Zabbix Datasource",
"id": "zabbix",
"module": "plugins/zabbix/module",
"staticRoot": ".",
"metrics": true,
"annotations": true
"annotations": true,
"info": {
"author": {
"name": "Alexander Zobnin",
"url": "http://grafana-zabbix.org"
},
"logos": {
"small": "img/zabbix_logo.svg",
"large": "img/zabbix_logo.svg"
}
}
}