diff --git a/tasks/configure.yml b/tasks/configure.yml index 7d83823218d6e54db3f32ef3149559108a6bb859..db983ae74d7cd4b5a895a6568c783c5199efdb95 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -34,6 +34,7 @@ - health_alarm_notify.conf - python.d.conf - go.d.conf + - ebpf.conf notify: - Restart NetData diff --git a/templates/ebpf.conf b/templates/ebpf.conf new file mode 100644 index 0000000000000000000000000000000000000000..b84260243e1b9c1938a211d1f752cc5ac610d1c2 --- /dev/null +++ b/templates/ebpf.conf @@ -0,0 +1,7 @@ +[global] + ebpf load mode = return + disable apps = no + +[ebpf programs] + process = yes + network viewer = yes