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", "name": "Zabbix",
"id": "zabbix-datasource", "id": "zabbix-datasource",
"module": "plugins/zabbix/module",
"staticRoot": ".",
"metrics": true, "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"
}
}
} }

View File

@@ -1,8 +1,16 @@
{ {
"type": "panel", "type": "panel",
"name": "Zabbix triggers", "name": "Zabbix Triggers",
"id": "triggers", "id": "zabbix-triggers-panel",
"module": "plugins/triggers/module", "info": {
"staticRoot": "." "author": {
"name": "Alexander Zobnin",
"url": "http://grafana-zabbix.org"
},
"logos": {
"small": "img/zabbix_triggers_logo.svg",
"large": "img/zabbix_triggers_logo.svg"
}
}
} }