Initial boilerplate backend plugin

This commit is contained in:
Alexander Zobnin
2019-09-24 19:28:34 +03:00
parent f1de88d122
commit 3fccec1bb8
4 changed files with 58 additions and 3 deletions

View File

@@ -3,6 +3,13 @@
"name": "Zabbix",
"id": "alexanderzobnin-zabbix-datasource",
"metrics": true,
"annotations": true,
"backend": true,
"alerting": false,
"executable": "../zabbix-plugin",
"includes": [
{
"type": "dashboard",
@@ -21,9 +28,6 @@
}
],
"metrics": true,
"annotations": true,
"queryOptions": {
"maxDataPoints": true
},