Working on #142 - fixed plugin.json and

datasource constructor (module.js).
This commit is contained in:
Alexander Zobnin
2016-01-16 13:42:12 +03:00
parent c48cbd3dc4
commit ca5d68a1c8
4 changed files with 71 additions and 61 deletions

View File

@@ -1,20 +1,11 @@
{
"pluginType": "datasource",
"type": "datasource",
"name": "Zabbix",
"id": "zabbix",
"type": "zabbix",
"serviceName": "ZabbixAPIDatasource",
"module": "plugins/zabbix/module",
"module": "plugins/zabbix/datasource",
"partials": {
"config": "public/plugins/zabbix/partials/config.html"
},
"staticRoot": {
"url": "zabbix",
"path": "."
},
"staticRoot": ".",
"metrics": true,
"annotations": true