mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
disable netdata version check
This commit is contained in:
parent
b6e62e8e77
commit
8e3967f2e1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue