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 63b3efb1c1 Env variables syntax for proxies 2024-12-23 23:19:01 +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 4541352fbb Updated compose file. No more version. Added name. Removed prefixes for networks. 2024-05-28 17:10:23 +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 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 93582e53a8 Removed deprecated params, add new params 2023-03-14 22:53:33 +09:00
Alexey Pustovalov b90e1d427f StartHistoryPollers is not supported for proxy since 6.2 2023-03-14 22:28:35 +09:00
Alexey Pustovalov 700558ecd7 Added CyberArk vault 2023-01-22 17:11:51 +09:00
Alexey Pustovalov a706601495 Automatic db file name for SQLite3 base proxy 2023-01-16 17:01:06 +09:00
Alexey Pustovalov 859920ff9e Removed ServerPort parameter from Zabix proxy images 2022-05-29 02:51:20 +03: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_prx (Browse further)