You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
449
459
### Agent 5
450
460
451
461
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