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

@ -57,7 +57,7 @@ RUN set -eux && \
rm -f /etc/nginx/conf.d/*.conf && \
rm -rf /var/cache/apk/*
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}