Skip to content

Commit 6ddc1fd

Browse files
gml3ffruthnaebeck
andcommitted
add process collection to steps in NPM install (DataDog#6062)
* add process collection to steps in NPM install * Update content/en/network_performance_monitoring/installation.md Co-Authored-By: ruthnaebeck <19349244+ruthnaebeck@users.noreply.github.com> * Update content/en/network_performance_monitoring/installation.md Co-Authored-By: ruthnaebeck <19349244+ruthnaebeck@users.noreply.github.com> * Update content/en/network_performance_monitoring/installation.md Co-Authored-By: ruthnaebeck <19349244+ruthnaebeck@users.noreply.github.com>
1 parent 5744386 commit 6ddc1fd

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

content/en/network_performance_monitoring/installation.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,24 @@ To enable network performance monitoring, configure it in your [Agent's main con
4545

4646
To enable network performance monitoring with the Datadog Agent, use the following configurations:
4747

48-
1. Copy the system-probe example configuration:
48+
1. If you haven't already, enable [live process collection][1] first.
49+
50+
2. Copy the system-probe example configuration:
4951
```
5052
sudo -u dd-agent cp /etc/datadog-agent/system-probe.yaml.example /etc/datadog-agent/system-probe.yaml
5153
```
5254
53-
2. Modify the system-probe configuration file to set the enable flag to `true`.<br>
55+
3. Modify the system-probe configuration file to set the enable flag to `true`.<br>
5456
55-
3. Optionally uncomment the `system_probe_config` parameter to add a custom object:
57+
4. Optionally uncomment the `system_probe_config` parameter to add a custom object:
5658
```
5759
## @param system_probe_config - custom object - optional
5860
## (...)
5961
#
6062
system_probe_config:
6163
```
6264
63-
4. Enter specific configurations for your System Probe data collection:
65+
5. Enter specific configurations for your System Probe data collection:
6466
```
6567
system_probe_config:
6668
## @param enabled - boolean - optional - default: false
@@ -69,10 +71,11 @@ To enable network performance monitoring with the Datadog Agent, use the followi
6971
enabled: true
7072
```
7173
72-
5. Start the system-probe: `sudo service datadog-agent-sysprobe start`
73-
6. [Restart the Agent][1]: `sudo service datadog-agent restart`
74+
6. Start the system-probe: `sudo service datadog-agent-sysprobe start`
75+
7. [Restart the Agent][2]: `sudo service datadog-agent restart`
7476
75-
[1]: https://docs.datadoghq.com/agent/guide/agent-commands/?tab=agentv6#restart-the-agent
77+
[1]: https://docs.datadoghq.com/graphing/infrastructure/process/?tab=linuxwindows#installation
78+
[2]: https://docs.datadoghq.com/agent/guide/agent-commands/?tab=agentv6#restart-the-agent
7679
{{% /tab %}}
7780
{{% tab "Kubernetes" %}}
7881

0 commit comments

Comments
 (0)