Commit Graph

14 Commits

Author SHA1 Message Date
Alexander Zobnin
c2aa84f349 Merge branch 'master' into backend 2020-05-28 12:02:36 +03:00
Alexander Zobnin
3d477f4a43 New plugin/datasource icon 2020-05-21 11:55:18 +03:00
vignesh-reddy
3f5719794a Backend: implement alerting query (#847)
* Unit tests for backend

* minor change

* Implemented querNumericItems in backend

* Added query type

* Set alerting to true

* Return TimeSeries from History

* Updated alerting feature

* Fix params marshal error

* Fix params more

* Update zabbixAPIConnector.js

* Numbers, I guess

* Params Output Type

* Output marshaling

* Unmarshal and decoder error catch

* HistoryPoint and Unmarshal fixes

* Unmarshal to History

* Revert "Update zabbixAPIConnector.js"

This reverts commit e0ffdff859b6f920893a47a709493f8076e38ef4.

* Fix unmarshaling for real

* Time range integer

* Use more zabbix.Items

* Update response_models.go

* Update zabbix_api.go

* Update models.go

* Update zabbix_api.go

* Tests

* Adding more unit tests and cleaning up additional logging

* Make history request param a pointer

* Actually store datasource in cache

* Debug logs and timings

* Handle panics gracefully

* Updated Regex filter parsing

* Removed must compile

* Clean up regex filter
2020-01-13 10:38:24 +03:00
Alexander Zobnin
3fccec1bb8 Initial boilerplate backend plugin 2019-09-24 19:28:51 +03:00
Alexander Zobnin
25f59db83e disable auto creation of Zabbix Server dashboard, #422 2018-11-15 11:23:27 +03:00
Alexander Zobnin
b6849046aa update built-in dashboards 2017-10-22 20:01:22 +03:00
Alexander Zobnin
a65daa5cdf Add data source help and max data points param for grafana 4.5+ 2017-10-18 16:22:55 +03:00
Alexander Zobnin
9fec12600a Updated logo to SVG image with original Zabbix colors. 2016-11-26 14:35:30 +03:00
Alexander Zobnin
5f8ae7a0b7 Changed info urls (point to GitHub) 2016-04-04 20:57:16 +03:00
Alexander Zobnin
dad2515a69 Changed plugin ids (must started with user or organization name). 2016-04-04 20:55:28 +03:00
Alexander Zobnin
19541cf55f Temporary removed logos section from plugin.json. 2016-03-30 10:49:35 +03:00
Alexander Zobnin
b83006fcec Added info section to plugin.json. 2016-03-30 10:12:22 +03:00
Alexander Zobnin
c4570d053d Changed datasource id to zabbix-datasource. 2016-03-30 10:04:14 +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