24 lines
522 B
JSON
24 lines
522 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": "",
|
|
|
|
"limitmetrics": 20,
|
|
|
|
"metrics": true,
|
|
"annotations": true
|
|
}
|