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
collectd-CloudWatch integration appears to be failing on RHEL 8 due to a ModuleNotFoundError. The plugin cloudwatch_writer.py doesn't seem to be compatible with python3, which comes native with RHEL 8 EC2 instances.
When I run the cloudwatch-agent playbook, I get the following error message:
fatal: FAILED! => {"changed": false, "msg": "Unable to start service collectd: Job for collectd.service failed because the control process exited with error code.\nSee \"systemctl status collectd.service\" and \"journalctl -xe\" for details.\n"}
systemctl status collectd.service returns the following:
Hi there,
collectd-CloudWatch integration appears to be failing on RHEL 8 due to a ModuleNotFoundError. The plugin cloudwatch_writer.py doesn't seem to be compatible with python3, which comes native with RHEL 8 EC2 instances.
When I run the cloudwatch-agent playbook, I get the following error message:
systemctl status collectd.service returns the following:
From /var/log/collectd.log:
I managed to resolve the issue by pulling down this PR: awslabs/collectd-cloudwatch#91.
The text was updated successfully, but these errors were encountered: