Fixed variable descriptions
This commit is contained in:
parent
68e583ec61
commit
31cf0a9887
|
|
@ -1,8 +1,8 @@
|
||||||
# syntax=docker/dockerfile:1.6
|
# syntax=docker/dockerfile:1.6
|
||||||
ARG OS_BASE_IMAGE=nvidia/cuda:12.9.0-base-ubi9
|
ARG OS_BASE_IMAGE=nvidia/cuda:12.9.0-base-ubi9
|
||||||
ARG MAJOR_VERSION=7.4
|
ARG MAJOR_VERSION=7.4
|
||||||
ARG RELEASE=8
|
ARG RELEASE=12
|
||||||
ARG ZBX_VERSION=${MAJOR_VERSION}.8
|
ARG ZBX_VERSION=${MAJOR_VERSION}.12
|
||||||
ARG BUILD_BASE_IMAGE=registry.connect.redhat.com/zabbix/zabbix-agent2-74:${ZBX_VERSION}
|
ARG BUILD_BASE_IMAGE=registry.connect.redhat.com/zabbix/zabbix-agent2-74:${ZBX_VERSION}
|
||||||
|
|
||||||
FROM ${BUILD_BASE_IMAGE} AS builder
|
FROM ${BUILD_BASE_IMAGE} AS builder
|
||||||
|
|
@ -25,9 +25,9 @@ ENV ZBX_PERSISTENTBUFFERFILE=$ZABBIX_USER_HOME_DIR/buffer/agent2.db \
|
||||||
|
|
||||||
LABEL description="Zabbix agent 2 is deployed on a monitoring target to actively monitor local resources and applications" \
|
LABEL description="Zabbix agent 2 is deployed on a monitoring target to actively monitor local resources and applications" \
|
||||||
maintainer="alexey.pustovalov@zabbix.com" \
|
maintainer="alexey.pustovalov@zabbix.com" \
|
||||||
name="zabbix/zabbix-agent2-trunk" \
|
name="zabbix/zabbix-agent2-74" \
|
||||||
release="${RELEASE}" \
|
release="${RELEASE}" \
|
||||||
run="docker run --name zabbix-agent2 --link zabbix-server:zabbix-server -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent2-trunk:${ZBX_VERSION}" \
|
run="docker run --name zabbix-agent2 --link zabbix-server:zabbix-server -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent2-74:${ZBX_VERSION}" \
|
||||||
summary="Zabbix agent" \
|
summary="Zabbix agent" \
|
||||||
url="https://www.zabbix.com/" \
|
url="https://www.zabbix.com/" \
|
||||||
vendor="Zabbix SIA" \
|
vendor="Zabbix SIA" \
|
||||||
|
|
@ -38,7 +38,7 @@ LABEL description="Zabbix agent 2 is deployed on a monitoring target to actively
|
||||||
io.openshift.tags="zabbix,zabbix-agent" \
|
io.openshift.tags="zabbix,zabbix-agent" \
|
||||||
org.label-schema.build-date="${BUILD_DATE}" \
|
org.label-schema.build-date="${BUILD_DATE}" \
|
||||||
org.label-schema.description="Zabbix agent 2 is deployed on a monitoring target to actively monitor local resources and applications" \
|
org.label-schema.description="Zabbix agent 2 is deployed on a monitoring target to actively monitor local resources and applications" \
|
||||||
org.label-schema.docker.cmd="docker run --name zabbix-agent2 --link zabbix-server:zabbix-server -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent2-trunk:${ZBX_VERSION}" \
|
org.label-schema.docker.cmd="docker run --name zabbix-agent2 --link zabbix-server:zabbix-server -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent2-74:${ZBX_VERSION}" \
|
||||||
org.label-schema.license="AGPL v3.0" \
|
org.label-schema.license="AGPL v3.0" \
|
||||||
org.label-schema.name="zabbix-agent2-rhel" \
|
org.label-schema.name="zabbix-agent2-rhel" \
|
||||||
org.label-schema.schema-version="1.0" \
|
org.label-schema.schema-version="1.0" \
|
||||||
|
|
|
||||||
|
|
@ -127,7 +127,7 @@ With Docker Swarm or Kubernetes this works with secrets. That way it is replicat
|
||||||
```console
|
```console
|
||||||
printf "zabbix" | docker secret create MYSQL_USER -
|
printf "zabbix" | docker secret create MYSQL_USER -
|
||||||
printf "zabbix" | docker secret create MYSQL_PASSWORD -
|
printf "zabbix" | docker secret create MYSQL_PASSWORD -
|
||||||
docker run --name some-zabbix-proxy-mysql -e DB_SERVER_HOST="some-mysql-server" -e MYSQL_USER_FILE=/run/secrets/MYSQL_USER -e MYSQL_PASSWORD_FILE=/run/secrets/MYSQL_PASSWORD -e ZBX_SERVER_HOST="some-zabbix-server" -e ZBX_HOSTNAME=some-hostname -e ZBX_SERVER_HOST=some-zabbix-server --init -d zabbix/zabbix-proxy-mysql:tag
|
docker run --name some-zabbix-proxy-mysql -e DB_SERVER_HOST="some-mysql-server" -e MYSQL_USER_FILE=/run/secrets/MYSQL_USER -e MYSQL_PASSWORD_FILE=/run/secrets/MYSQL_PASSWORD -e ZBX_SERVER_HOST="some-zabbix-server" -e ZBX_HOSTNAME=some-hostname --init -d zabbix/zabbix-proxy-mysql:tag
|
||||||
```
|
```
|
||||||
|
|
||||||
This method is also applicable for `MYSQL_ROOT_PASSWORD` with `MYSQL_ROOT_PASSWORD_FILE`.
|
This method is also applicable for `MYSQL_ROOT_PASSWORD` with `MYSQL_ROOT_PASSWORD_FILE`.
|
||||||
|
|
@ -168,6 +168,7 @@ ZBX_DBTLSCERTFILE= # Available since 5.0.0
|
||||||
ZBX_DBTLSKEYFILE= # Available since 5.0.0
|
ZBX_DBTLSKEYFILE= # Available since 5.0.0
|
||||||
ZBX_DBTLSCIPHER= # Available since 5.0.0
|
ZBX_DBTLSCIPHER= # Available since 5.0.0
|
||||||
ZBX_DBTLSCIPHER13= # Available since 5.0.0
|
ZBX_DBTLSCIPHER13= # Available since 5.0.0
|
||||||
|
ZBX_VAULT=HashiCorp # Allowed values: HashiCorp, CyberArk. Required when Vault is used. Available since 6.2.0
|
||||||
ZBX_VAULTDBPATH= # Available since 5.2.0
|
ZBX_VAULTDBPATH= # Available since 5.2.0
|
||||||
ZBX_VAULTPREFIX= # Available since 7.0.0
|
ZBX_VAULTPREFIX= # Available since 7.0.0
|
||||||
ZBX_VAULTURL=https://127.0.0.1:8200 # Available since 5.2.0
|
ZBX_VAULTURL=https://127.0.0.1:8200 # Available since 5.2.0
|
||||||
|
|
|
||||||
|
|
@ -87,8 +87,6 @@ podman run --name some-zabbix-proxy-mysql <span class="hljs-_">-e</span> DB_SERV
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="-zbx_timeout-"><code>ZBX_TIMEOUT</code></h3>
|
<h3 id="-zbx_timeout-"><code>ZBX_TIMEOUT</code></h3>
|
||||||
<p>The variable is used to specify timeout for processing checks. By default, value is <code>4</code>.</p>
|
<p>The variable is used to specify timeout for processing checks. By default, value is <code>4</code>.</p>
|
||||||
<h3 id="-zbx_javagateway_enable-"><code>ZBX_JAVAGATEWAY_ENABLE</code></h3>
|
|
||||||
<p>The variable enable communication with Zabbix Java Gateway to collect Java related checks. By default, value is <code>false</code>.</p>
|
|
||||||
<h3 id="other-variables">Other variables</h3>
|
<h3 id="other-variables">Other variables</h3>
|
||||||
<p>Additionally the image allows to specify many other environment variables listed below:</p>
|
<p>Additionally the image allows to specify many other environment variables listed below:</p>
|
||||||
<pre><code><span class="hljs-attr">ZBX_ALLOWUNSUPPORTEDDBVERSIONS</span>=<span class="hljs-number">0</span> # Available since <span class="hljs-number">6.0</span>.<span class="hljs-number">0</span>
|
<pre><code><span class="hljs-attr">ZBX_ALLOWUNSUPPORTEDDBVERSIONS</span>=<span class="hljs-number">0</span> # Available since <span class="hljs-number">6.0</span>.<span class="hljs-number">0</span>
|
||||||
|
|
@ -98,6 +96,7 @@ podman run --name some-zabbix-proxy-mysql <span class="hljs-_">-e</span> DB_SERV
|
||||||
<span class="hljs-attr">ZBX_DBTLSKEYFILE</span>= # Available since <span class="hljs-number">5.0</span>.<span class="hljs-number">0</span>
|
<span class="hljs-attr">ZBX_DBTLSKEYFILE</span>= # Available since <span class="hljs-number">5.0</span>.<span class="hljs-number">0</span>
|
||||||
<span class="hljs-attr">ZBX_DBTLSCIPHER</span>= # Available since <span class="hljs-number">5.0</span>.<span class="hljs-number">0</span>
|
<span class="hljs-attr">ZBX_DBTLSCIPHER</span>= # Available since <span class="hljs-number">5.0</span>.<span class="hljs-number">0</span>
|
||||||
<span class="hljs-attr">ZBX_DBTLSCIPHER13</span>= # Available since <span class="hljs-number">5.0</span>.<span class="hljs-number">0</span>
|
<span class="hljs-attr">ZBX_DBTLSCIPHER13</span>= # Available since <span class="hljs-number">5.0</span>.<span class="hljs-number">0</span>
|
||||||
|
<span class="hljs-attr">ZBX_VAULT</span>=HashiCorp # Allowed values: HashiCorp, CyberArk. Required when Vault is used. Available since <span class="hljs-number">6.2</span>.<span class="hljs-number">0</span>
|
||||||
<span class="hljs-attr">ZBX_VAULTDBPATH</span>= # Available since <span class="hljs-number">5.2</span>.<span class="hljs-number">0</span>
|
<span class="hljs-attr">ZBX_VAULTDBPATH</span>= # Available since <span class="hljs-number">5.2</span>.<span class="hljs-number">0</span>
|
||||||
<span class="hljs-attr">ZBX_VAULTPREFIX</span>= # Available since <span class="hljs-number">7.0</span>.<span class="hljs-number">0</span>
|
<span class="hljs-attr">ZBX_VAULTPREFIX</span>= # Available since <span class="hljs-number">7.0</span>.<span class="hljs-number">0</span>
|
||||||
<span class="hljs-attr">ZBX_VAULTURL</span>=https://<span class="hljs-number">127.0</span>.<span class="hljs-number">0.1</span>:<span class="hljs-number">8200</span> # Available since <span class="hljs-number">5.2</span>.<span class="hljs-number">0</span>
|
<span class="hljs-attr">ZBX_VAULTURL</span>=https://<span class="hljs-number">127.0</span>.<span class="hljs-number">0.1</span>:<span class="hljs-number">8200</span> # Available since <span class="hljs-number">5.2</span>.<span class="hljs-number">0</span>
|
||||||
|
|
|
||||||
|
|
@ -64,8 +64,6 @@ where 1995 is <code>zabbix</code> GID.</p>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="-zbx_timeout-"><code>ZBX_TIMEOUT</code></h3>
|
<h3 id="-zbx_timeout-"><code>ZBX_TIMEOUT</code></h3>
|
||||||
<p>The variable is used to specify timeout for processing checks. By default, value is <code>4</code>.</p>
|
<p>The variable is used to specify timeout for processing checks. By default, value is <code>4</code>.</p>
|
||||||
<h3 id="-zbx_javagateway_enable-"><code>ZBX_JAVAGATEWAY_ENABLE</code></h3>
|
|
||||||
<p>The variable enable communication with Zabbix Java Gateway to collect Java related checks. By default, value is <code>false</code>.</p>
|
|
||||||
<h3 id="other-variables">Other variables</h3>
|
<h3 id="other-variables">Other variables</h3>
|
||||||
<p>Additionally the image allows to specify many other environment variables listed below:</p>
|
<p>Additionally the image allows to specify many other environment variables listed below:</p>
|
||||||
<pre><code><span class="hljs-attr">ZBX_ENABLEREMOTECOMMANDS</span>=<span class="hljs-number">0</span> # Available since <span class="hljs-number">3.4</span>.<span class="hljs-number">0</span>
|
<pre><code><span class="hljs-attr">ZBX_ENABLEREMOTECOMMANDS</span>=<span class="hljs-number">0</span> # Available since <span class="hljs-number">3.4</span>.<span class="hljs-number">0</span>
|
||||||
|
|
|
||||||
|
|
@ -136,6 +136,7 @@ ZBX_DBTLSCERTFILE= # Available since 5.0.0
|
||||||
ZBX_DBTLSKEYFILE= # Available since 5.0.0
|
ZBX_DBTLSKEYFILE= # Available since 5.0.0
|
||||||
ZBX_DBTLSCIPHER= # Available since 5.0.0
|
ZBX_DBTLSCIPHER= # Available since 5.0.0
|
||||||
ZBX_DBTLSCIPHER13= # Available since 5.0.0
|
ZBX_DBTLSCIPHER13= # Available since 5.0.0
|
||||||
|
ZBX_VAULT=HashiCorp # Allowed values: HashiCorp, CyberArk. Required when Vault is used. Available since 6.2.0
|
||||||
ZBX_VAULTDBPATH= # Available since 5.2.0
|
ZBX_VAULTDBPATH= # Available since 5.2.0
|
||||||
ZBX_VAULTPREFIX= # Available since 7.0.0
|
ZBX_VAULTPREFIX= # Available since 7.0.0
|
||||||
ZBX_VAULTURL=https://127.0.0.1:8200 # Available since 5.2.0
|
ZBX_VAULTURL=https://127.0.0.1:8200 # Available since 5.2.0
|
||||||
|
|
|
||||||
|
|
@ -71,8 +71,6 @@ podman run --name some-zabbix-server-mysql <span class="hljs-_">-e</span> DB_SER
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="-zbx_timeout-"><code>ZBX_TIMEOUT</code></h3>
|
<h3 id="-zbx_timeout-"><code>ZBX_TIMEOUT</code></h3>
|
||||||
<p>The variable is used to specify timeout for processing checks. By default, value is <code>4</code>.</p>
|
<p>The variable is used to specify timeout for processing checks. By default, value is <code>4</code>.</p>
|
||||||
<h3 id="-zbx_javagateway_enable-"><code>ZBX_JAVAGATEWAY_ENABLE</code></h3>
|
|
||||||
<p>The variable enable communication with Zabbix Java Gateway to collect Java related checks. By default, value is <code>false</code>.</p>
|
|
||||||
<h3 id="other-variables">Other variables</h3>
|
<h3 id="other-variables">Other variables</h3>
|
||||||
<p>Additionally the image allows to specify many other environment variables listed below:</p>
|
<p>Additionally the image allows to specify many other environment variables listed below:</p>
|
||||||
<pre><code><span class="hljs-attr">ZBX_ALLOWUNSUPPORTEDDBVERSIONS</span>=<span class="hljs-number">0</span> # Available since <span class="hljs-number">6.0</span>.<span class="hljs-number">0</span>
|
<pre><code><span class="hljs-attr">ZBX_ALLOWUNSUPPORTEDDBVERSIONS</span>=<span class="hljs-number">0</span> # Available since <span class="hljs-number">6.0</span>.<span class="hljs-number">0</span>
|
||||||
|
|
@ -83,6 +81,7 @@ podman run --name some-zabbix-server-mysql <span class="hljs-_">-e</span> DB_SER
|
||||||
<span class="hljs-attr">ZBX_DBTLSCIPHER</span>= # Available since <span class="hljs-number">5.0</span>.<span class="hljs-number">0</span>
|
<span class="hljs-attr">ZBX_DBTLSCIPHER</span>= # Available since <span class="hljs-number">5.0</span>.<span class="hljs-number">0</span>
|
||||||
<span class="hljs-attr">ZBX_DBTLSCIPHER13</span>= # Available since <span class="hljs-number">5.0</span>.<span class="hljs-number">0</span>
|
<span class="hljs-attr">ZBX_DBTLSCIPHER13</span>= # Available since <span class="hljs-number">5.0</span>.<span class="hljs-number">0</span>
|
||||||
<span class="hljs-attr">ZBX_VAULTPREFIX</span>= # Available since <span class="hljs-number">7.0</span>.<span class="hljs-number">0</span>
|
<span class="hljs-attr">ZBX_VAULTPREFIX</span>= # Available since <span class="hljs-number">7.0</span>.<span class="hljs-number">0</span>
|
||||||
|
<span class="hljs-attr">ZBX_VAULT</span>=HashiCorp # Allowed values: HashiCorp, CyberArk. Required when Vault is used. Available since <span class="hljs-number">6.2</span>.<span class="hljs-number">0</span>
|
||||||
<span class="hljs-attr">ZBX_VAULTDBPATH</span>= # Available since <span class="hljs-number">5.2</span>.<span class="hljs-number">0</span>
|
<span class="hljs-attr">ZBX_VAULTDBPATH</span>= # Available since <span class="hljs-number">5.2</span>.<span class="hljs-number">0</span>
|
||||||
<span class="hljs-attr">ZBX_VAULTURL</span>=https://<span class="hljs-number">127.0</span>.<span class="hljs-number">0.1</span>:<span class="hljs-number">8200</span> # Available since <span class="hljs-number">5.2</span>.<span class="hljs-number">0</span>
|
<span class="hljs-attr">ZBX_VAULTURL</span>=https://<span class="hljs-number">127.0</span>.<span class="hljs-number">0.1</span>:<span class="hljs-number">8200</span> # Available since <span class="hljs-number">5.2</span>.<span class="hljs-number">0</span>
|
||||||
<span class="hljs-attr">VAULT_TOKEN</span>= # Available since <span class="hljs-number">5.2</span>.<span class="hljs-number">0</span>
|
<span class="hljs-attr">VAULT_TOKEN</span>= # Available since <span class="hljs-number">5.2</span>.<span class="hljs-number">0</span>
|
||||||
|
|
|
||||||
|
|
@ -137,6 +137,7 @@ ZBX_DBTLSCERTFILE= # Available since 5.0.0
|
||||||
ZBX_DBTLSKEYFILE= # Available since 5.0.0
|
ZBX_DBTLSKEYFILE= # Available since 5.0.0
|
||||||
ZBX_DBTLSCIPHER= # Available since 5.0.0
|
ZBX_DBTLSCIPHER= # Available since 5.0.0
|
||||||
ZBX_DBTLSCIPHER13= # Available since 5.0.0
|
ZBX_DBTLSCIPHER13= # Available since 5.0.0
|
||||||
|
ZBX_VAULT=HashiCorp # Allowed values: HashiCorp, CyberArk. Required when Vault is used. Available since 6.2.0
|
||||||
ZBX_VAULTDBPATH= # Available since 5.2.0
|
ZBX_VAULTDBPATH= # Available since 5.2.0
|
||||||
ZBX_VAULTPREFIX= # Available since 7.0.0
|
ZBX_VAULTPREFIX= # Available since 7.0.0
|
||||||
ZBX_VAULTURL=https://127.0.0.1:8200 # Available since 5.2.0
|
ZBX_VAULTURL=https://127.0.0.1:8200 # Available since 5.2.0
|
||||||
|
|
|
||||||
|
|
@ -71,8 +71,6 @@ podman run --name some-zabbix-server-pgsql <span class="hljs-_">-e</span> DB_SER
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="-zbx_timeout-"><code>ZBX_TIMEOUT</code></h3>
|
<h3 id="-zbx_timeout-"><code>ZBX_TIMEOUT</code></h3>
|
||||||
<p>The variable is used to specify timeout for processing checks. By default, value is <code>4</code>.</p>
|
<p>The variable is used to specify timeout for processing checks. By default, value is <code>4</code>.</p>
|
||||||
<h3 id="-zbx_javagateway_enable-"><code>ZBX_JAVAGATEWAY_ENABLE</code></h3>
|
|
||||||
<p>The variable enable communication with Zabbix Java Gateway to collect Java related checks. By default, value is <code>false</code>.</p>
|
|
||||||
<h3 id="other-variables">Other variables</h3>
|
<h3 id="other-variables">Other variables</h3>
|
||||||
<p>Additionally the image allows to specify many other environment variables listed below:</p>
|
<p>Additionally the image allows to specify many other environment variables listed below:</p>
|
||||||
<pre><code><span class="hljs-attr">ZBX_ALLOWUNSUPPORTEDDBVERSIONS</span>=<span class="hljs-number">0</span> # Available since <span class="hljs-number">6.0</span>.<span class="hljs-number">0</span>
|
<pre><code><span class="hljs-attr">ZBX_ALLOWUNSUPPORTEDDBVERSIONS</span>=<span class="hljs-number">0</span> # Available since <span class="hljs-number">6.0</span>.<span class="hljs-number">0</span>
|
||||||
|
|
@ -83,6 +81,7 @@ podman run --name some-zabbix-server-pgsql <span class="hljs-_">-e</span> DB_SER
|
||||||
<span class="hljs-attr">ZBX_DBTLSCIPHER</span>= # Available since <span class="hljs-number">5.0</span>.<span class="hljs-number">0</span>
|
<span class="hljs-attr">ZBX_DBTLSCIPHER</span>= # Available since <span class="hljs-number">5.0</span>.<span class="hljs-number">0</span>
|
||||||
<span class="hljs-attr">ZBX_DBTLSCIPHER13</span>= # Available since <span class="hljs-number">5.0</span>.<span class="hljs-number">0</span>
|
<span class="hljs-attr">ZBX_DBTLSCIPHER13</span>= # Available since <span class="hljs-number">5.0</span>.<span class="hljs-number">0</span>
|
||||||
<span class="hljs-attr">ZBX_VAULTPREFIX</span>= # Available since <span class="hljs-number">7.0</span>.<span class="hljs-number">0</span>
|
<span class="hljs-attr">ZBX_VAULTPREFIX</span>= # Available since <span class="hljs-number">7.0</span>.<span class="hljs-number">0</span>
|
||||||
|
<span class="hljs-attr">ZBX_VAULT</span>=HashiCorp # Allowed values: HashiCorp, CyberArk. Required when Vault is used. Available since <span class="hljs-number">6.2</span>.<span class="hljs-number">0</span>
|
||||||
<span class="hljs-attr">ZBX_VAULTDBPATH</span>= # Available since <span class="hljs-number">5.2</span>.<span class="hljs-number">0</span>
|
<span class="hljs-attr">ZBX_VAULTDBPATH</span>= # Available since <span class="hljs-number">5.2</span>.<span class="hljs-number">0</span>
|
||||||
<span class="hljs-attr">ZBX_VAULTURL</span>=https://<span class="hljs-number">127.0</span>.<span class="hljs-number">0.1</span>:<span class="hljs-number">8200</span> # Available since <span class="hljs-number">5.2</span>.<span class="hljs-number">0</span>
|
<span class="hljs-attr">ZBX_VAULTURL</span>=https://<span class="hljs-number">127.0</span>.<span class="hljs-number">0.1</span>:<span class="hljs-number">8200</span> # Available since <span class="hljs-number">5.2</span>.<span class="hljs-number">0</span>
|
||||||
<span class="hljs-attr">VAULT_TOKEN</span>= # Available since <span class="hljs-number">5.2</span>.<span class="hljs-number">0</span>
|
<span class="hljs-attr">VAULT_TOKEN</span>= # Available since <span class="hljs-number">5.2</span>.<span class="hljs-number">0</span>
|
||||||
|
|
|
||||||
|
|
@ -237,6 +237,7 @@ The variable allows to disable user HTTP authentication.
|
||||||
Additionally the image allows to specify many other environment variables listed below:
|
Additionally the image allows to specify many other environment variables listed below:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
ZBX_VAULT=HashiCorp # Allowed values: HashiCorp, CyberArk. Required when Vault is used. Available since 6.2.0
|
||||||
ZBX_VAULTDBPATH= # Available since 5.2.0
|
ZBX_VAULTDBPATH= # Available since 5.2.0
|
||||||
ZBX_VAULTURL=https://127.0.0.1:8200 # Available since 5.2.0
|
ZBX_VAULTURL=https://127.0.0.1:8200 # Available since 5.2.0
|
||||||
VAULT_TOKEN= # Available since 5.2.0
|
VAULT_TOKEN= # Available since 5.2.0
|
||||||
|
|
|
||||||
|
|
@ -237,6 +237,7 @@ The variable allows to disable user HTTP authentication.
|
||||||
Additionally the image allows to specify many other environment variables listed below:
|
Additionally the image allows to specify many other environment variables listed below:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
ZBX_VAULT=HashiCorp # Allowed values: HashiCorp, CyberArk. Required when Vault is used. Available since 6.2.0
|
||||||
ZBX_VAULTDBPATH= # Available since 5.2.0
|
ZBX_VAULTDBPATH= # Available since 5.2.0
|
||||||
ZBX_VAULTURL=https://127.0.0.1:8200 # Available since 5.2.0
|
ZBX_VAULTURL=https://127.0.0.1:8200 # Available since 5.2.0
|
||||||
VAULT_TOKEN= # Available since 5.2.0
|
VAULT_TOKEN= # Available since 5.2.0
|
||||||
|
|
|
||||||
|
|
@ -238,6 +238,7 @@ The variable allows to disable user HTTP authentication.
|
||||||
Additionally the image allows to specify many other environment variables listed below:
|
Additionally the image allows to specify many other environment variables listed below:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
ZBX_VAULT=HashiCorp # Allowed values: HashiCorp, CyberArk. Required when Vault is used. Available since 6.2.0
|
||||||
ZBX_VAULTDBPATH= # Available since 5.2.0
|
ZBX_VAULTDBPATH= # Available since 5.2.0
|
||||||
ZBX_VAULTURL=https://127.0.0.1:8200 # Available since 5.2.0
|
ZBX_VAULTURL=https://127.0.0.1:8200 # Available since 5.2.0
|
||||||
VAULT_TOKEN= # Available since 5.2.0
|
VAULT_TOKEN= # Available since 5.2.0
|
||||||
|
|
|
||||||
|
|
@ -117,7 +117,8 @@ podman run --name some-zabbix-web-nginx-mysql <span class="hljs-_">-e</span> DB_
|
||||||
<p>The variable allows to disable user HTTP authentication.</p>
|
<p>The variable allows to disable user HTTP authentication.</p>
|
||||||
</code></pre><h3 id="other-variables">Other variables</h3>
|
</code></pre><h3 id="other-variables">Other variables</h3>
|
||||||
<p>Additionally the image allows to specify many other environment variables listed below:</p>
|
<p>Additionally the image allows to specify many other environment variables listed below:</p>
|
||||||
<pre><code><span class="hljs-attr">ZBX_VAULTDBPATH=</span> <span class="hljs-comment"># Available since 5.2.0</span>
|
<pre><code><span class="hljs-attr">ZBX_VAULT=HashiCorp</span> <span class="hljs-comment"># Allowed values: HashiCorp, CyberArk. Required when Vault is used. Available since 6.2.0</span>
|
||||||
|
<span class="hljs-attr">ZBX_VAULTDBPATH=</span> <span class="hljs-comment"># Available since 5.2.0</span>
|
||||||
<span class="hljs-attr">ZBX_VAULTURL=https://127.0.0.1:8200</span> <span class="hljs-comment"># Available since 5.2.0</span>
|
<span class="hljs-attr">ZBX_VAULTURL=https://127.0.0.1:8200</span> <span class="hljs-comment"># Available since 5.2.0</span>
|
||||||
<span class="hljs-attr">VAULT_TOKEN=</span> <span class="hljs-comment"># Available since 5.2.0</span>
|
<span class="hljs-attr">VAULT_TOKEN=</span> <span class="hljs-comment"># Available since 5.2.0</span>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -237,6 +237,7 @@ The variable allows to disable user HTTP authentication.
|
||||||
Additionally the image allows to specify many other environment variables listed below:
|
Additionally the image allows to specify many other environment variables listed below:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
ZBX_VAULT=HashiCorp # Allowed values: HashiCorp, CyberArk. Required when Vault is used. Available since 6.2.0
|
||||||
ZBX_VAULTDBPATH= # Available since 5.2.0
|
ZBX_VAULTDBPATH= # Available since 5.2.0
|
||||||
ZBX_VAULTURL=https://127.0.0.1:8200 # Available since 5.2.0
|
ZBX_VAULTURL=https://127.0.0.1:8200 # Available since 5.2.0
|
||||||
VAULT_TOKEN= # Available since 5.2.0
|
VAULT_TOKEN= # Available since 5.2.0
|
||||||
|
|
|
||||||
|
|
@ -117,7 +117,8 @@ podman run --name some-zabbix-web-nginx-pgsql <span class="hljs-_">-e</span> DB_
|
||||||
<p>The variable allows to disable user HTTP authentication.</p>
|
<p>The variable allows to disable user HTTP authentication.</p>
|
||||||
</code></pre><h3 id="other-variables">Other variables</h3>
|
</code></pre><h3 id="other-variables">Other variables</h3>
|
||||||
<p>Additionally the image allows to specify many other environment variables listed below:</p>
|
<p>Additionally the image allows to specify many other environment variables listed below:</p>
|
||||||
<pre><code><span class="hljs-attr">ZBX_VAULTDBPATH=</span> <span class="hljs-comment"># Available since 5.2.0</span>
|
<pre><code><span class="hljs-attr">ZBX_VAULT=HashiCorp</span> <span class="hljs-comment"># Allowed values: HashiCorp, CyberArk. Required when Vault is used. Available since 6.2.0</span>
|
||||||
|
<span class="hljs-attr">ZBX_VAULTDBPATH=</span> <span class="hljs-comment"># Available since 5.2.0</span>
|
||||||
<span class="hljs-attr">ZBX_VAULTURL=https://127.0.0.1:8200</span> <span class="hljs-comment"># Available since 5.2.0</span>
|
<span class="hljs-attr">ZBX_VAULTURL=https://127.0.0.1:8200</span> <span class="hljs-comment"># Available since 5.2.0</span>
|
||||||
<span class="hljs-attr">VAULT_TOKEN=</span> <span class="hljs-comment"># Available since 5.2.0</span>
|
<span class="hljs-attr">VAULT_TOKEN=</span> <span class="hljs-comment"># Available since 5.2.0</span>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue