summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/ebpf.plugin/Makefile.am')
-rw-r--r--collectors/ebpf.plugin/Makefile.am20
1 files changed, 11 insertions, 9 deletions
diff --git a/collectors/ebpf.plugin/Makefile.am b/collectors/ebpf.plugin/Makefile.am
index 18b1fc6c8..2d5f92a6b 100644
--- a/collectors/ebpf.plugin/Makefile.am
+++ b/collectors/ebpf.plugin/Makefile.am
@@ -3,10 +3,6 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
-CLEANFILES = \
- reset_netdata_trace.sh \
- $(NULL)
-
include $(top_srcdir)/build/subst.inc
SUFFIXES = .in
@@ -16,12 +12,7 @@ userebpfconfigdir=$(configdir)/ebpf.d
install-exec-local:
$(INSTALL) -d $(DESTDIR)$(userebpfconfigdir)
-dist_plugins_SCRIPTS = \
- reset_netdata_trace.sh \
- $(NULL)
-
dist_noinst_DATA = \
- reset_netdata_trace.sh.in \
README.md \
$(NULL)
@@ -34,7 +25,18 @@ dist_ebpfconfig_DATA = \
ebpf.d/ebpf_kernel_reject_list.txt \
ebpf.d/cachestat.conf \
ebpf.d/dcstat.conf \
+ ebpf.d/disk.conf \
+ ebpf.d/fd.conf \
+ ebpf.d/filesystem.conf \
+ ebpf.d/hardirq.conf \
+ ebpf.d/mdflush.conf \
+ ebpf.d/mount.conf \
ebpf.d/network.conf \
+ ebpf.d/oomkill.conf \
ebpf.d/process.conf \
+ ebpf.d/shm.conf \
+ ebpf.d/softirq.conf \
ebpf.d/sync.conf \
+ ebpf.d/swap.conf \
+ ebpf.d/vfs.conf \
$(NULL)