Files
grafana-zabbix/zabbix/plugin.json
2015-07-02 20:51:26 +03:00

27 lines
564 B
JSON

{
"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": "",
"trends": false,
"trendsFrom": "7d",
"limitmetrics": 50,
"metrics": true,
"annotations": true
}