Releases: grafana/grafana-zabbix
Releases · grafana/grafana-zabbix
3.10.4
3.10.3
3.10.2
[3.10.2] - 2019-04-23
Fixed
- Direct DB Connection: provisioned datasource fails to load, #711
- Functions:
sumSeries
doesn't work in couple with other aggregation functions, #530 - Problems panel: performance and memory issues, #720, #712
- Problems panel: hide acknowledge button for read-only users, #722
- Problems panel: "no data" overlaps table header when font size increased, #717
- Problems panel: problem description does not resize problem bar, #704
- Triggers query mode: problems not filtered by selected groups, #709
3.10.1
Fixed
- Problems panel: unable to edit panel in Grafana 6.0, #685
- Problems panel: datasource selector is empty, #692
- Problems panel: "acknowledged" filter doesn't work correctly, #678 #691
- Problems panel: acknowledged color isn't working, #676
- Problems panel: highlight background doesn't work correctly for resolved events in List view, #681
- Problems panel: duplicated page size entries, #696
- Direct DB Connection: unable to get trends data from InfluxDB, #675
- Annotations are not displayed when time set to a full day/week/month, #680
- Datasource provisioning with direct DB connection enabled failed #688
- Functions:
offset
function returnsNaN
in singlestat panel, #683 - Functions:
median()
doesn't correspond toaggregateBy(median)
, #690 - Docs: add warnings about installation methods, #693
3.10.0
Grafana-Zabbix 3.10.0
This release contains a lot of improvements and bug fixes. The most notable are the fully updated design for Problems panel (former Triggers) and support InfluxDB as Direct DB Connection datasource.
Full change log
[3.10.0] - 2019-02-14
Added
- Table-like layout for Problems (former Triggers) panel, #673
- Problems panel: able to show last problems from dashboard time range, #550
- Problems panel: filter problems by event tags, #487
- Problems panel: option for displaying groups and proxy, #418
- Support InfluxDB as Direct DB Connection datasource, #640, collaboration with Gleb Ivanovsky aka @i-ky
- Support datasource provisioning with direct DB connection enabled, #614
- Functions:
offset
function, #387, thanks to @drakosha - Functions:
removeAboveValue
,removeBelowValue
,transformNull
functions, #562, thanks to @gelonsoft
Fixed
- t.replace is not a function error when adding new metric, #661
- Problems panel: error when acknowledging problems in Zabbix 4.0, #629
- Problems panel: direct link rendered image, #605
- Direct DB Connection: Cannot read property 'name' of null error when no series returned, #571
- Direct DB Connection:
consolidateBy(sum)
does not work correctly, #603 - Direct DB Connection:
consolidateBy()
affects other metrics in a panel, #602
Changed
3.9.1
Grafana-Zabbix 3.9.0
Grafana-Zabbix 3.8.1
v3.8.1 bump version
Grafana-Zabbix 3.8.0
v3.8.0 bump version
Grafana-Zabbix 3.7.0
Release highlights
Added
- PostgreSQL support for Direct DB Connection.
- Triggers query mode which allows to count active alerts by group, host and application, #141
sortSeries()
function that allows to sort multiple timeseries by name, #447, thanks for @mdorenkamppercentil()
function, thanks for @pedrohrf- Zabbix System Status example dashboard.
Changed
- Included dashboards moved to data source. Go to the data source config to import it.
Fixed
- Direct DB connection doesn't work with
ONLY_FULL_GROUP_BY
option enabled, #445 - Application selection doesn't work, #352
- "data points outside time range" error when there is no datapoints and aggregation function is used
- Missed Max data points option in Grafana 4.5+
- Missed query editor help in Grafana 4.5+
- Alert threshold detection with
<=
>=
=
operators, thanks for @akotynski.