disable netdata version check

This commit is contained in:
Marco Ochse 2017-10-13 21:25:11 +00:00
parent b6e62e8e77
commit 8e3967f2e1

View file

@ -16,6 +16,7 @@ RUN apk -U upgrade && \
sed -i "s/# cluster_health: True/cluster_health: True/" /etc/netdata/python.d/elasticsearch.conf && \
sed -i "s/# cluster_stats: True/cluster_stats: True/" /etc/netdata/python.d/elasticsearch.conf && \
sed -i 's/SEND_EMAIL="YES"/SEND_EMAIL="NO"/' /etc/netdata/health_alarm_notify.conf && \
echo 0 > /usr/share/netdata/web/version.txt && \
cd / && \
# Clean up