chef-datadog
chef-datadog copied to clipboard
Chef cookbook for Datadog Agent & Integrations
[2015-11-12T05:39:47-08:00] INFO: Processing windows_service[datadog-agent] action restart (datadog::dd-agent line 69) [2015-11-12T05:40:48-08:00] ERROR: Running exception handlers [2015-11-12T05:40:50-08:00] ERROR: Exception handlers complete [2015-11-12T05:40:50-08:00] FATAL: Stacktrace dumped to C:/chef/cache/chef-stacktrace.out [2015-11-12T05:40:50-08:00] FATAL: Timeout::Error: windows_service[datadog-agent](datadog::dd-agent line...
I have an issue that's related to this https://github.com/DataDog/integrations-core/issues/1623 I now know that I just have to install it through the embedded pip which fixed my issue. My understanding is...
The [PHP Tracer](https://github.com/DataDog/dd-trace-php) does not yet have a chef cookbook similar to `ddtrace-python` and `ddtrace-ruby`. I would love to see a cookbook added eventually! I think this would work best...
Following the [datadog Chef installation instructions](https://docs.datadoghq.com/integrations/chef/) on Chef 14 results in the following error: ``` $ knife cookbook site install datadog [...unrelated output cut for brevity...] Installing chef_handler to /home/joe/chef/cookbooks...
We added the go-metro recipe in #484, but the guard resource runs during compile time. The setcap package isn't installed until run time, so if it's missing, the user will...
I am using this ami provided by amazon: `amzn2-ami-hvm-2.0.20180810-x86_64-gp2 (ami-04681a1dbd79675a5)` It does not have a platform_version set in ohai: ``` "platform": "amazon", "platform_version": null, "platform_family": "amazon", ``` The code in...
2.4.0 see gist https://gist.github.com/eedwardsdisco/e9bba491412dcb262cd1db7a2a375044 worked the second run through but caused my recipe to error on the first run
When configuring a redisdb monitor in the datadog cookbook, the cookbook creates file `/etc/datadog-agent/conf.d/redisdb.yaml`. In agent version 6, the path is supposed to be `/etc/datadog-agent/conf.d/redisdb.d/conf.yaml`. It does not appear that...
According to datadog support: > You also have two additional params in `datadog.conf` - `dogstatsd_interval` & `dogstatsd_normalize`, both those have been deprecated in the latest versions of the agent. We...
`chef_handler` [v3.0.0](https://github.com/chef-cookbooks/chef_handler/tree/v3.0.0) was released earlier today and breaks the `dd-handler` recipe. ``` ================================================================================ Error executing action `enable` on resource 'chef_handler[Chef::Handler::Datadog]' ================================================================================ NoMethodError ------------- No resource or method named `unregister_handler' for...