summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-09-22 07:30:22 -0700
committerGitHub <noreply@github.com>2020-09-22 07:30:22 -0700
commit83c0121c53c25c58e4308e9723f5395af29ef9c0 (patch)
tree7749eace8a1b34427db58e54deae84d347ee5248 /collectors
parent1e4aec7f4699fd5561ddafbbf8280ec669d8ec45 (diff)
Quick fix to eBPF-apps setting (#9967)
Diffstat (limited to 'collectors')
-rw-r--r--collectors/ebpf.plugin/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/collectors/ebpf.plugin/README.md b/collectors/ebpf.plugin/README.md
index d3dede4e12..30156c761a 100644
--- a/collectors/ebpf.plugin/README.md
+++ b/collectors/ebpf.plugin/README.md
@@ -175,11 +175,12 @@ When the integration is enabled, your dashboard will also show the following cha
- eBPF net
- Number of bytes transmited per seconds.
-If you want to disable these charts, change the setting `disable apps` to `no`.
+If you want to _disable_ the integration with `apps.plugin` along with the above charts, change the setting `disable
+apps` to `yes`.
```conf
[global]
- disable apps = no
+ disable apps = yes
```
### `[ebpf programs]`