diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-15 03:25:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-15 03:26:11 +0000 |
commit | 412fb90f5888df13fdeafb5705b9ea6eef1a4df1 (patch) | |
tree | a33fe79d3373f32b30ff799e6e15331bd6975f76 /collectors/ebpf.plugin | |
parent | Releasing debian version 1.33.0-1. (diff) | |
download | netdata-412fb90f5888df13fdeafb5705b9ea6eef1a4df1.tar.xz netdata-412fb90f5888df13fdeafb5705b9ea6eef1a4df1.zip |
Merging upstream version 1.33.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'collectors/ebpf.plugin')
-rw-r--r-- | collectors/ebpf.plugin/README.md | 2 | ||||
-rw-r--r-- | collectors/ebpf.plugin/ebpf.d.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/collectors/ebpf.plugin/README.md b/collectors/ebpf.plugin/README.md index 8fc6809e..babcd520 100644 --- a/collectors/ebpf.plugin/README.md +++ b/collectors/ebpf.plugin/README.md @@ -45,7 +45,7 @@ which allow hooking into arbitrary user-space functions in a similar manner to k ## Manually enable the collector on Linux **The eBPF collector is installed and enabled by default on most new installations of the Agent**. The eBPF collector -does not currently work with [static build installations](/packaging/installer/methods/kickstart-64.md) for kernels older +does not currently work with [static build installations](/packaging/installer/methods/kickstart.md#static-builds) for kernels older than `4.11`, but improved support is in active development. eBPF monitoring only works on Linux systems and with specific Linux kernels, including all kernels newer than `4.11.0`, diff --git a/collectors/ebpf.plugin/ebpf.d.conf b/collectors/ebpf.plugin/ebpf.d.conf index 633c5379..0ca9ff0d 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 = yes + socket = no # Disabled while we are fixing race condition softirq = yes sync = yes swap = no |