Files
grafana-zabbix/zabbix/plugin.json
2015-10-05 17:41:25 +02:00

25 lines
411 B
JSON

{
"pluginType": "datasource",
"name": "Zabbix",
"type": "zabbix",
"serviceName": "ZabbixAPIDatasource",
"module": "app/plugins/datasource/zabbix/datasource",
"partials": {
"config": "app/plugins/datasource/zabbix/partials/config.html"
},
"username": "guest",
"password": "",
"trends": false,
"trendsFrom": "7d",
"limitmetrics": 100,
"metrics": true,
"annotations": true
}