Releases: grafana/grafana-zabbix
Releases · grafana/grafana-zabbix
4.2.0
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
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
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
4.0.2
Grafana-Zabbix 4.0.2
[4.0.2] - 2020-11-13
Fixed
4.0.1
Grafana-Zabbix 4.0.1
4.0.0
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:
grafana-cli plugins install alexanderzobnin-zabbix-app
- Unsigned plugins are not loading by default, so allow it in the Grafana config file:
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource
- 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