Commit graph

23 commits

Author SHA1 Message Date
Alexey Pustovalov 2f2fb7d7ed Fixed variable descriptions 2026-07-11 16:37:56 +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 b8fed86d78 Prepare to remove supervisord 2026-04-13 21:28:21 +09:00
Alexey Pustovalov 39b04c8215 Added encryption support between server and frontend 2025-06-26 17:08:19 +09:00
Alexey Pustovalov b859cdcd98 Added missing parameters to env files 2024-12-24 02:50:47 +09:00
Alexey Pustovalov c952d4ef69 Migrated images to use native Zabbix environment variables 2024-12-23 21:22:01 +09:00
Alexey Pustovalov f169159b53 Added ZBX_TLS variables to specify data without attached volume with encryption files 2024-08-21 20:26:24 +09:00
Alexey Pustovalov 7957d40981 Fixed ZBX_STARTIPMIPOLLERS param name 2024-07-29 14:12:40 +09:00
Alexey Pustovalov 8d654cc4c9 Added SMSDevices for server images 2024-05-29 15:54:52 +09:00
Alexey Pustovalov 5ab55ffa66 Added support for WebDriver in compose files 2024-05-21 22:01:10 +09:00
Alexey Pustovalov 31f62e2c61 Added new parameters for server and proxy 2024-05-21 21:19:12 +09:00
Alexey Pustovalov b35ca70fcc Added ZBX_ALLOW_HTTP_AUTH parameter and php-curl package 2024-04-27 21:21:44 +09:00
Alexey Pustovalov 25d7215712 Added EnableGlobalScripts parameter for server 2024-04-26 15:13:07 +09:00
Alexey Pustovalov d4f6f49465 Fixed missing and incorrect variables 2023-08-16 16:55:59 +09:00
Alexey Pustovalov 18047ca74d Updated variables for next release 2023-08-16 16:45:12 +09:00
Alexey Pustovalov 461fe237c8 Removed depcreated SenderFrequency parameter. Fixed logrotate for SNMP traps 2023-03-20 22:46:41 +09:00
Alexey Pustovalov 93582e53a8 Removed deprecated params, add new params 2023-03-14 22:53:33 +09:00
Alexey Pustovalov 700558ecd7 Added CyberArk vault 2023-01-22 17:11:51 +09:00
Alexey Pustovalov c75d58aeda Added missing variables to server env file 2021-11-17 14:20:26 +01:00
Alexey Pustovalov 5a5bf88bc2 Added support for Zabbix HA 2021-11-17 09:31:10 +01:00
Alexey Pustovalov bf72796bdd Added ListenBacklog and TrendFunctionCacheSize params 2021-11-17 00:43:47 +01:00
Alexey Pustovalov b6f869575f New Dockerfiles and environment variables structure 2021-09-15 22:31:18 +02:00
Alexey Pustovalov 630d9cb5ac New Dockerfiles and environment variables structure 2021-09-15 21:19:29 +02:00
Renamed from .env_srv (Browse further)