You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.
Investigate whether there's a difference between the standalone cloudwatch_writer.py within Packer AEM vs the one within awslabs/collectd-cloudwatch .
The text was updated successfully, but these errors were encountered:
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
packer-aem/provisioners/puppet/modules/config/manifests/base.pp
Line 205 in a0ff89c
This is where the standalone cloudwatch_writer.py is used as collectd cloudwatch plugin python module
packer-aem/provisioners/puppet/modules/config/manifests/base.pp
Line 238 in a0ff89c
Investigate whether there's a difference between the standalone cloudwatch_writer.py within Packer AEM vs the one within awslabs/collectd-cloudwatch .
The text was updated successfully, but these errors were encountered: