Merge pull request #372 from v-zhuravlev/master

Added ping and traceroute to centos/ubuntu version of server
This commit is contained in:
Alexey Pustovalov 2018-09-28 14:02:06 +03:00 committed by GitHub
commit 9721f5c9d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -120,6 +120,8 @@ RUN groupadd --system zabbix && \
yum ${YUM_FLAGS_PERSISTENT} install http://repo.zabbix.com/non-supported/rhel/7/x86_64/iksemel-1.4-2.el7.centos.x86_64.rpm \
http://repo.zabbix.com/non-supported/rhel/7/x86_64/fping-3.10-1.el7.x86_64.rpm && \
yum ${YUM_FLAGS_PERSISTENT} install \
iptuils \
traceroute \
libcurl \
libxml2 \
mariadb \

View File

@ -50,6 +50,8 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
mkdir -p /usr/share/doc/zabbix-${ZBX_TYPE}-${ZBX_DB_TYPE} && \
apt-get ${APT_FLAGS_COMMON} update && \
apt-get ${APT_FLAGS_PERSISTENT} install \
iputils-ping \
traceroute \
fping \
libcurl4 \
libiksemel3 \

View File

@ -120,8 +120,8 @@ RUN groupadd --system zabbix && \
yum ${YUM_FLAGS_PERSISTENT} install http://repo.zabbix.com/non-supported/rhel/7/x86_64/iksemel-1.4-2.el7.centos.x86_64.rpm \
http://repo.zabbix.com/non-supported/rhel/7/x86_64/fping-3.10-1.el7.x86_64.rpm && \
yum ${YUM_FLAGS_PERSISTENT} install \
fping \
iksemel \
iptuils \
traceroute \
libcurl \
libxml2 \
net-snmp-libs \

View File

@ -50,6 +50,8 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
mkdir -p /usr/share/doc/zabbix-${ZBX_TYPE}-${ZBX_DB_TYPE} && \
apt-get ${APT_FLAGS_COMMON} update && \
apt-get ${APT_FLAGS_PERSISTENT} install \
iputils-ping \
traceroute \
fping \
libcurl4 \
libiksemel3 \