From b83006fcecf033d056cc46be47eddbc12bb30e12 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Wed, 30 Mar 2016 10:12:22 +0300 Subject: [PATCH] Added info section to plugin.json. --- src/datasource-zabbix/plugin.json | 17 ++++++++++++----- src/panel-triggers/plugin.json | 16 ++++++++++++---- 2 files changed, 24 insertions(+), 9 deletions(-) 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" + } + } }