mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-04-13 13:58:20 +02:00
Added ping and traceroute to Appliances
This commit is contained in:
parent
4d1f9b850b
commit
bf65f07135
@ -145,6 +145,8 @@ RUN groupadd --system zabbix && \
|
|||||||
http://repo.zabbix.com/non-supported/rhel/7/x86_64/fping-3.10-1.el7.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 epel-release && \
|
yum ${YUM_FLAGS_PERSISTENT} install epel-release && \
|
||||||
yum ${YUM_FLAGS_PERSISTENT} install \
|
yum ${YUM_FLAGS_PERSISTENT} install \
|
||||||
|
iputils \
|
||||||
|
traceroute \
|
||||||
curl \
|
curl \
|
||||||
OpenIPMI-libs \
|
OpenIPMI-libs \
|
||||||
dejavu-sans-fonts \
|
dejavu-sans-fonts \
|
||||||
|
@ -160,6 +160,8 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
|
|||||||
echo "deb http://nginx.org/packages/ubuntu/ $DISTRIB_CODENAME nginx" >> /etc/apt/sources.list.d/nginx.list && \
|
echo "deb http://nginx.org/packages/ubuntu/ $DISTRIB_CODENAME nginx" >> /etc/apt/sources.list.d/nginx.list && \
|
||||||
apt-get ${APT_FLAGS_COMMON} update && \
|
apt-get ${APT_FLAGS_COMMON} update && \
|
||||||
apt-get ${APT_FLAGS_PERSISTENT} install \
|
apt-get ${APT_FLAGS_PERSISTENT} install \
|
||||||
|
iputils-ping \
|
||||||
|
traceroute \
|
||||||
curl \
|
curl \
|
||||||
fping \
|
fping \
|
||||||
libcurl4 \
|
libcurl4 \
|
||||||
|
Loading…
Reference in New Issue
Block a user