Failed to start CloudWatch agent on ubuntu22.04

0

Software package download

wget https://amazoncloudwatch-agent.s3.amazonaws.com/ubuntu/arm64/latest/amazon-cloudwatch-agent.deb

amazon-cloudwatch-agent version

dpkg: version 1.300032.2b361-1 of amazon-cloudwatch-agent already installed, skipping

Run the installation command

sudo /opt/aws/amazon-cloudwatch-agent/bin/amazon-cloudwatch-agent-ctl -a fetch-config -m onPremise -s -c file:/opt/aws/amazon-cloudwatch-agent/etc/amazon-cloudwatch-agent.json

` processing amazon-cloudwatch-agent 2024/01/08 09:45:20 E! Failed to open Common Config: open /opt/aws/amazon-cloudwatch-agent/etc/common-config.toml: no such file or directory``

No errors occurred while installing the software. There is only an empty directory amazon-cloudwatch-agent.d in the etc directory. After manually editing the configuration file amazon-cloudwatch-agent.json and starting the agent, an error is reported but there is no "/opt/aws/amazon-cloudwatch-agent/etc/common-config.toml" ” Is it a problem with this version?

DD-Boom
gefragt vor 5 Monaten545 Aufrufe
1 Antwort
0

You need a valid configuration file before it will start. Please follow one of the 2 links in this page https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/create-cloudwatch-agent-configuration-file.html

It may be easier for you initally to use the wizard by running sudo amazon-cloudwatch-agent-config-wizard

profile picture
EXPERTE
beantwortet vor 5 Monaten
  • Even if I use the wizard, the /opt/aws/amazon-cloudwatch-agent/etc/common-config.toml file is not generated. Does this version not have these configuration files by default?

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen