Following this guide https://www.digitalocean.com/docs/monitoring/how-to/upgrade-legacy-agent/.
Successfully uninstalled the legacy metrics agent.
When I reach step 2.
curl -sSL https://insights.nyc3.cdn.digitaloceanspaces.com/install.sh | sudo bash
I receive an error: curl: (6) Could not resolve host: bash.
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.
I have encountered the same issue and followed the instructions below from the support team:
curl -sSL https://insights.nyc3.cdn.digitaloceanspaces.com/install.sh -o /tmp/install.sh
sudo bash /tmp/install.sh
Thanks cheey2003!
This worked for me.
They should add this to the official page for server ServerPilotNoobs like me : )
Thanks cheey2003!
This worked for me.
They should add this to the official page for server ServerPilotNoobs like me : )
For me there was an issue with the firewall. Apparently I had blocked (or rather never allowed) port 53 to allow for DNS resolution. So I added the port by typing
ufw allow out 53
and the rebooted. Then I was able to run the script just fine. This answer is what came up first when I googled my issue so I am replying here in case anyone else finds it useful too.This fixed it for me as well – thanks!
Thanks, I’m also stuck at step 2.
I get this:
E: Unable to locate package do-agent
anddpkg: error processing package libroken18-heimdal:amd64 (--configure): package libroken18-heimdal:amd64 is not ready for configuration cannot configure (current status 'half-installed') Errors were encountered while processing: libroken18-heimdal:amd64 E: Sub-process /usr/bin/dpkg returned an error code (1)
Ideas? Thanks!
Tnx, works just fine…
I have too issue on step 2. I get:
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Any suggestion please?
thanks! nice work for me :)
Thank you so much! That worked for me as well. Spent too long trying to figure out a workaround before this (to no avail).