Releases: grafana/grafana-zabbix
Releases · grafana/grafana-zabbix
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.
Grafana-Zabbix 3.6.0
[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
andexponentialMovingAverage
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
Grafana-Zabbix 3.4.0
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
Grafana-Zabbix 3.1.0
v3.1.0 Bump version to 3.1.0
Grafana-zabbix 3.0.0 beta 2
v3.0.0-beta2 Merge branch 'develop'
Grafana-zabbix 3.0.0 beta 1
First public beta of Grafana-zabbix 3.0
Grafana-Zabbix 2.5.1
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
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
Release candidate for Grafana-2.1.x.
Grafana-Zabbix 2.0.1
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.