Skip to content
Snippets Groups Projects
Verified Commit 482cdec3 authored by David Mehren's avatar David Mehren
Browse files

Make ebpf plugin configurable

parent 4e32afbd
No related branches found
No related tags found
No related merge requests found
Pipeline #63128 passed
...@@ -5,3 +5,4 @@ netdata_enable_haproxy: false ...@@ -5,3 +5,4 @@ netdata_enable_haproxy: false
netdata_enable_elasticsearch: false netdata_enable_elasticsearch: false
netdata_enable_postgres: false netdata_enable_postgres: false
netdata_enable_mysql: false netdata_enable_mysql: false
netdata_enable_ebpf: true
...@@ -7,9 +7,14 @@ ...@@ -7,9 +7,14 @@
[statsd] [statsd]
enabled = no enabled = no
{% if netdata_is_container %}
[plugins] [plugins]
{% if netdata_enable_ebpf %}
ebpf = yes
{% else %}
ebpf = no
{% endif %}
{% if netdata_is_container %}
enable running new plugins = no enable running new plugins = no
apps = no apps = no
proc = no proc = no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment