Files
grafana-zabbix/plugins/datasource-zabbix/plugin.json
Alexander Zobnin acedb806d9 Issue #72 - changed plugin.json files and fixed templates path
for new plugin model. Can load plugins from any place.
2015-12-28 14:00:03 +03:00

22 lines
341 B
JSON

{
"pluginType": "datasource",
"name": "Zabbix",
"type": "zabbix",
"serviceName": "ZabbixAPIDatasource",
"module": "plugins/zabbix/datasource",
"partials": {
"config": "public/plugins/zabbix/partials/config.html"
},
"staticRoot": {
"url": "zabbix",
"path": "."
},
"metrics": true,
"annotations": true
}