summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-02-24 17:05:51 -0700
committerGitHub <noreply@github.com>2020-02-24 17:05:51 -0700
commit227ebeee5c065dee9a8c14fccbe6ad19c710657b (patch)
treeeb4337386781f3374e9db39acfa7dafde0b9fbe3 /collectors
parent44a9dfea08a51cdd37dd79625c218b387572478e (diff)
Added eBPF to docs navigation and improved title (#8191)
* Add eBPF to nav and improve title * Restore buildhtml
Diffstat (limited to 'collectors')
-rw-r--r--collectors/ebpf_process.plugin/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/ebpf_process.plugin/README.md b/collectors/ebpf_process.plugin/README.md
index d954355be3..5da7bfa648 100644
--- a/collectors/ebpf_process.plugin/README.md
+++ b/collectors/ebpf_process.plugin/README.md
@@ -1,4 +1,4 @@
-# ebpf_process.plugin
+# eBPF monitoring with Netdata
This collector plugin uses eBPF to monitor system calls inside your operating system's kernel. For now, the main goal of
this plugin is to monitor IO and process management on the host where it is running.