22 lines
341 B
JSON
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
|
|
}
|