Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Sep 28, 2024
1 parent c75a713 commit 924462e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion infra/ansible/roles/dns-telegraf/templates/telegraf.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,8 @@
# tls_cert = "/etc/telegraf/cert.pem"
# tls_key = "/etc/telegraf/key.pem"
## Use TLS but skip chain & host verification
# insecure_skip_verify = false
# insecure_skip_verify = false

[[outputs.datadog]]
apikey = "{{ DATADOG_API_KEY }}"
namepass = ["cookies*", "prometheus*", "rrl*", "server*", "stats*"]

0 comments on commit 924462e

Please sign in to comment.