Commit graph

628 commits

Author SHA1 Message Date
Alexey Pustovalov 1c41fa6d97 Fix Java Gateway build. Use read only mode for Java Gateway 2026-07-24 21:20:20 +09:00
Alexey Pustovalov d0c5869b9d Fixed Java Gateway variable. ZBX_JAVA_OPTS is currently supported for additional arguments 2026-07-24 18:44:10 +09:00
Alexey Pustovalov 999249248e Using proper way to define Debian repository for Ubuntu based web-service 2026-07-17 18:48:52 +09:00
Alexey Pustovalov 7061e5e18b Fixed tzdata on RHEL 2026-07-17 17:32:59 +09:00
Alexey Pustovalov fd986f33d8 Fixed chromium repo pin 2026-07-17 17:22:24 +09:00
Alexey Pustovalov 5e9bd1d014 Removed orphaned code on CentOS. Timezone data already available on CentOS 10 2026-07-17 17:22:11 +09:00
Alexey Pustovalov 6a2999f61d Removed orphaned / deprecated steps in Ubuntu based containers 2026-07-17 17:20:31 +09:00
Alexey Pustovalov 27239c4155 Soring packages by system tools, lib dependencies, apps, additional tools 2026-07-17 01:26:07 +09:00
Alexey Pustovalov 3dc19d2ad0 Updating PostgreSQL to 18 version on OL 2026-07-15 22:48:17 +09:00
Alexey Pustovalov cfdc5b9519 Using go entrypoint for Windows agents 2026-07-15 18:17:22 +09:00
Alexey Pustovalov 0866f929e2 Using go entrypoint for Windows agents 2026-07-15 17:51:41 +09:00
Alexey Pustovalov 894791882a Using direct stdout / stderr for Nginx 2026-07-14 01:43:38 +09:00
Alexey Pustovalov 0f8c1c3048 Fixed variable descriptions 2026-07-11 22:22:05 +09:00
Alexey Pustovalov c342362002 Fixed variable descriptions 2026-07-11 21:25:41 +09:00
Alexey Pustovalov 2f2fb7d7ed Fixed variable descriptions 2026-07-11 16:37:56 +09:00
Alexey Pustovalov 31cf0a9887 Fixed variable descriptions 2026-07-11 14:45:29 +09:00
Alexey Pustovalov 68e583ec61 Merge changes with Zabbix trunk 2026-07-11 01:48:26 +09:00
Alexey Pustovalov bedfac9654 Fixed ZBX_HEARTBEAT_FREQUENCY variable name 2026-07-10 20:43:23 +09:00
Alexey Pustovalov f449d5d0ec Updated PostgreSQL 17 to 18 on Alpine 2026-07-10 19:45:55 +09:00
Alexey Pustovalov a8cef221f7
Merge pull request #1946 from saranf/fix/agent-alias-include-path
Fix wrong agent config include path in README (zabbix_agent.d -> zabbix_agentd.d)
2026-07-10 16:26:34 +09:00
saranf 04defdf8b0 Fix wrong agent config include path in README (zabbix_agent.d -> zabbix_agentd.d)
The "Known issues" note about ZBX_ALIAS tells users to drop extra Alias
config files into /etc/zabbix/zabbix_agent.d, but no agent includes that
directory.

zabbix_agentd.conf includes /etc/zabbix/zabbix_agentd.d/*.conf, and
zabbix_agent2.conf includes /etc/zabbix/zabbix_agentd.d/*.conf as well
(plus /etc/zabbix/zabbix_agent2.d/*.conf). The correct shared directory is
zabbix_agentd.d (note the "d"), which is also created in the image and
documented as a volume earlier in the same README. Files placed under
zabbix_agent.d are silently ignored, so user-provided aliases never load.

Fix the path to zabbix_agentd.d in the agent and agent2 READMEs.
2026-07-10 12:52:54 +09:00
Alexey Pustovalov b0027ed381 Using PostgreSQL 18 on RHEL, CentOS 2026-07-09 21:37:51 +09:00
Alexey Pustovalov bb14d85aef Using PostgreSQL 18 on CentOS 2026-07-09 21:37:45 +09:00
Alexey Pustovalov c45c7520cb Using PostgreSQL 18 on RHEL 2026-07-09 21:37:39 +09:00
Alexey Pustovalov a513eebed2 Unified libraries compilation flags on Windows 2026-07-09 19:08:36 +09:00
Alexey Pustovalov c1c8ac01c8 Updated libraries flags for Windows agent 2026-07-09 16:43:03 +09:00
Continuous Integration 0d01a127e9 Zabbix v7.4.12 release 2026-07-09 08:36:32 +03:00
Alexey Pustovalov 6848a2cb31
Merge pull request #1945 from saranf/fix/remove-obsolete-javagateway-enable
Remove obsolete ZBX_JAVAGATEWAY_ENABLE variable
2026-07-08 22:08:49 +09:00
saranf 1a3bd3067a Remove obsolete ZBX_JAVAGATEWAY_ENABLE variable
ZBX_JAVAGATEWAY_ENABLE is no longer handled by any entrypoint since the
images were migrated to native Zabbix environment variables. The Java
gateway is now configured directly via ZBX_JAVAGATEWAY (JavaGateway) and
ZBX_STARTJAVAPOLLERS (StartJavaPollers).

The obsolete variable was still documented in the server/proxy READMEs and
shipped in the example env files and kubernetes.yaml, where it does nothing.
Worse, the README described it as the way to enable the Java gateway, so a
user setting only ZBX_JAVAGATEWAY_ENABLE=true would get no Java checks.

Remove all remaining references (READMEs, env_vars/.env_srv, env_vars/.env_prx,
kubernetes.yaml). The native ZBX_JAVAGATEWAY / ZBX_STARTJAVAPOLLERS variables
are kept, so existing setups keep working.
2026-07-08 21:37:21 +09:00
Alexey Pustovalov c0a8630b24 Fixed RHEL based server pgsql 2026-07-08 14:46:52 +09:00
Alexey Pustovalov 46eadea74a Added bcrypt.lib library for Windows agent 2026-07-06 17:40:24 +09:00
Alexey Pustovalov 156c69d41b Updated libraries and environment for Windows agents 2026-07-06 16:41:19 +09:00
Alexey Pustovalov f09c63d87d Updated libraries and environment for Windows agents 2026-07-06 16:41:17 +09:00
Alexey Pustovalov c5da820807 Fixed version of Dockerfile 2026-06-21 10:54:00 +09:00
Alexey Pustovalov d2cda8436c Fixed TMDB sql files location 2026-06-19 16:35:55 +09:00
Alexey Pustovalov ffafc1609c Updated OpenJDK version to 21 2026-06-19 16:21:57 +09:00
Alexey Pustovalov 391d94a861 Optimized Windows build. Caching VS Dev Shell 2026-06-19 16:18:56 +09:00
Alexey Pustovalov 63c0ccda39 Trying to avoid operation cancelled 2026-06-15 13:26:18 +09:00
Alexey Pustovalov 58fc270f03 Fixed optional SQL files for TMDB 2026-06-12 12:44:35 +09:00
Alexey Pustovalov 0871e1606d Updated PowerShell to 7.6.2 2026-06-11 22:10:52 +09:00
Alexey Pustovalov 71ffd3c36a Optimized powershell code 2026-06-11 17:52:37 +09:00
Alexey Pustovalov cf628972c1 Revert cmake additions for ember-plus (not needed for 7.4) 2026-06-11 16:21:25 +09:00
Alexey Pustovalov e308b79a78 Prepare SQLite3 DB file before proxy start 2026-06-11 16:04:35 +09:00
Alexey Pustovalov 6b7fd47301 Added cmake for all OS to build ember-plus plugin 2026-06-11 16:04:28 +09:00
Alexey Pustovalov 8b715e573d Added cmake for all OS to build ember-plus plugin 2026-06-11 16:04:22 +09:00
Alexey Pustovalov 1b244dfdaa Added cmake for RHEL to build ember-plus plugin 2026-06-11 16:04:16 +09:00
Alexey Pustovalov 604166c4a8 Updated Alpine to 3.24 version 2026-06-11 16:03:40 +09:00
Continuous Integration 5d97d46161 Zabbix v7.4.11 release 2026-06-02 15:49:30 +03:00
Alexey Pustovalov 804e3fe093 Updated RHEL to 10.2 2026-05-21 14:19:03 +09:00
Continuous Integration c6d3fa0ad1 Zabbix v7.4.10 release 2026-05-06 09:25:01 +03:00