Hi @Peter Smit , apologies for the delayed response. Can you please check the following and ensure that these are in order?
- Please connect to this Ubuntu machine and run the command below:
sudo azcmagent show
- Ensure that the "Agent Status" field is "Connected" in the result from previous step. If this is not connected, you can run the
azcmagent connect
command to ensure that the arc agent is connected. (This might require to be run as sudo). The parameters for this command can be obtained from the onboarding script from Azure portal from "Azure Arc --> Servers\Add.." option. - For the VM resource created in portal for this machine, please check the status of "AzureMonitorLinuxAgent" extension. For successful install, it should be "Succeeded".
- Ensure that the service "azuremonitoragent" on the machine is in running status (
service azuremonitoragent status
)
In case you are still facing this issue after ensuring that the above points are all OK, please share details about this machine:
- OS version (please refer here for supported OS for the agent)
- version of Azure Monitoring agent installed (
apt list --installed | grep azuremonitoragent
) - Are there other Linux/Ubuntu machines where this works?