Add missing entries in README.md (#14351)
Fixes https://github.com/netdata/learn/issues/1298
thiagoftsm committed
Jan 31, 2023 at 12:46 UTC
cdc223a2ff724f0f52619231b24fa58dc3bffc1a
1 file changed
+2
collectors/plugins.d/README.md
+2
@@ -19,6 +19,8 @@ from external processes, thus allowing Netdata to use **external plugins**.
19
|[apps.plugin](/collectors/apps.plugin/README.md)|`C`|linux, freebsd|monitors the whole process tree on Linux and FreeBSD and breaks down system resource usage by **process**, **user** and **user group**.|
20
|[charts.d.plugin](/collectors/charts.d.plugin/README.md)|`BASH`|all|a **plugin orchestrator** for data collection modules written in `BASH` v4+.|
21
|[cups.plugin](/collectors/cups.plugin/README.md)|`C`|all|monitors **CUPS**|
22
+|[ebpf.plugin](https:/.github.com/netdata/netdata/blob/master/collectors/ebpf.plugin/README.md)|`C`|linux|monitors different metrics on environments using kernel internal functions.|
23
+|[go.d.plugin](https://github.com/netdata/go.d.plugin/blob/master/README.md)|`GO`|all|collects metrics from the system, applications, or third-party APIs.|
24
|[ioping.plugin](/collectors/ioping.plugin/README.md)|`C`|all|measures disk latency.|
25
|[freeipmi.plugin](/collectors/freeipmi.plugin/README.md)|`C`|linux|collects metrics from enterprise hardware sensors, on Linux servers.|
26
|[nfacct.plugin](/collectors/nfacct.plugin/README.md)|`C`|linux|collects netfilter firewall, connection tracker and accounting metrics using `libmnl` and `libnetfilter_acct`.|