Skip to content

Releases: grafana/grafana-zabbix

Grafana-Zabbix 3.7.0

24 Oct 10:29
Compare
Choose a tag to compare

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.

Grafana-Zabbix 3.6.0

26 Jul 14:21
Compare
Choose a tag to compare

[3.6.0] - 2017-07-26

Added

  • Direct DB Connection, which allows to use existing SQL data source for querying history data directly from Zabbix database. Read more.
  • Docs: Direct DB Connection reference and configuration.
  • consolidateBy function, which allows to specify aggregation function for time series data.
  • movingAverage and exponentialMovingAverage functions.
  • Item ID editor mode for querying items by id.

Changed

  • IT Services query editor. Now user able to select multiple services by using regex, #415

Fixed

  • Template variables support in annotations and triggers panel (trigger name field), #428
  • Parsing of template variable query with braces, #432
  • sumSeries() function bug, #286

Grafana-Zabbix 3.4.0

17 May 13:27
Compare
Choose a tag to compare

Release highlights

Added

  • Alerting: highlight panel contained metrics with fired triggers.
  • Alerting: add thresholds to panels from zabbix triggers.
  • Docs: add docs for setAliasByRegex() from @v-zhuravlev
  • Support millisecond resolution on graphs. Patch from Jay Dawes [email protected].
  • Sum and count aggregations.
  • Expand user macros in items #212
  • replaceAlias() function #287
  • Additional Range config option for trends #364

Changed

  • Add template variables to dropdown metric list #310
  • Add all value regex /.*/ to host dropdown.
  • Replace native map() and forEach() methods by lodash.

Fixed

  • Templatig issue when no values returned #354
  • Add host name for multiple text metrics.
  • Timeshift issue (Datapoints outside time range) for multiple targets with timeshift(), #338

Grafana-Zabbix 3.1.0

26 Sep 19:38
Compare
Choose a tag to compare
v3.1.0

Bump version to 3.1.0

Grafana-zabbix 3.0.0 beta 2

04 Apr 21:11
Compare
Choose a tag to compare
v3.0.0-beta2

Merge branch 'develop'

Grafana-zabbix 3.0.0 beta 1

31 Mar 21:10
Compare
Choose a tag to compare

First public beta of Grafana-zabbix 3.0

Grafana-Zabbix 2.5.1

09 Nov 18:07
Compare
Choose a tag to compare

Release for Grafana-2.5.x.

Fixes

  • Issue #109 - Annotations editor don't work in 2.5.
  • Fixed UI styles at datasource configuration page.

Important

All settings from plugin.json file had been removed. Now all plugin configurations can be changed only on datasource edit page.

Grafana-Zabbix 2.5

31 Oct 17:32
Compare
Choose a tag to compare

Release for Grafana-2.5.x.

Fixes

  • Issue #73 - Query editor don't work in Grafana 2.5.

Important

All settings from plugin.json file had been removed. Now all plugin configurations can be changed only on datasource edit page.

Grafana-Zabbix 2.1 RC1

09 Sep 11:41
Compare
Choose a tag to compare

Release candidate for Grafana-2.1.x.

Grafana-Zabbix 2.0.1

23 Jul 16:41
Compare
Choose a tag to compare

Release for Grafana-2.0.x and Grafana-2.1.0 pre-release

Fixes

  • Issue #45 - Item list don't works properly when All applications selected.
  • Issue #57 - TypeError: Cannot read property '0' of undefined.

Installation

Download and follow installation instructions in wiki.