Fixed ZBX_HEARTBEAT_FREQUENCY variable name
This commit is contained in:
parent
f449d5d0ec
commit
bedfac9654
|
|
@ -65,7 +65,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||||
iputils \
|
iputils \
|
||||||
shadow-utils \
|
shadow-utils \
|
||||||
pcre2 \
|
pcre2 \
|
||||||
# smartmontools \
|
smartmontools \
|
||||||
sudo \
|
sudo \
|
||||||
libcurl-minimal" && \
|
libcurl-minimal" && \
|
||||||
microdnf -y install \
|
microdnf -y install \
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||||
iputils \
|
iputils \
|
||||||
shadow-utils \
|
shadow-utils \
|
||||||
pcre2 \
|
pcre2 \
|
||||||
# smartmontools \
|
smartmontools \
|
||||||
sudo \
|
sudo \
|
||||||
libcurl-minimal" && \
|
libcurl-minimal" && \
|
||||||
dnf -y install \
|
dnf -y install \
|
||||||
|
|
|
||||||
|
|
@ -154,4 +154,4 @@ MaxLinesPerSecond=${ZBX_MAXLINESPERSECOND}
|
||||||
# Default: 60
|
# Default: 60
|
||||||
# HeartbeatFrequency=
|
# HeartbeatFrequency=
|
||||||
|
|
||||||
HeartbeatFrequency=${ZBX_HEARTBEATFREQUENCY}
|
HeartbeatFrequency=${ZBX_HEARTBEAT_FREQUENCY}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue