From 192a0ca7d25069b7ee83ef2dc79f097601150b62 Mon Sep 17 00:00:00 2001 From: Kyle-Neale Date: Thu, 29 May 2025 14:55:31 -0400 Subject: [PATCH 1/2] Update Appgate SDP README --- appgate_sdp/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/appgate_sdp/README.md b/appgate_sdp/README.md index b3a06e65f95b0..e5731c5570bc3 100644 --- a/appgate_sdp/README.md +++ b/appgate_sdp/README.md @@ -4,10 +4,9 @@ This check monitors [Appgate SDP][1] through the Datadog Agent. -Include a high level overview of what this integration does: -- What does your product do (in 1-2 sentences)? -- What value will customers get from this integration, and why is it valuable to them? -- What specific data will your integration monitor, and what's the value of that data? +- Monitors the health and performance of Appgate SDP appliances, controllers, and gateways by collecting key metrics via the Datadog Agent. +- Provides visibility into resource utilization, active connections, session counts, and license usage to help ensure secure and efficient access management. +- Enables proactive alerting and troubleshooting by tracking critical indicators such as CPU, memory, disk usage, and system events across distributed environments. ## Setup @@ -20,7 +19,7 @@ No additional installation is needed on your server. ### Configuration -1. Edit the `appgate_sdp.d/conf.yaml` file, in the `conf.d/` folder at the root of your Agent's configuration directory to start collecting your appgate_sdp performance data. See the [sample appgate_sdp.d/conf.yaml][4] for all available configuration options. +1. Edit the `appgate_sdp.d/conf.yaml` file, in the `conf.d/` folder at the root of your Agent's configuration directory to start collecting your Appgate SDP performance data. See the [sample appgate_sdp.d/conf.yaml][4] for all available configuration options. 2. [Restart the Agent][5]. From 2987037b906be59c99ebdce413843769bf58279e Mon Sep 17 00:00:00 2001 From: Kyle-Neale Date: Thu, 29 May 2025 14:56:42 -0400 Subject: [PATCH 2/2] small fix --- appgate_sdp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appgate_sdp/README.md b/appgate_sdp/README.md index e5731c5570bc3..99bf6df214b98 100644 --- a/appgate_sdp/README.md +++ b/appgate_sdp/README.md @@ -4,7 +4,7 @@ This check monitors [Appgate SDP][1] through the Datadog Agent. -- Monitors the health and performance of Appgate SDP appliances, controllers, and gateways by collecting key metrics via the Datadog Agent. +- Monitors the health and performance of Appgate SDP appliances, controllers, and gateways by collecting key metrics. - Provides visibility into resource utilization, active connections, session counts, and license usage to help ensure secure and efficient access management. - Enables proactive alerting and troubleshooting by tracking critical indicators such as CPU, memory, disk usage, and system events across distributed environments.