Skip to content

Commit

Permalink
disable networkMonitoring, not in our contract
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Sep 9, 2024
1 parent b9a6ddd commit bcce8b8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions examples/extras/datadog-agent/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Datadog Agent

## Network Monitoring

[Remedy Ticket](https://remedy.census.gov/smartit/app/#/incident/IDGAA5V0FRB8NAS9442GS834U9J61Q)

```script
Please see list of EKS clusters that need to have Datadog network monitoring setting disabled
https://uscensus.sharepoint.com/:x:/t/csvd/Datadog/ERCJe8gBBGFPmOIdKaRLtsEBJci4u4xgRhXuwbq30rHNPA
Datadog contacted me to let me know that Network monitoring isnt on our contract and we're currently paying on demand hours for this hosts to use NPM (Network Performance Monitoring).
https://github.e.it.census.gov/terraform/412187151792-ma9-gov/blob/034ca14377695e392568d9713bcef1d4079514e1/vpc/east/vpc2/apps/eks-csvd-datadog-poc/common-services/datadog-agent/datadog.values.yml#L31
EKS Done via Terraform (SCT)
"EKS - Please disable networkMonitoring from 'enabled: true' to 'enabled: false' in datadog.values.yml on the provided list of EKS clusters.
Restart the Datadog Agent for settings to take effect.
Please start with csvd-datadog-poc to ensure successful test.
Please ensure the customer is not also doing work at the same time to avoid intersecting audit logs.
networkMonitoring:
enabled: false"
```

# CHANGELOG

* 1.0.0 -- 2024-09-09
- add network monitoring disable to doc
2 changes: 1 addition & 1 deletion examples/extras/datadog-agent/datadog.values.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ datadog:
kubelet:
tlsVerify: false
networkMonitoring:
enabled: true
enabled: false
env:
- name: DD_EC2_PREFER_IMDSV2
value: "true"
Expand Down

0 comments on commit bcce8b8

Please sign in to comment.