mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-23 08:13:32 +01:00
Merge pull request #372 from v-zhuravlev/master
Added ping and traceroute to centos/ubuntu version of server
This commit is contained in:
commit
9721f5c9d5
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user