Can used as plugin since Grafana 3.0.
This commit is contained in:
Alexander Zobnin
2015-12-26 23:04:53 +03:00
parent 24639e58cb
commit e95c61608b
15 changed files with 734 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"pluginType": "datasource",
"name": "Zabbix",
"type": "zabbix",
"serviceName": "ZabbixAPIDatasource",
"module": "app/plugins/datasource/zabbix/datasource",
"partials": {
"config": "app/plugins/datasource/zabbix/partials/config.html"
},
"metrics": true,
"annotations": true
}