This commit is contained in:
Alexander Zobnin
2015-05-05 13:42:07 +03:00
parent 697c26e971
commit e05009e466
6 changed files with 804 additions and 0 deletions

20
zabbix/plugin.json Normal file
View File

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