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.
- Fix 'of of' to 'of' in proxy-sqlite3/README.md
- Fix 'of of' to 'of' in server-mysql/README.md
- Fix 'of of' to 'of' in server-pgsql/README.md
- Fix 'of of' to 'of' in proxy-mysql/README.md
Remove duplicate word in SSL certificate location description.
- Fix 'must be placed to' to 'must be placed in' in proxy-sqlite3/README.md
- Fix 'must be placed to' to 'must be placed in' in snmptraps/README.md
- Fix 'must be placed to' to 'must be placed in' in server-mysql/README.md
- Fix 'must be placed to' to 'must be placed in' in server-pgsql/README.md
- Fix 'must be placed to' to 'must be placed in' in proxy-mysql/README.md
The correct preposition with 'placed' is 'in' or 'at', not 'to'.
- Fix 'varable' to 'variable' in web-apache-mysql/README.md (5 occurrences)
- Fix 'varable' to 'variable' in web-apache-pgsql/README.md (5 occurrences)
- Fix 'varable' to 'variable' in web-nginx-pgsql/README.md (5 occurrences)
- Fix 'Serivce' to 'Service' in web-apache-mysql/README.md (2 occurrences)
- Fix 'Serivce' to 'Service' in web-apache-pgsql/README.md (2 occurrences)
- Fix 'Serivce' to 'Service' in web-nginx-pgsql/README.md (2 occurrences)
- Fix 'authentification' to 'authentication' in web-apache-mysql/README.md
- Fix 'authentification' to 'authentication' in web-apache-pgsql/README.md
- Fix 'authentification' to 'authentication' in web-nginx-pgsql/README.md
- Fix 'Depcrecated' to 'Deprecated' in server-pgsql/README.md
- Fix 'containterns' to 'containers' in proxy-mysql/README.md
- Fix 'containterns' to 'containers' in agent2/README.md
- Fix 'Bu default' to 'By default' in proxy-mysql/README.md
- Fix 'want' to 'warn' in java-gateway/README.md
- Complete truncated sentence in java-gateway/README.md (Oracle Linux description)