chef-datadog
chef-datadog copied to clipboard
Chef cookbook for Datadog Agent & Integrations
Datadog auth secrets are also stored in extra_endpoints, `node['datadog']['extra_endpoints']`, but #395 fell short in that it didn't cover these attributes. These should also be retrieved from node run state whenever...
Usability of this cookbook should be improved: Every time I need to lookup the available monitor YAML settings on the DD website or the agent python source. Then I need...
Hi I'm using chef-client 12.22.1 on Amazon Linux AMI release 2018.03 to install datadog-linux-agent v7 via latest chef-cookbook. I'm seeing that in the datadog.yaml, the hostname when I leave it...
Refactor the kitchen.yaml so that the platforms are defined in common anchors at the beginning of the file. Many tests could not run because omnitruck.chef.io/ was returning a 404 -...
Reference to the following PR: https://github.com/DataDog/chef-handler-datadog/pull/113
In the near future, we're going to sign our RPM package with a newer GPG key. To make sure chef installs of Agent 6 work, the new key should be...
We can't downgrade Agent 6 on Windows using chef-datadog for now.
As the MSI is creating a custom user, the behavior of uninstalling/reinstalling was creating a new user each time.
add support for dogstatsd_socket setting in datadog.yaml https://docs.datadoghq.com/developers/dogstatsd/unix_socket/
This eliminates the warnings when no value was provided that concerns different behaviour depending in Chef 12 than in Chef 13 Signed-off-by: Stefan Wessels Beljaars