mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-22 07:43:47 +01:00
Added smartmontools for checking SMART values with agent2
This commit is contained in:
parent
b625d8c7eb
commit
5b839ca2bd
@ -37,6 +37,8 @@ RUN set -eux && \
|
||||
bash \
|
||||
pcre \
|
||||
coreutils \
|
||||
smartmontools \
|
||||
sudo \
|
||||
iputils" && \
|
||||
apk add \
|
||||
--no-cache \
|
||||
|
@ -39,6 +39,8 @@ RUN set -eux && \
|
||||
iputils \
|
||||
pcre \
|
||||
libcurl-minimal \
|
||||
smartmontools \
|
||||
sudo \
|
||||
openssl-libs" && \
|
||||
dnf -y install epel-release && \
|
||||
dnf -y install \
|
||||
|
@ -39,6 +39,8 @@ RUN set -eux && \
|
||||
iputils \
|
||||
pcre \
|
||||
libcurl \
|
||||
smartmontools \
|
||||
sudo \
|
||||
openssl-libs" && \
|
||||
microdnf -y install \
|
||||
--disablerepo="*" \
|
||||
|
@ -57,6 +57,8 @@ RUN set -eux && \
|
||||
iputils \
|
||||
shadow-utils \
|
||||
pcre \
|
||||
smartmontools \
|
||||
sudo \
|
||||
libcurl" && \
|
||||
curl -sSL -o /tmp/epel-release-latest-8.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
|
||||
rpm -ivh /tmp/epel-release-latest-8.noarch.rpm && \
|
||||
|
@ -36,6 +36,8 @@ RUN set -eux && \
|
||||
INSTALL_PKGS="tini \
|
||||
tzdata \
|
||||
ca-certificates \
|
||||
smartmontools \
|
||||
sudo \
|
||||
libssl1.1 \
|
||||
libcurl4 \
|
||||
libldap-2.4" && \
|
||||
|
Loading…
Reference in New Issue
Block a user