Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Collecting Metrics/Collecting Metrics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This section outlines the required privileges and how they are configured in dif
| Plugin/Binary | Privileges (Linux) | Privileges (Non-Linux or Containerized Environment) |
|------------------------|-------------------------------------------------|-----------------------------------------------------|
| apps.plugin | CAP_DAC_READ_SEARCH, CAP_SYS_PTRACE | setuid root |
| debugfs.plugin | CAP_DAC_READ_SEARCH | setuid root |
| debugfs.plugin | CAP_DAC_READ_SEARCH, CAP_AUDIT_CONTROL | setuid root |
| systemd-journal.plugin | CAP_DAC_READ_SEARCH | setuid root |
| perf.plugin | CAP_PERFMON | setuid root |
| slabinfo.plugin | CAP_DAC_READ_SEARCH | setuid root |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ To install a Netdata Parent:

See [Configuring Metrics Centralization Points](/docs/netdata-parents/metrics-centralization-points/configuring-metrics-centralization-points) for detailed configuration instructions.

3. Connect your Parent to Netdata Cloud.

Claiming the Parent lets Netdata Cloud query it, and registers all connected Children to Netdata Cloud automatically. See the [Connect Agent to Cloud guide](/docs/netdata-cloud/connect-agent) for instructions.

## Key Features

:::important
Expand Down
5 changes: 5 additions & 0 deletions docs/Netdata Parents/Netdata Parents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ flowchart TB

</details><br/>

## Connect your Parent to Netdata Cloud

A Parent is a regular Netdata Agent. Once it is connected to Netdata Cloud using the standard claiming process, its Children can be directly queried and are registered to Netdata Cloud automatically. See the [Connect Agent to Cloud guide](/docs/netdata-cloud/connect-agent) for instructions.
:::

:::tip

Check out our [Parent-Child Deployment Guide](/docs/netdata-parents) for step-by-step instructions.
Expand Down