summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf.d.conf
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-07-29 18:26:11 +0000
committerGitHub <noreply@github.com>2021-07-29 18:26:11 +0000
commit561557c5ae2f427033fb3809e52e8db7cbecf7f7 (patch)
tree9f5e58cb169363fb45602661c4e7ceff7ed257da /collectors/ebpf.plugin/ebpf.d.conf
parentd6e8972e217d353960d36b039fc54c3ae7dcc42c (diff)
eBPF mount (#11358)
Diffstat (limited to 'collectors/ebpf.plugin/ebpf.d.conf')
-rw-r--r--collectors/ebpf.plugin/ebpf.d.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/collectors/ebpf.plugin/ebpf.d.conf b/collectors/ebpf.plugin/ebpf.d.conf
index 15512e76fd..fe92bad841 100644
--- a/collectors/ebpf.plugin/ebpf.d.conf
+++ b/collectors/ebpf.plugin/ebpf.d.conf
@@ -28,6 +28,7 @@
# `cachestat` : Make charts for kernel functions related to page cache.
# `dcstat` : Make charts for kernel functions related to directory cache.
# `disk` : Monitor I/O latencies for disks
+# `mount` : Monitor calls for syscalls mount and umount
# `filesystem`: Monitor calls for functions used to manipulate specific filesystems
# `process` : This eBPF program creates charts that show information about process creation, and file manipulation.
# `socket` : This eBPF program creates charts with information about `TCP` and `UDP` functions, including the
@@ -41,6 +42,7 @@
dcstat = no
disk = no
filesystem = no
+ mount = yes
process = yes
socket = yes
sync = yes