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

diff --git a/src/datasource-zabbix/plugin.json b/src/datasource-zabbix/plugin.json index 940df26..72d3d37 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, @@ -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 0e8bdbd..d4c3ef8 100644 --- a/src/panel-triggers/plugin.json +++ b/src/panel-triggers/plugin.json @@ -1,12 +1,12 @@ { "type": "panel", "name": "Zabbix Triggers", - "id": "zabbix-triggers-panel", + "id": "alexanderzobnin-zabbix-triggers-panel", "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 1f030c9..a5889d3 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -1,7 +1,7 @@ { "type": "app", - "name": "Zabbix App", - "id": "zabbix-app", + "name": "Zabbix", + "id": "alexanderzobnin-zabbix-app", "css": { "dark": "css/dark.css", @@ -12,14 +12,14 @@ "description": "Zabbix plugin for Grafana", "author": { "name": "Alexander Zobnin", - "url": "http://grafana-zabbix.org" + "url": "https://github.com/alexanderzobnin/grafana-zabbix" }, "keywords": ["zabbix"], "links": [ {"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" },