Update install_netdata

added opt out of telemetry
This commit is contained in:
LPJon
2023-08-31 03:17:47 -05:00
committed by GitHub
parent bb4ade3f3d
commit 6e5e604bd3

View File

@@ -12,6 +12,7 @@
usenvm=n
# Version of Node.js to install. DEFAULT = 16.18.1
nodeversion=16.18.1
telemetryoptout="--disable-telemetry"
nodejs=
function getsystemnodeversion {
@@ -98,7 +99,7 @@ git clone https://github.com/firehol/netdata.git --depth=1 /usr/local/src/netdat
if [ -e "/usr/local/src/netdata" ];then
cd /usr/local/src/netdata
./netdata-installer.sh --disable-cloud --dont-wait
./netdata-installer.sh $telemetryoptout --disable-cloud --dont-wait
fi
# Apache