diff --git a/src/datasource-zabbix/plugin.json b/src/datasource-zabbix/plugin.json index 1233eea..c05751d 100644 --- a/src/datasource-zabbix/plugin.json +++ b/src/datasource-zabbix/plugin.json @@ -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" + } + } } diff --git a/src/panel-triggers/plugin.json b/src/panel-triggers/plugin.json index 191cacd..80bfd59 100644 --- a/src/panel-triggers/plugin.json +++ b/src/panel-triggers/plugin.json @@ -1,8 +1,16 @@ { "type": "panel", - "name": "Zabbix triggers", - "id": "triggers", + "name": "Zabbix Triggers", + "id": "zabbix-triggers-panel", - "module": "plugins/triggers/module", - "staticRoot": "." + "info": { + "author": { + "name": "Alexander Zobnin", + "url": "http://grafana-zabbix.org" + }, + "logos": { + "small": "img/zabbix_triggers_logo.svg", + "large": "img/zabbix_triggers_logo.svg" + } + } }