From 5a3926f508f48c9c5e314ac19ea9c03bb119f8a9 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Mon, 4 Apr 2016 20:24:38 +0300 Subject: [PATCH 1/4] Changed app name to Zabbix. --- src/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin.json b/src/plugin.json index 1f030c9..fd8b913 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -1,6 +1,6 @@ { "type": "app", - "name": "Zabbix App", + "name": "Zabbix", "id": "zabbix-app", "css": { From 62c1ef2f6b0181c52172f4209d9858b95996b826 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Mon, 4 Apr 2016 20:25:09 +0300 Subject: [PATCH 2/4] Removed config options from plugin config page. --- src/components/config.html | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/components/config.html b/src/components/config.html index 89eea1a..4c4b34c 100644 --- a/src/components/config.html +++ b/src/components/config.html @@ -1,13 +1 @@ -

Zabbix App Config

- -
-
-
- json Data property - -
-
- -
-
-
+

Zabbix Plugin Config

From dad2515a6943d6c9842c4b1e866d93b8f4d83b6e Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Mon, 4 Apr 2016 20:43:53 +0300 Subject: [PATCH 3/4] Changed plugin ids (must started with user or organization name). --- src/datasource-zabbix/plugin.json | 2 +- src/panel-triggers/plugin.json | 2 +- src/plugin.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/datasource-zabbix/plugin.json b/src/datasource-zabbix/plugin.json index 940df26..034a5fe 100644 --- a/src/datasource-zabbix/plugin.json +++ b/src/datasource-zabbix/plugin.json @@ -1,7 +1,7 @@ { "type": "datasource", "name": "Zabbix", - "id": "zabbix-datasource", + "id": "alexanderzobnin-zabbix-datasource", "metrics": true, "annotations": true, diff --git a/src/panel-triggers/plugin.json b/src/panel-triggers/plugin.json index 0e8bdbd..0a0c0fc 100644 --- a/src/panel-triggers/plugin.json +++ b/src/panel-triggers/plugin.json @@ -1,7 +1,7 @@ { "type": "panel", "name": "Zabbix Triggers", - "id": "zabbix-triggers-panel", + "id": "alexanderzobnin-zabbix-triggers-panel", "info": { "author": { diff --git a/src/plugin.json b/src/plugin.json index fd8b913..f91fdd8 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -1,7 +1,7 @@ { "type": "app", "name": "Zabbix", - "id": "zabbix-app", + "id": "alexanderzobnin-zabbix-app", "css": { "dark": "css/dark.css", @@ -19,7 +19,7 @@ {"name": "Project site", "url": "https://github.com/alexanderzobnin/grafana-zabbix"}, {"name": "License & Terms", "url": "https://github.com/alexanderzobnin/grafana-zabbix/blob/master/LICENSE.md"} ], - "version": "1.0.0-beta1", + "version": "3.0.0-beta1", "updated": "2016-03-31" }, From 5f8ae7a0b765fd1f2f693a919402eed050b9a7fb Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Mon, 4 Apr 2016 20:57:16 +0300 Subject: [PATCH 4/4] Changed info urls (point to GitHub) --- src/datasource-zabbix/plugin.json | 2 +- src/panel-triggers/plugin.json | 2 +- src/plugin.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/datasource-zabbix/plugin.json b/src/datasource-zabbix/plugin.json index 034a5fe..72d3d37 100644 --- a/src/datasource-zabbix/plugin.json +++ b/src/datasource-zabbix/plugin.json @@ -9,7 +9,7 @@ "info": { "author": { "name": "Alexander Zobnin", - "url": "http://grafana-zabbix.org" + "url": "https://github.com/alexanderzobnin/grafana-zabbix" } } } diff --git a/src/panel-triggers/plugin.json b/src/panel-triggers/plugin.json index 0a0c0fc..d4c3ef8 100644 --- a/src/panel-triggers/plugin.json +++ b/src/panel-triggers/plugin.json @@ -6,7 +6,7 @@ "info": { "author": { "name": "Alexander Zobnin", - "url": "http://grafana-zabbix.org" + "url": "https://github.com/alexanderzobnin/grafana-zabbix" } } } diff --git a/src/plugin.json b/src/plugin.json index f91fdd8..a5889d3 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -12,7 +12,7 @@ "description": "Zabbix plugin for Grafana", "author": { "name": "Alexander Zobnin", - "url": "http://grafana-zabbix.org" + "url": "https://github.com/alexanderzobnin/grafana-zabbix" }, "keywords": ["zabbix"], "links": [