Skip to content

Commit ea70824

Browse files
authored
Update linux-installation.mdx
- Minor updates in config description for DOWNLOADED_PACKAGED_HEADERS_PATH and DISTRO_KERNEL_HEADERS_PATH - Added example values for above mentioned configs
1 parent da438fd commit ea70824

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/ebpf/linux-installation.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,15 +237,15 @@ The `newrelic-ebpf-agent.conf` file contains the following configuration paramet
237237
</tr>
238238
<tr>
239239
<td>`DOWNLOADED_PACKAGED_HEADERS_PATH`</td>
240-
<td>Sets the absolute path of the complete directory where the required linux headers are manually downloaded and placed for the eBPF agent to use. This is useful under restricted environments where agent is not able to download required linux headers. The required headers are identified by the agent based on the kernel version. The absolute path in case of K8s should also be prepended with /host when necessary. Use only after NR support recommendation.</td>
240+
<td>Sets the absolute path of the complete directory where the required linux headers are manually downloaded and placed for the eBPF agent to use. This is useful under restricted environments where agent is not able to download required linux headers. The required headers are identified by the agent based on the kernel version. Use only after NR support recommendation.</td>
241241
<td>`String (Path)`</td>
242-
<td>`""`</td>
242+
<td>`"/path/to/downloaded/headers/dir"`</td>
243243
</tr>
244244
<tr>
245245
<td>`DISTRO_KERNEL_HEADERS_PATH`</td>
246-
<td>Sets the absolute path of the complete directory where the linux headers are present for the eBPF agent to use. This is useful where required linux headers could not be installed or path could not be determined. The absolute path in case of K8s should also be prepended with /host when necessary. Use only after NR support recommendation.</td>
246+
<td>Sets the absolute path of the complete directory where the linux headers are present for the eBPF agent to use. This is useful where required linux headers could not be installed or path could not be determined. Use only after NR support recommendation.</td>
247247
<td>`String (Path)`</td>
248-
<td>`""`</td>
248+
<td>`"/usr/src/kernels"`</td>
249249
</tr>
250250
<tr>
251251
<td>`PROTOCOLS_HTTP_ENABLED`</td>

0 commit comments

Comments
 (0)