Commit Graph

15 Commits

Author SHA1 Message Date
Alexander Zobnin
915973829d Support item tags, fixes #1258 2021-08-09 14:57:49 +03:00
Alexander Zobnin
c3ce8824af Fix default query type for new queries if data source is not default 2021-08-05 18:17:27 +03:00
Alexander Zobnin
e1557e3924 Fix saving alert rules 2021-06-02 13:39:33 +03:00
Alexander Zobnin
c81a6ae8c3 Use backend queries for item id mode 2021-06-01 13:01:54 +03:00
Alexander Zobnin
3410593f9e Fix compatibility with Zabbix 5.4 (skip applications filter) (#1214)
* Fix queries in Zabbix 5.4 (applications not supported)

* Fix alerting queries in Zabbix 5.4
2021-05-18 17:22:49 +03:00
Alexander Zobnin
4c22b6fcef Option for using zabbix mapping, closes #1128 2021-02-04 13:58:25 +03:00
Alexander Zobnin
879967bf28 TemplateSrv: migrate to grafana/runtime 2021-01-20 12:26:01 +03:00
Alexander Zobnin
98025026f7 Filter problems by time range, fix #1094 2020-12-23 12:48:46 +03:00
Alexander Zobnin
83618178f0 Use Data frames response format (#1099)
* Use data frames for numeric data

* Use data frames for text data

* Use data frames for IT services

* fix multiple series

* Convert to the wide format if possible

* Fix table format for text data

* Add refId to the data frames

* Align time series from Zabbix API

* Fill gaps with nulls

* Fix moving average functions

* Option for disabling data alignment

* remove unused logging

* Add labels to data frames

* Detect units

* Set min and max for if percent unit used

* Use value mapping from Zabbix

* Rename unitConverter -> convertZabbixUnit

* More units

* Add missing points in front of each series

* Fix handling table data

* fix db connector data frames handling

* fix it services data frames handling

* Detect all known grafana units

* Chore: remove unused logging

* Fix problems format

* Debug logging: show original units

* Add global option for disabling data alignment

* Add tooltip for the disableDataAlignment feature

* Add note about query options

* Functions for aligning timeseries on the backend
2020-12-22 15:33:14 +03:00
Alexander Zobnin
83077f6723 Problems: fix sorting by severity, fixes #921 2020-08-06 13:28:21 +03:00
Alexander Zobnin
fdd3b2f2e3 Query editor: do not fetch items in problems mode 2020-07-21 09:58:07 +03:00
Alexander Zobnin
05d6af4dce Problems: use severity filter from panel options 2020-06-17 12:55:38 +03:00
Alexander Zobnin
00f9c25a79 Fix problems panel migration when panel options is not opened 2020-06-10 12:11:13 +03:00
Alexander Zobnin
3a50146df7 ignore lodash _.move 2020-05-29 10:40:04 +03:00
Alexander Zobnin
6a616b56e9 ZabbixQueryController: migrate to TS 2020-05-29 10:28:01 +03:00