Skip to content

Grafana-Zabbix 3.7.0

Compare
Choose a tag to compare
@alexanderzobnin alexanderzobnin released this 24 Oct 10:29
· 1231 commits to main since this release

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 @mdorenkamp
  • percentil() 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.