diff --git a/src/img/screenshot-annotations.png b/src/img/screenshot-annotations.png new file mode 100644 index 0000000..8bedea3 Binary files /dev/null and b/src/img/screenshot-annotations.png differ diff --git a/src/img/screenshot-dashboard01.png b/src/img/screenshot-dashboard01.png new file mode 100644 index 0000000..64ad1ac Binary files /dev/null and b/src/img/screenshot-dashboard01.png differ diff --git a/src/img/screenshot-metric_editor.png b/src/img/screenshot-metric_editor.png new file mode 100644 index 0000000..f28a372 Binary files /dev/null and b/src/img/screenshot-metric_editor.png differ diff --git a/src/img/screenshot-showcase.png b/src/img/screenshot-showcase.png new file mode 100644 index 0000000..46f4b92 Binary files /dev/null and b/src/img/screenshot-showcase.png differ diff --git a/src/img/screenshot-triggers.png b/src/img/screenshot-triggers.png new file mode 100644 index 0000000..002e518 Binary files /dev/null and b/src/img/screenshot-triggers.png differ diff --git a/src/plugin.json b/src/plugin.json index 93ae8b4..a0e7240 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -16,8 +16,8 @@ }, "keywords": ["zabbix"], "logos": { - "small": "/img/zabbix_logo_200.png", - "large": "/img/zabbix_logo_400.png" + "small": "img/zabbix_logo_200.png", + "large": "img/zabbix_logo_400.png" }, "links": [ {"name": "GitHub", "url": "https://github.com/alexanderzobnin/grafana-zabbix"}, @@ -25,11 +25,11 @@ {"name": "License", "url": "https://github.com/alexanderzobnin/grafana-zabbix/blob/master/LICENSE.md"} ], "screenshots": [ - {"name": "Showcase", "path": "https://cloud.githubusercontent.com/assets/4932851/8269101/9e6ee67e-17a3-11e5-85de-fe9dcc2dd375.png"}, - {"name": "Dashboard", "path": "https://cloud.githubusercontent.com/assets/4932851/14539264/5ff70b58-0288-11e6-9de3-8aabe8c85e4c.png"}, - {"name": "Annotations", "path": "https://cloud.githubusercontent.com/assets/4932851/14539263/5fd8abd6-0288-11e6-9c87-b960c654ab29.png"}, - {"name": "Metric Editor", "path": "https://cloud.githubusercontent.com/assets/4932851/14539267/6004cb8a-0288-11e6-9b1f-78ec54409835.png"}, - {"name": "Triggers", "path": "https://cloud.githubusercontent.com/assets/4932851/14539266/600495fc-0288-11e6-8d15-308bbef16535.png"} + {"name": "Showcase", "path": "img/screenshot-showcase.png"}, + {"name": "Dashboard", "path": "img/screenshot-dashboard01.png"}, + {"name": "Annotations", "path": "img/screenshot-annotations.png"}, + {"name": "Metric Editor", "path": "img/screenshot-metric_editor.png"}, + {"name": "Triggers", "path": "img/screenshot-triggers.png"} ], "version": "3.0.0-beta7", "updated": "2016-04-14"