From: Costa Tsaousis (ktsaou) Date: Sun, 26 Feb 2017 18:05:45 +0000 (+0200) Subject: netdata-installer.sh now uses apps.plugin -t option to test if it is capable of readi... X-Git-Tag: ab-debian_0.20170227.01-0ab1~1^2~7^2 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netdata.git;a=commitdiff_plain;h=9e80ee8c8651fcd39f9b620b4dc1d8cc8d93c8b7 netdata-installer.sh now uses apps.plugin -t option to test if it is capable of reading /proc files --- diff --git a/netdata-installer.sh b/netdata-installer.sh index 417c5ca2..51fc2582 100755 --- a/netdata-installer.sh +++ b/netdata-installer.sh @@ -723,7 +723,7 @@ if [ ${UID} -eq 0 ] # if we managed to setcap # but we fail to execute apps.plugin # trigger setuid to root - "${NETDATA_PREFIX}/usr/libexec/netdata/plugins.d/apps.plugin" -v >/dev/null 2>&1 + "${NETDATA_PREFIX}/usr/libexec/netdata/plugins.d/apps.plugin" -t >/dev/null 2>&1 setcap_ret=$? fi fi