Added info section to plugin.json.

This commit is contained in:
Alexander Zobnin
2016-03-30 10:12:22 +03:00
parent c4570d053d
commit b83006fcec
2 changed files with 24 additions and 9 deletions

View File

@@ -3,10 +3,17 @@
"name": "Zabbix",
"id": "zabbix-datasource",
"module": "plugins/zabbix/module",
"staticRoot": ".",
"metrics": true,
"annotations": true
"annotations": true,
"info": {
"author": {
"name": "Alexander Zobnin",
"url": "http://grafana-zabbix.org"
},
"logos": {
"small": "img/zabbix_logo.svg",
"large": "img/zabbix_logo.svg"
}
}
}