summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-04-19 11:30:26 +0300
committerGitHub <noreply@github.com>2022-04-19 11:30:26 +0300
commit0fe93637850064e3051046a27e71af54e0a90476 (patch)
treea01c5d1c31f77c64bb89ff6430c5d62c67e38c81 /collectors
parent989d113bd7f35f260b681cf4b7b04cd04f253542 (diff)
chore(ebpf.plugin): re-enable socket module by default (#12702)
Diffstat (limited to 'collectors')
-rw-r--r--collectors/ebpf.plugin/ebpf.d.conf2
1 files changed, 1 insertions, 1 deletions
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