Commit Graph

18 Commits

Author SHA1 Message Date
Zoltán Bedi
4036bc585b Add compatibility workflows and integration tests (#1991)
Fixes #1986
Fixes #1994

- Updated .gitignore to include SSL certificate files.
- Introduced new GitHub Actions workflows for testing compatibility with
Zabbix versions 5.0, 6.0, 7.0, and 7.2.
- Added integration tests for Zabbix API for each version, ensuring
proper authentication and API version handling.
- Updated Docker Compose files to support SSL configuration for Zabbix
web services.
- Removed deprecated default Docker Compose and bootstrap files.
- Removed devenv for version 6.2.
2025-03-19 14:04:52 +01:00
Ivana Huckova
dbcc008489 Fix querying and authentication for Zabbix v7.0+ (#1931)
* Fix querying for Zabbix v7.2+

* Update check from 7.2 to 7.0

* Fix also select acknowledges key

* Remove unsused methods

* release commit 4.6.0

---------

Co-authored-by: yesoreyeram <153843+yesoreyeram@users.noreply.github.com>
2024-12-17 01:02:43 +00:00
Zoltán Bedi
45cd429d38 Pin version for zabbix image to 7 2024-10-17 11:30:33 +02:00
Zoltán Bedi
a3adaaf25e Migrate example dashboards to more recent version 2024-10-17 11:30:11 +02:00
Zoltán Bedi
aecdb4bbee Add support for v7 (#1835)
* Add support for v7

* Bump version
2024-06-10 14:53:15 +02:00
Zoltán Bedi
e0bfe1fe17 Chore: Add devenv for Zabbix 7 (#1730) 2023-10-26 12:36:26 +02:00
Zoltán Bedi
01895b4150 Format docker-compose files and pin postgres version 2023-09-26 17:32:22 +02:00
Zoltán Bedi
fdca810285 Chore: Dependency clean up 2023-09-24 22:59:27 +02:00
Alexander Zobnin
906cc4aaf6 Devenv: use zabbix LTS version 5.0 2023-08-01 12:51:04 +02:00
Alexander Zobnin
103938511a Devenv: Add zabbix 5.2 2023-08-01 12:28:21 +02:00
Alexander Zobnin
e3e896742b Build plugin with grafana toolkit (#1539)
* Use grafana toolkit template for building plugin

* Fix linter and type errors

* Update styles building

* Fix sass deprecation warning

* Remove empty js files produced by webpack building sass

* Fix signing script

* Replace classnames with cx

* Fix data source config page

* Use custom webpack config instead of overriding original one

* Use gpx_ prefix for plugin executable

* Remove unused configs

* Roll back react hooks dependencies usage

* Move plugin-specific ts config to root config file

* Temporary do not use rst2html for function description tooltip

* Remove unused code

* remove unused dependencies

* update react table dependency

* Migrate tests to typescript

* remove unused dependencies

* Remove old webpack configs

* Add sign target to makefile

* Add magefile

* Update CI test job

* Update go packages

* Update build instructions

* Downgrade go version to 1.18

* Fix go version in ci

* Fix metric picker

* Add comment to webpack config

* remove angular mocks

* update bra config

* Rename datasource-zabbix to datasource (fix mage build)

* Add instructions for building backend with mage

* Fix webpack targets

* Fix ci backend tests

* Add initial e2e tests

* Fix e2e ci tests

* Update docker compose for cypress tests

* build grafana docker image

* Fix docker stop task

* CI: add Grafana compatibility check
2022-12-09 14:14:34 +03:00
Alexander Zobnin
a406c9c834 Add dev env for zabbix 6.2 2022-07-08 14:41:24 +03:00
Alexander Zobnin
6d8689c660 Devenv: fix redis dependency 2022-05-05 17:45:59 +03:00
Alexander Zobnin
e13b51a4d3 Add details about Grafana instance address 2022-05-04 14:58:45 +03:00
Alexander Zobnin
c5ff2a85f5 Fix typo 2022-05-04 14:38:32 +03:00
Alexander Zobnin
1a9e241749 Add instruction how to run devenv 2022-05-04 14:13:09 +03:00
Alexander Zobnin
8e86cc9b6a Include preconfigured Grafana with dashboards into devenv 2022-05-04 14:05:27 +03:00
Alexander Zobnin
42038a0071 Add docker test environment for Zabbix 6.0 2022-04-28 16:41:08 +03:00