Releases: grafana/grafana-zabbix
4.0.0-alpha4
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:
- Go to the GitHub releases and find latest
4.0.0
release. - Download
.zip
package with plugin from release assets (asset name isgrafana-zabbix-4.0.0-<alphaX|betaX>.zip
). - Unpack it and put into grafana plugins folder.
- Unsigned plugins are not loading by default, so allow it in config:
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource
- 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
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:
- Go to the GitHub releases and find latest
4.0.0
release. - Download
.zip
package with plugin from release assets (asset name isgrafana-zabbix-4.0.0-<alphaX|betaX>.zip
). - Unpack it and put into grafana plugins folder.
- Unsigned plugins are not loading by default, so allow it in config:
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource
- 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
4.0.0-alpha2
Grafana-Zabbix 4.0.0-alpha2
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:
- Go to the GitHub releases and find latest
4.0.0
release. - Download
.zip
package with plugin from release assets (asset name isgrafana-zabbix-4.0.0-<alphaX|betaX>.zip
). - Unpack it and put into grafana plugins folder.
- Unsigned plugins are not loading by default, so allow it in config:
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource
- restart Grafana server
Refer to allow_loading_unsigned_plugins
option description for more information.
[4.0.0-alpha2] - 2020-06-18
Fixed
- Problems: panel migrations when panel options is not opened (options not saved after reload)
- Problems: item value tooltip placement
Added
- Problems: use severity filter from panel options
Removed
- Old alerting feature (show heart icon on the panel), replaced by Grafana alerting
4.0.0-alpha1
Grafana-Zabbix 4.0.0-alpha1
[4.0.0-alpha1] - 2020-06-04
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:
- Go to the GitHub releases and find latest
4.0.0
release. - Download
.zip
package with plugin from release assets (asset name isgrafana-zabbix-4.0.0-<alphaX|betaX>.zip
). - Unpack it and put into grafana plugins folder.
- Unsigned plugins are not loading by default, so allow it in config:
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource
- restart Grafana server
Refer to allow_loading_unsigned_plugins
option description for more information.
Changes
Security
- Zabbix credentials available for everyone who can see dashboard, #380
- Store password encrypted, #800
Added
3.12.2
3.12.1
3.12.0
[3.12.0] - 2020-05-21
Added
- Variables: able to query item values, #417
- Functions: expose host, item, app to the alias functions, #619
- Problems: navigate to Explore and show graphs for the problem, #948
- Problems: able to show Problems/Recent problems/History, #495
- Problems: icon with acknowledges count, #946
- IT Services: support SLA intervals, #885
Fixed
- Explore doesn't work with Zabbix datasource, #888
- SLA value is incorrect, #885
- Graph panel randomly shows no data, #861
- Variables: unable to edit variables in Grafana 7.0.0, #949
- Variables: wrong variable scope inside repeated rows, #912
- Problems: resolve macros in URLs, #190
- Problems: unable to acknowledge resolved problem, #942
- Problems: resolved problems color and severity set to Not classified, #909
- Problems: can't acknowledge alert in panel with a single problem, #900
- Annotations:
ITEM.VALUE
behaves likeITEM.LASTVALUE
in annotations, #891 - Alert state on the panel (heart icon) doesn't work in Grafana 6.7, #931
- Consolidated average is not accurate with direct DB connection, #752