diff --git a/Dockerfiles/java-gateway/README.md b/Dockerfiles/java-gateway/README.md index 8307792c..8abb6d6e 100644 --- a/Dockerfiles/java-gateway/README.md +++ b/Dockerfiles/java-gateway/README.md @@ -60,6 +60,10 @@ $ docker logs some-zabbix-java-gateway When you start the `zabbix-java-gateway` image, you can adjust the configuration of the Zabbix Java Gateway by passing one or more environment variables on the `docker run` command line. +### `ZBX_SERVER` + +Comma-delimited list of IP addresses, CIDR networks or DNS names of Zabbix servers and proxies allowed to connect to Java Gateway. If unset or empty, connections are accepted from all hosts. + ### `ZBX_START_POLLERS` This variable is specified amount of pollers. By default, value is `5`. diff --git a/Dockerfiles/java-gateway/rhel/README.html b/Dockerfiles/java-gateway/rhel/README.html index 7c3d87f5..67602ccd 100644 --- a/Dockerfiles/java-gateway/rhel/README.html +++ b/Dockerfiles/java-gateway/rhel/README.html @@ -29,6 +29,8 @@
When you start the zabbix-java-gateway image, you can adjust the configuration of the Zabbix Java Gateway by passing one or more environment variables on the podman run command line.
ZBX_SERVERComma-delimited list of IP addresses, CIDR networks or DNS names of Zabbix servers and proxies allowed to connect to Java Gateway. If unset or empty, connections are accepted from all hosts.
ZBX_START_POLLERSThis variable is specified amount of pollers. By default, value is 5.
ZBX_TIMEOUT