Zabbix agent 2 added

This commit is contained in:
Alexey Pustovalov
2019-11-14 14:28:37 +09:00
parent 942bc9a2ab
commit e899d61d28
43 changed files with 574 additions and 52 deletions

View File

@ -75,7 +75,7 @@ RUN set -eux && \
rm -rf /var/cache/nginx/* && \
rm -rf /var/lib/apt/lists/*
ARG MAJOR_VERSION=4.4
ARG MAJOR_VERSION=5.0
ARG ZBX_VERSION=${MAJOR_VERSION}
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}