Hi there,
Lately, I’ve been getting messages at the start of every month to my root email with the following message after updating the DigitalOcean monitoring agent:
run-parts: /etc/cron.daily/do-agent exited with return code 100
Do I need to be concerned with this? I tried Googling, but there is no information about a return code 100 on here.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
I’m having the same issue lately.
I run
time /bin/bash -x /opt/digitalocean/do-agent/scripts/update.sh
to find out about the problem.Created a db dump and a restore point.
Then needed to reinstall mysql-server by running these
I’m having the same issue lately.
@terresquall I hope you’ve figured a fix by now, but if not, the following post seems promising: https://costinstefan.eu/how-to-fix-do-agent-exited/
I’m having trouble with this as well, my first indication being early this morning. I’ve not yet worked through the same steps as the author of the post I linked, but I will soon.
Hello,
You can check the cron log as well, you might be able to see a more detailed error in there. You can check the last 100 rows in the cron log with this command:
Alex