Skip to content

Releases: grafana/grafana-zabbix

4.2.0

10 Aug 15:11
33899b1
Compare
Choose a tag to compare

Grafana-Zabbix 4.2.0

[4.2.0] - 2021-08-10

Added

  • Support functions on the backend (alerting with functions), #869
  • Support item tags instead of application in Zabbix 5.4, #1258

Fixed

  • Direct DB connection - No data in Grafana 8.0, #1221
  • Error when attempting to acknowledge problems in Grafana 8.0, #1239
  • Explore button in Problems view doesn't work (redirects to 404), #1240
  • Zabbix value mapping doesn't work in Grafana 8.0, #1222
  • Unable to see acknowledges if problem has tags, #1233
  • Ack button is not visible on narrow layouts, #1252

4.1.5

18 May 14:43
54d46f8
Compare
Choose a tag to compare

Grafana-Zabbix 4.1.5

[4.1.5] - 2021-05-18

Fixed

  • Fix compatibility with Zabbix 5.4, #1188

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