From 46c92ced92b00c97947ece8a85cec43ab9ce52a0 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Thu, 4 Jun 2020 19:12:39 +0300 Subject: [PATCH] Update change log with installation instructions --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f45b4e1..f608f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,22 @@ Grafana-Zabbix 4.0 comes with a bunch of changes under the hood. The most import - Improved performance (plugin can cache queries and process data on the backend). - With improved security it makes easier to add actions (execute scripts, close problems, etc). +### Installation + +**Prerequisites**: plugin requires Grafana 7.0 to run. + +Version 4.0 is currently in alpha state and not published at grafana.com. In order to install it, follow these steps: +1. Go to the [GitHub releases](https://github.com/alexanderzobnin/grafana-zabbix/releases) and find latest `4.0.0` release. +1. Download `.zip` package with plugin from release assets (asset name is `grafana-zabbix-4.0.0-.zip`). +1. Unpack it and put into grafana plugins folder. +1. Unsigned plugins are not loading by default, so allow it in config: + ```sh + allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource + ``` +1. restart Grafana server + +Refer to [`allow_loading_unsigned_plugins`](https://grafana.com/docs/grafana/latest/installation/configuration/#allow-loading-unsigned-plugins) option description for more information. + ### Security - Zabbix credentials available for everyone who can see dashboard, [#380](https://github.com/alexanderzobnin/grafana-zabbix/issues/380) - Store password encrypted, [#800](https://github.com/alexanderzobnin/grafana-zabbix/issues/800)