summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2024-01-30 11:28:38 +0200
committerGitHub <noreply@github.com>2024-01-30 11:28:38 +0200
commit919dbe175e0d811a2091992dfc24d88b8e91a944 (patch)
treea99f81fe7c4c6f75aa3ad56b63540c0bc34e17bb /netdata-installer.sh
parent5124aefc2b78ddc227c9117f092e4ec1a805ca9b (diff)
Network Viewer (local-sockets version) (#16872)
* network viewer based on local-sockets * added more fields for the UI * added socket state * added inodes to the lists
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index 5bbfafebbb..fceb13f826 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -1416,6 +1416,11 @@ if [ "$(id -u)" -eq 0 ]; then
run chmod 4750 "${NETDATA_PREFIX}/usr/libexec/netdata/plugins.d/local-listeners"
fi
+ if [ -f "${NETDATA_PREFIX}/usr/libexec/netdata/plugins.d/network-viewer.plugin" ]; then
+ run chown "root:${NETDATA_GROUP}" "${NETDATA_PREFIX}/usr/libexec/netdata/plugins.d/network-viewer.plugin"
+ run chmod 4750 "${NETDATA_PREFIX}/usr/libexec/netdata/plugins.d/network-viewer.plugin"
+ fi
+
if [ -f "${NETDATA_PREFIX}/usr/libexec/netdata/plugins.d/ndsudo" ]; then
run chown "root:${NETDATA_GROUP}" "${NETDATA_PREFIX}/usr/libexec/netdata/plugins.d/ndsudo"
run chmod 4750 "${NETDATA_PREFIX}/usr/libexec/netdata/plugins.d/ndsudo"