Skip to content

Commit e4bd030

Browse files
authored
Merge pull request #257 from DataDog/Ansible-Datadog
Update README.md
2 parents 25185a5 + 93b4c0d commit e4bd030

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,16 @@ system_probe_config:
446446
sysprobe_socket: /opt/datadog-agent/run/sysprobe.sock
447447
```
448448

449+
Once modification completed, follow the steps below:
450+
451+
1. Start the system-probe: `sudo service datadog-agent-sysprobe start` Note: If the service wrapper is not available on your system, run the following command instead: `sudo initctl start datadog-agent-sysprobe`
452+
453+
2. [Restart the Agent](https://docs.datadoghq.com/agent/guide/agent-commands/#restart-the-agent) with `sudo service datadog-agent restart`
454+
455+
3. Enable the system-probe to start on boot: `sudo service enable datadog-agent-sysprobe`
456+
457+
You may also follow the [Datadog Network Performance Monitoring documentation (NPM)](https://docs.datadoghq.com/network_performance_monitoring/installation/?tab=agent#setup) to set it up manually.
458+
449459
### Agent 5
450460

451461
To enable/disable the Process Agent on Agent 5, you need to set on `datadog_config` the `process_agent_enabled` parameter to `true`/`false`.

0 commit comments

Comments
 (0)