Skip to content

Releases: grafana/grafana-zabbix

4.1.4

09 Mar 14:44
e77990f
Compare
Choose a tag to compare

Grafana-Zabbix 4.1.4

[4.1.4] - 2021-03-09

Fixed

  • Field/Standard options/Display name stopped working in 4.1 release, #1130
  • Functions: trendsValue(sum) is not working, #935

4.1.3

05 Mar 08:38
8ef3dc9
Compare
Choose a tag to compare

Grafana-Zabbix 4.1.3

[4.1.3] - 2021-03-05

Fixed

  • Explore: Error "Unexpected field length", #1150
  • Problems: item last value truncated text, #1145
  • Problems: minor UI bug, #1149
  • Option to disable zabbix value mapping translation in query, #1128

4.1.2

28 Jan 10:02
8f07afa
Compare
Choose a tag to compare

Grafana-Zabbix 4.1.2

[4.1.2] - 2021-01-28

Fixed

  • Item ID query mode doesn't work, #1148
  • IT Services: a.round_interval is not a function, #1142
  • Problems: Text overlap between the tooltip and description boxes, #1138
  • Problems: expanded row overwritten on refresh, #1143

4.1.1

30 Dec 11:46
5754364
Compare
Choose a tag to compare

Grafana-Zabbix 4.1.1

[4.1.1] - 2020-12-30

Fixed

  • Graphs with dependent items failed to render, #1123

4.1.0

28 Dec 09:47
cdc891e
Compare
Choose a tag to compare

Grafana-Zabbix 4.1.0

[4.1.0] - 2020-12-28

Added

  • Data Frames support, #10820. This solves various issues below:
  • Use units configured in Zabbix if possible
  • Use value mappings from Zabbix
  • Align points in each series to prevent stacking graph issues
  • Fill missing points with null values, #1109
  • Problems: filter problems by time range, #1094
  • ARM build (ARM64 and ARM v6), #1028

Fixed

  • Grafana doesn't prevent from saving alerts with template variables, #1100
  • Query inspector is not working, #1097
  • Problems panel query editor issues, #988
  • Problems: unable to change severity to Not Classified, #1104
  • Problems: ack message limited to 64 characters, #1122

4.0.2

13 Nov 14:26
6b1067a
Compare
Choose a tag to compare

Grafana-Zabbix 4.0.2

[4.0.2] - 2020-11-13

Fixed

  • Query mode Text returns no data for last value, , #1062
  • Able to configure API request timeout, #1046
  • Support basic auth for backend requests, #1048
  • Problems: fix empty problems list when null value used as a filter
  • Problems: fix long item values displaying

4.0.1

02 Sep 15:08
89e885b
Compare
Choose a tag to compare

Grafana-Zabbix 4.0.1

4.0.0

26 Aug 08:15
fc873be
Compare
Choose a tag to compare

Grafana-Zabbix 4.0.0

4.0 Feature highlights

Grafana-Zabbix 4.0 comes with a bunch of changes under the hood. The most important thing introduced is a backend, which brings a number of benefits:

  • Alerting support (limited, data processing functions are not supported yet).
  • Fixed security issues related to exposing data source credentials to the Grafana frontend and storing password as a plain text in database.
  • 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.

Use the grafana-cli tool to install Zabbix from the commandline:

  1. grafana-cli plugins install alexanderzobnin-zabbix-app
  2. Unsigned plugins are not loading by default, so allow it in the Grafana config file:
    allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource
  3. restart Grafana server

Refer to allow_loading_unsigned_plugins option description for more information.

[4.0.0] - 2020-08-25

Security

  • Zabbix credentials available for everyone who can see dashboard, #380
  • Store password encrypted, #800

Added

  • Alerting support (limited, data processing functions are not supported yet), #801
  • Problems: execute scripts, #978
  • Problems: tooltip with problem description
  • Problems: use severity filter from panel options

Fixed

  • Problems: problems history
  • Problems: sorting by severity, #921
  • Datasource: reconnecting on request error
  • Problems: filtering by tags
  • Problems: sorting order
  • Problems: performance improvements (remove unnecessary queries)
  • Problems: empty problem list, #955
  • Problems: panel migrations when panel options is not opened (options not saved after reload)
  • Problems: item value tooltip placement

Removed

  • Old alerting feature (show heart icon on the panel), replaced by Grafana alerting

4.0.0-alpha4

21 Jul 07:21
2bd04e9
Compare
Choose a tag to compare
4.0.0-alpha4 Pre-release
Pre-release

Grafana-Zabbix 4.0.0-alpha4

4.0 Feature highlights

Grafana-Zabbix 4.0 comes with a bunch of changes under the hood. The most important thing introduced is a backend, which brings a number of benefits:

  • Alerting support (limited, data processing functions are not supported yet).
  • Fixed security issues related to exposing data source credentials to the Grafana frontend and storing password as a plain text in database.
  • 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 and find latest 4.0.0 release.
  2. Download .zip package with plugin from release assets (asset name is grafana-zabbix-4.0.0-<alphaX|betaX>.zip).
  3. Unpack it and put into grafana plugins folder.
  4. Unsigned plugins are not loading by default, so allow it in config:
    allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource
  5. restart Grafana server

Refer to allow_loading_unsigned_plugins option description for more information.

[4.0.0-alpha4] - 2020-07-21

Fixed

  • Problems: filtering by tags
  • Problems: sorting order
  • Problems: performance improvements (remove unnecessary queries)

4.0.0-alpha3

17 Jul 14:37
a2e978e
Compare
Choose a tag to compare
4.0.0-alpha3 Pre-release
Pre-release

Grafana-Zabbix 4.0.0-alpha3

4.0 Feature highlights

Grafana-Zabbix 4.0 comes with a bunch of changes under the hood. The most important thing introduced is a backend, which brings a number of benefits:

  • Alerting support (limited, data processing functions are not supported yet).
  • Fixed security issues related to exposing data source credentials to the Grafana frontend and storing password as a plain text in database.
  • 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 and find latest 4.0.0 release.
  2. Download .zip package with plugin from release assets (asset name is grafana-zabbix-4.0.0-<alphaX|betaX>.zip).
  3. Unpack it and put into grafana plugins folder.
  4. Unsigned plugins are not loading by default, so allow it in config:
    allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource
  5. restart Grafana server

Refer to allow_loading_unsigned_plugins option description for more information.

[4.0.0-alpha3] - 2020-07-17

Fixed

  • Problems: empty problem list, #955