Fixed ZBX_HEARTBEAT_FREQUENCY variable name

This commit is contained in:
Alexey Pustovalov 2026-07-10 20:43:23 +09:00
parent f449d5d0ec
commit bedfac9654
3 changed files with 3 additions and 3 deletions

View file

@ -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 \

View file

@ -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 \

View file

@ -154,4 +154,4 @@ MaxLinesPerSecond=${ZBX_MAXLINESPERSECOND}
# Default: 60 # Default: 60
# HeartbeatFrequency= # HeartbeatFrequency=
HeartbeatFrequency=${ZBX_HEARTBEATFREQUENCY} HeartbeatFrequency=${ZBX_HEARTBEAT_FREQUENCY}