@cryptotaxi247 / netdata-1 / commits / 83c0121c5

Quick fix to eBPF-apps setting (#9967)

Joel Hans committed Sep 22, 2020 at 07:30 UTC 83c0121c53c25c58e4308e9723f5395af29ef9c0
1 file changed +3 -2
collectors/ebpf.plugin/README.md
+3 -2
@@ -175,11 +175,12 @@ When the integration is enabled, your dashboard will also show the following cha
175 - eBPF net
176 - Number of bytes transmited per seconds.
177
178 -If you want to disable these charts, change the setting `disable apps` to `no`.
178 +If you want to _disable_ the integration with `apps.plugin` along with the above charts, change the setting `disable
179 +apps` to `yes`.
180
181 ```conf
182 [global]
182 - disable apps = no
183 + disable apps = yes
184 ```
185
186 ### `[ebpf programs]`