Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configuration file locations is not up-to-date with default installation in agent 6 #550

Open
PeterGrace opened this issue Jul 16, 2018 · 1 comment
Milestone

Comments

@PeterGrace
Copy link

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 there is code to differentiate this location change (I'm assuming such code would live approximately here?)

Are there plans to fix where the yaml files are populated for the new layout?

iancward added a commit to iancward/chef-datadog that referenced this issue Sep 10, 2018
@olivielpeau
Copy link
Member

Hi @PeterGrace and sorry for the late reply.

This was recently discussed in #558 (comment). TL;DR: Agent version 6 still supports reading from the /etc/datadog-agent/conf.d/redisdb.yaml config file, so this cookbook works fine with Agent 6, but it'd be a welcome improvement to allow writing files in /etc/datadog-agent/conf.d/redisdb.d/<arbitrary_name>.yaml, with arbitrary_name a user-provided name.

@olivielpeau olivielpeau added this to the Triage milestone Oct 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants