summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf.d/sync.conf
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/ebpf.plugin/ebpf.d/sync.conf')
-rw-r--r--collectors/ebpf.plugin/ebpf.d/sync.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/collectors/ebpf.plugin/ebpf.d/sync.conf b/collectors/ebpf.plugin/ebpf.d/sync.conf
index 78277cf560..de28f33941 100644
--- a/collectors/ebpf.plugin/ebpf.d/sync.conf
+++ b/collectors/ebpf.plugin/ebpf.d/sync.conf
@@ -12,3 +12,12 @@
ebpf load mode = entry
apps = yes
update every = 2
+
+# List of monitored syscalls
+[syscalls]
+ sync = yes
+ msync = yes
+ fsync = yes
+ fdatasync = yes
+ syncfs = yes
+ sync_file_range = yes