Commit Graph

40 Commits

Author SHA1 Message Date
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
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
6c20b07c69 Problems: fix empty problems list when null value used as a filter 2020-11-03 12:17:30 +03:00
Alexander Zobnin
c91d5b1d99 Problems: fix acknowledged filter 2020-05-22 11:29:50 +03:00
Alexander Zobnin
d886afb3b9 Problems: fix trigger name filter 2020-05-22 10:50:18 +03:00
Alexander Zobnin
4c462e72dc SLA: add interval option, closes #885 2020-05-20 13:36:00 +03:00
Alexander Zobnin
6e2f28670e Query editor: show tags filter only for problems query 2020-05-18 14:28:45 +03:00
Alexander Zobnin
5034c2ca90 Problems: add min severity filter 2020-05-15 19:05:07 +03:00
Alexander Zobnin
413bf583d6 Problems: sorting option 2020-05-13 18:40:27 +03:00
Alexander Zobnin
2588fd5c50 Problems: more work on options migration 2020-05-13 18:13:25 +03:00
Alexander Zobnin
eafe90c7bf Problems: rearrange options in query editor 2020-05-12 12:55:45 +03:00
Alexander Zobnin
29acf951b2 Problems: fix proxy filter 2020-05-08 17:09:18 +03:00
Alexander Zobnin
f8f675f78e Move proxy option to the datasource query editor 2020-05-07 17:55:46 +03:00
Alexander Zobnin
80aa2e94ad Move problem query options to the datasource 2020-05-07 17:51:24 +03:00
Alexander Zobnin
29d902326a Move problems query to the data source 2020-05-07 13:38:55 +03:00
Alexander Zobnin
08b1b635b7 Fix explore mode in Grafana 6.x, closes #888
Migrate target.mode to target.queryType because Explore uses target.mode and overwrites it.
2020-04-13 12:16:44 +03:00
JeferCatarina
2fac45c11b SLA over time (#764)
* Added "Functions" to IT Services editor panel

* Added support to IT Services graph over time
2019-07-30 18:54:56 +03:00
Alexander Zobnin
4346e13365 fix function editor in Grafana 6, #765 2019-07-08 15:25:41 +03:00
Alexander Zobnin
ca6a7d02c4 refactor of PR #526 2018-02-20 22:21:24 +03:00
akotynski
a9d0b4195e remove options to hide columns 2018-02-16 09:08:06 +01:00
akotynski
456fbd6a5e Fix equal comparator 2018-02-14 12:08:14 +01:00
akotynski
cc87f731aa Add options for table 2018-02-14 11:52:40 +01:00
Alexander Zobnin
9eeb4fe468 Support table mode for text data 2018-01-27 12:09:41 +03:00
Alexander Zobnin
611bd8b8ad filter triggers by acknowledged status, #141 2017-10-24 12:44:01 +03:00
Alexander Zobnin
44610bbb71 fix query editor 2017-10-22 19:12:12 +03:00
Alexander Zobnin
1f5e261d4a table mode with triggers stats, #141 2017-10-22 19:01:46 +03:00
Alexander Zobnin
6c64f21b1a Triggers query mode, allow to get active triggers count, #141 2017-10-22 14:30:54 +03:00
Alexander Zobnin
15f6c00763 query editor refactor 2017-07-26 11:32:09 +03:00
Alexander Zobnin
a48da2cda6 query-editor: add itemid query mode 2017-07-25 17:54:21 +03:00
Alexander Zobnin
39000acbf6 IT-services: refactor 2017-07-24 19:08:28 +03:00
Alexander Zobnin
70f34db385 IT-services: able to use regex for selecting of multiple services, issue #415 2017-07-24 19:02:09 +03:00
Alexander Zobnin
fa363f8a4e Move query options to top of metric functions. 2016-07-03 09:59:59 +03:00
Alexander Zobnin
744ffa0721 Fixed new query options. 2016-04-28 19:56:55 +03:00
Torkel Ödegaard
53b1eae85f feat(query editor): updated query editor to use new forms stle and outer query row component 2016-04-28 12:06:36 +02:00
Alexander Zobnin
fb24637364 Zabbix plugin refactor. 2016-04-14 12:55:23 +03:00
Alexander Zobnin
c5a421c933 Added variables highlight in query editor. 2016-03-30 23:04:17 +03:00
Alexander Zobnin
2ffc5ca297 Improved regex highlighting in query editor (using custom css).
Removed unused fields from targets ('isRegex' and 'style').
2016-03-30 21:41:37 +03:00
Alexander Zobnin
8b37478131 Initial ES6 migration. module.js and datasource.js are migrated to ES6. 2016-03-14 23:43:10 +03:00