summaryrefslogtreecommitdiffstats
path: root/docs/configure
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-04-15 18:18:51 +0000
committerGitHub <noreply@github.com>2021-04-15 18:18:51 +0000
commitd416099ffb8ad1d15cf77aa6b4a40e5f3b855ee3 (patch)
tree72961c47408cfde56cb4543744236a81bd9678f4 /docs/configure
parent95da663b95a42de18259fb37bba9ebf1ebab7d58 (diff)
Update eBPF documentation (#10982)
Diffstat (limited to 'docs/configure')
-rw-r--r--docs/configure/nodes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configure/nodes.md b/docs/configure/nodes.md
index c6e58cd8bb..a721c73c45 100644
--- a/docs/configure/nodes.md
+++ b/docs/configure/nodes.md
@@ -40,7 +40,7 @@ exist.
- `edit-config` is a shell script used for [editing configuration files](#use-edit-config-to-edit-configuration-files).
- Various configuration files ending in `.conf` for [configuring plugins or
collectors](/docs/collect/enable-configure.md#enable-a-collector-or-its-orchestrator) behave. Examples: `go.d.conf`,
- `python.d.conf`, and `ebpf.conf`.
+ `python.d.conf`, and `ebpf.d.conf`.
- Various directories ending in `.d`, which contain other configuration files, each ending in `.conf`, for [configuring
specific collectors](/docs/collect/enable-configure.md#configure-a-collector).
- `apps_groups.conf` is a configuration file for changing how applications/processes are grouped when viewing the
@@ -112,7 +112,7 @@ You can edit any Netdata configuration file using `edit-config`. A few examples:
```bash
./edit-config apps_groups.conf
-./edit-config ebpf.conf
+./edit-config ebpf.d.conf
./edit-config health.d/load.conf
./edit-config go.d/prometheus.conf
```