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 \
|
||||
shadow-utils \
|
||||
pcre2 \
|
||||
# smartmontools \
|
||||
smartmontools \
|
||||
sudo \
|
||||
libcurl-minimal" && \
|
||||
microdnf -y install \
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||
iputils \
|
||||
shadow-utils \
|
||||
pcre2 \
|
||||
# smartmontools \
|
||||
smartmontools \
|
||||
sudo \
|
||||
libcurl-minimal" && \
|
||||
dnf -y install \
|
||||
|
|
|
|||
|
|
@ -154,4 +154,4 @@ MaxLinesPerSecond=${ZBX_MAXLINESPERSECOND}
|
|||
# Default: 60
|
||||
# HeartbeatFrequency=
|
||||
|
||||
HeartbeatFrequency=${ZBX_HEARTBEATFREQUENCY}
|
||||
HeartbeatFrequency=${ZBX_HEARTBEAT_FREQUENCY}
|
||||
|
|
|
|||
Loading…
Reference in a new issue