From ff31a1599bcb9584d028cdcc8352a0a7171e1b7c Mon Sep 17 00:00:00 2001 From: Chris Akritidis <43294513+cakrit@users.noreply.github.com> Date: Thu, 23 May 2019 19:20:39 +0200 Subject: Mention anonymous statistics in additional places in the docs (#6084) --- netdata-installer.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'netdata-installer.sh') diff --git a/netdata-installer.sh b/netdata-installer.sh index 63910bda0e..7b9eab81b5 100755 --- a/netdata-installer.sh +++ b/netdata-installer.sh @@ -1038,6 +1038,8 @@ EOF # Opt-out from telemetry program if [ -n "${NETDATA_DISABLE_TELEMETRY+x}" ]; then touch "${NETDATA_USER_CONFIG_DIR}/.opt-out-from-anonymous-statistics" +else + progress "You can opt out from anonymous statistics via the --disable-telemetry option, or by creating an empty file ${NETDATA_USER_CONFIG_DIR}/.opt-out-from-anonymous-statistics" fi # ----------------------------------------------------------------------------- -- cgit v1.2.3