From 936e263c048e155117cfe33a03d6378c712a43a9 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Mon, 6 Jul 2020 14:22:23 +0200
Subject: [PATCH] Configure ebpf

---
 tasks/configure.yml | 1 +
 templates/ebpf.conf | 7 +++++++
 2 files changed, 8 insertions(+)
 create mode 100644 templates/ebpf.conf

diff --git a/tasks/configure.yml b/tasks/configure.yml
index 7d83823..db983ae 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 0000000..b842602
--- /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
-- 
GitLab