1 Answer
- Newest
- Most votes
- Most comments
0
Can your verify that cloudwatch agent daemon is running?
sudo /opt/aws/amazon-cloudwatch-agent/bin/amazon-cloudwatch-agent-ctl -m ec2 -a status
You may also want to check log file for any errors.
sudo tail /var/log/amazon/amazon-cloudwatch-agent/amazon-cloudwatch-agent.log
Refer to Troubleshooting the CloudWatch agent for more troubleshooting details.
Relevant content
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 20 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 5 months ago
It is running and I've examined the log file there is no errors or warnings either.