summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index e6affc36e5..4e4f21cc6a 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -289,6 +289,16 @@ cat <<BANNER3
BANNER3
+if [ -z "$NETDATA_DISABLE_TELEMETRY" ]; then
+ cat <<BANNER4
+
+ ${TPUT_YELLOW}${TPUT_BOLD}NOTE${TPUT_RESET}:
+ Anonymous usage stats will be collected and sent to Google Analytics.
+ To opt-out, pass --disable-telemetry option to the installer.
+
+BANNER4
+fi
+
have_autotools=
if [ "$(type autoreconf 2>/dev/null)" ]; then
autoconf_maj_min() {