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 \
|
bash \
|
||||||
pcre \
|
pcre \
|
||||||
coreutils \
|
coreutils \
|
||||||
|
smartmontools \
|
||||||
|
sudo \
|
||||||
iputils" && \
|
iputils" && \
|
||||||
apk add \
|
apk add \
|
||||||
--no-cache \
|
--no-cache \
|
||||||
|
@ -39,6 +39,8 @@ RUN set -eux && \
|
|||||||
iputils \
|
iputils \
|
||||||
pcre \
|
pcre \
|
||||||
libcurl-minimal \
|
libcurl-minimal \
|
||||||
|
smartmontools \
|
||||||
|
sudo \
|
||||||
openssl-libs" && \
|
openssl-libs" && \
|
||||||
dnf -y install epel-release && \
|
dnf -y install epel-release && \
|
||||||
dnf -y install \
|
dnf -y install \
|
||||||
|
@ -39,6 +39,8 @@ RUN set -eux && \
|
|||||||
iputils \
|
iputils \
|
||||||
pcre \
|
pcre \
|
||||||
libcurl \
|
libcurl \
|
||||||
|
smartmontools \
|
||||||
|
sudo \
|
||||||
openssl-libs" && \
|
openssl-libs" && \
|
||||||
microdnf -y install \
|
microdnf -y install \
|
||||||
--disablerepo="*" \
|
--disablerepo="*" \
|
||||||
|
@ -57,6 +57,8 @@ RUN set -eux && \
|
|||||||
iputils \
|
iputils \
|
||||||
shadow-utils \
|
shadow-utils \
|
||||||
pcre \
|
pcre \
|
||||||
|
smartmontools \
|
||||||
|
sudo \
|
||||||
libcurl" && \
|
libcurl" && \
|
||||||
curl -sSL -o /tmp/epel-release-latest-8.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
|
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 && \
|
rpm -ivh /tmp/epel-release-latest-8.noarch.rpm && \
|
||||||
|
@ -36,6 +36,8 @@ RUN set -eux && \
|
|||||||
INSTALL_PKGS="tini \
|
INSTALL_PKGS="tini \
|
||||||
tzdata \
|
tzdata \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
smartmontools \
|
||||||
|
sudo \
|
||||||
libssl1.1 \
|
libssl1.1 \
|
||||||
libcurl4 \
|
libcurl4 \
|
||||||
libldap-2.4" && \
|
libldap-2.4" && \
|
||||||
|
Loading…
Reference in New Issue
Block a user