summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
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.spec.in
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.spec.in')
-rw-r--r--netdata.spec.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index 82c4eceb46..e1a2d2acd4 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -719,6 +719,9 @@ rm -rf "${RPM_BUILD_ROOT}"
# local-listeners detects the local processes that are listening for connections
%attr(4750,root,netdata) %{_libexecdir}/%{name}/plugins.d/local-listeners
+# network-viewer.plugin, detects all system sockets and classifies them
+%attr(4750,root,netdata) %{_libexecdir}/%{name}/plugins.d/network-viewer.plugin
+
# ndsudo a helper to run privileged commands
%attr(4750,root,netdata) %{_libexecdir}/%{name}/plugins.d/ndsudo