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

Replace Packer AEM's cloudwatch_writer.py with the one from awslabs/collectd-cloudwatch #101

Open
cliffano opened this issue Dec 10, 2018 · 0 comments

Comments

@cliffano
Copy link
Contributor

cloudwatch_writer.py within Packer AEM https://github.com/shinesolutions/packer-aem/blob/master/provisioners/puppet/modules/config/files/cloudwatch_writer.py should be removed and the provisioning of CloudWatch Collectd plugin config should no longer use that standalone python file. Instead, it should use the file bundled within awslabs/collectd-cloudwatch , which is provisioned at

creates => "${collectd_cloudwatch_base_dir}/src/cloudwatch_writer.py",

This is where the standalone cloudwatch_writer.py is used as collectd cloudwatch plugin python module

script_source => 'puppet:///modules/config/cloudwatch_writer.py',
.
Investigate whether there's a difference between the standalone cloudwatch_writer.py within Packer AEM vs the one within awslabs/collectd-cloudwatch .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant