From 0fe93637850064e3051046a27e71af54e0a90476 Mon Sep 17 00:00:00 2001
From: Ilya Mashchenko <ilya@netdata.cloud>
Date: Tue, 19 Apr 2022 11:30:26 +0300
Subject: [PATCH] chore(ebpf.plugin): re-enable socket module by default
 (#12702)

---
 collectors/ebpf.plugin/ebpf.d.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/collectors/ebpf.plugin/ebpf.d.conf b/collectors/ebpf.plugin/ebpf.d.conf
index 0ca9ff0d6a..633c537913 100644
--- a/collectors/ebpf.plugin/ebpf.d.conf
+++ b/collectors/ebpf.plugin/ebpf.d.conf
@@ -57,7 +57,7 @@
     oomkill = yes
     process = yes
     shm = yes
-    socket = no # Disabled while we are fixing race condition
+    socket = yes
     softirq = yes
     sync = yes
     swap = no