From a96630f68d8220175d4699924be175349c4149f1 Mon Sep 17 00:00:00 2001 From: Iris-Lam <52343367+Iris-Lam@users.noreply.github.com> Date: Tue, 4 Feb 2020 16:50:05 +1100 Subject: [PATCH 1/5] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ffc3ab57..add0cd35 100644 --- a/README.md +++ b/README.md @@ -446,6 +446,15 @@ system_probe_config: sysprobe_socket: /opt/datadog-agent/run/sysprobe.sock ``` +Once modification completed, please start system-probe and restart the Datadog Agent follow the steps below: +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 + +2. [Restart the Agent](https://docs.datadoghq.com/agent/guide/agent-commands/#restart-the-agent) with `sudo service datadog-agent restart` + +3. Enable the system-probe to start on boot: `sudo service enable datadog-agent-sysprobe` + +You may also follow this [documentation](https://docs.datadoghq.com/network_performance_monitoring/installation/?tab=agent#setup) to setup NPM manually. + ### Agent 5 To enable/disable the Process Agent on Agent 5, you need to set on `datadog_config` the `process_agent_enabled` parameter to `true`/`false`. From 7517cb262366abc7cab9076abda8137c3ead996f Mon Sep 17 00:00:00 2001 From: Iris-Lam <52343367+Iris-Lam@users.noreply.github.com> Date: Wed, 5 Feb 2020 16:35:15 +1100 Subject: [PATCH 2/5] Update README.md Co-Authored-By: Pierre Guceski --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index add0cd35..bb99b6c8 100644 --- a/README.md +++ b/README.md @@ -446,7 +446,7 @@ system_probe_config: sysprobe_socket: /opt/datadog-agent/run/sysprobe.sock ``` -Once modification completed, please start system-probe and restart the Datadog Agent follow the steps below: +Once modification completed, follow the steps below: 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 2. [Restart the Agent](https://docs.datadoghq.com/agent/guide/agent-commands/#restart-the-agent) with `sudo service datadog-agent restart` From 4a433f2843dacb620d8c257eb2d8401659da2ecf Mon Sep 17 00:00:00 2001 From: Iris-Lam <52343367+Iris-Lam@users.noreply.github.com> Date: Wed, 5 Feb 2020 16:35:26 +1100 Subject: [PATCH 3/5] Update README.md Co-Authored-By: Pierre Guceski --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb99b6c8..e97b3395 100644 --- a/README.md +++ b/README.md @@ -447,7 +447,7 @@ system_probe_config: ``` Once modification completed, follow the steps below: -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 +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` 2. [Restart the Agent](https://docs.datadoghq.com/agent/guide/agent-commands/#restart-the-agent) with `sudo service datadog-agent restart` From 61680b976d6b0c3a8c72734744531345427e0053 Mon Sep 17 00:00:00 2001 From: Iris-Lam <52343367+Iris-Lam@users.noreply.github.com> Date: Wed, 5 Feb 2020 16:35:36 +1100 Subject: [PATCH 4/5] Update README.md Co-Authored-By: Pierre Guceski --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e97b3395..189914b2 100644 --- a/README.md +++ b/README.md @@ -453,7 +453,7 @@ Once modification completed, follow the steps below: 3. Enable the system-probe to start on boot: `sudo service enable datadog-agent-sysprobe` -You may also follow this [documentation](https://docs.datadoghq.com/network_performance_monitoring/installation/?tab=agent#setup) to setup NPM manually. +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. ### Agent 5 From 93b4c0dbf91610f7b61e21f1d3849fddc062eb78 Mon Sep 17 00:00:00 2001 From: Pierre Guceski Date: Thu, 20 Feb 2020 08:50:19 +0100 Subject: [PATCH 5/5] adding break line --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 189914b2..a7f5c499 100644 --- a/README.md +++ b/README.md @@ -447,6 +447,7 @@ system_probe_config: ``` Once modification completed, follow the steps below: + 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` 2. [Restart the Agent](https://docs.datadoghq.com/agent/guide/agent-commands/#restart-the-agent) with `sudo service datadog-agent restart`