Changed plugin ids (must started with user or organization name).

This commit is contained in:
Alexander Zobnin
2016-04-04 20:43:53 +03:00
parent 62c1ef2f6b
commit dad2515a69
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{ {
"type": "datasource", "type": "datasource",
"name": "Zabbix", "name": "Zabbix",
"id": "zabbix-datasource", "id": "alexanderzobnin-zabbix-datasource",
"metrics": true, "metrics": true,
"annotations": true, "annotations": true,

View File

@@ -1,7 +1,7 @@
{ {
"type": "panel", "type": "panel",
"name": "Zabbix Triggers", "name": "Zabbix Triggers",
"id": "zabbix-triggers-panel", "id": "alexanderzobnin-zabbix-triggers-panel",
"info": { "info": {
"author": { "author": {

View File

@@ -1,7 +1,7 @@
{ {
"type": "app", "type": "app",
"name": "Zabbix", "name": "Zabbix",
"id": "zabbix-app", "id": "alexanderzobnin-zabbix-app",
"css": { "css": {
"dark": "css/dark.css", "dark": "css/dark.css",
@@ -19,7 +19,7 @@
{"name": "Project site", "url": "https://github.com/alexanderzobnin/grafana-zabbix"}, {"name": "Project site", "url": "https://github.com/alexanderzobnin/grafana-zabbix"},
{"name": "License & Terms", "url": "https://github.com/alexanderzobnin/grafana-zabbix/blob/master/LICENSE.md"} {"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" "updated": "2016-03-31"
}, },