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
aa88fc89b4
Added missing ZBX_VAULTPREFIX variable for web containers
2026-01-28 18:19:01 +09:00
Alexey Pustovalov
ad100c80ee
Fixed web-service startup error
2025-11-19 17:39:03 +09:00
Alexey Pustovalov
20d11ee6d6
Added correct resolving for source IP addresses in case of HTTP proxies
2025-07-05 11:49:09 +03:00
Alexey Pustovalov
39b04c8215
Added encryption support between server and frontend
2025-06-26 17:08:19 +09:00
Alexey Pustovalov
a0bac3925d
Fixed ZBX_SSO_SETTINGS parameter format example
2025-03-14 16:48:54 +09:00
Alexey Pustovalov
a75ba3c057
Fix env variable for HeartbeatFrequency parameter
2024-12-24 14:01:13 +09:00
Alexey Pustovalov
d0bcd5d03e
Fix default value for RefreshActiveChecks parameter
2024-12-24 13:56:05 +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
340ddbdd9f
Added missing variables to Web-service env file
2024-12-23 23:11:34 +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
4541352fbb
Updated compose file. No more version. Added name. Removed prefixes for networks.
2024-05-28 17:10:23 +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
9481ebd41d
Updated default value of passive agent forks
2024-04-27 21:33:49 +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
b7d7d8e728
Fixed style of files
2024-02-14 20:33:19 +09:00
Alexey Pustovalov
8dc8d284c6
Added EXPOSE_WEB_SERVER_INFO variable to control web server / php versions expose
2024-02-06 17:54:37 +09:00
Alexey Pustovalov
518292df9f
Updated date / time format in SNMP traps image according ZBX-21192
2024-01-26 22:14:49 +09:00
Alexey Pustovalov
cd3464b511
Introduced new HTTP_INDEX_FILE variable to control index page
2024-01-20 20:40:13 +09:00
Alexey Pustovalov
876699b347
Removed MySQL root secret for server and proxy containers
2024-01-19 01:13:10 +09:00
Alexey Pustovalov
4c547adf37
Fix for pthread_create failed: Operation not permitted
2023-12-01 13:50:35 +09:00
Alexey Pustovalov
bcf0b165f2
Added support for DNS resolving for SNMP traps image
2023-11-11 14:25:11 +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
88fae24525
Fixed MySQL socket usage
2023-05-02 15:33:33 +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
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
ee16635787
Added missing parameter HeartbeatFrequency for agent and agent2
2023-01-18 14:26:02 +09:00
Alexey Pustovalov
a706601495
Automatic db file name for SQLite3 base proxy
2023-01-16 17:01:06 +09:00
Alexey Pustovalov
ee5cd982c0
Limited seccomp permissions for web-service
2022-12-30 13:03:15 +09:00
Alexey Pustovalov
859920ff9e
Removed ServerPort parameter from Zabix proxy images
2022-05-29 02:51:20 +03:00
Alexey Pustovalov
d104a9f9ac
Added IgnoreURLCertErrors parameter for web-service
2022-04-20 20:39:43 +03:00
Alexey Pustovalov
52cd3fdab7
Added some options for PHP-FPM configuration
2022-02-26 23:28:25 +02:00
Alexey Pustovalov
585593e8a8
Added variable for root user. Removed DB root from web images
2022-02-26 21:16:20 +02: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
5eaeac8b9b
Added missing variable
2021-10-10 01:39:32 +03: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