I have 4 nodes here that are under 1.39.
Also I have now an agentupgraded with the help of
“wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart. sh --nightly-channel --static-only --claim-token xx-cJr23lkD8KfNYtTfWrG_zvxqefSx3lF8cCyZrfFmi08Z2gNeVjB3JTk606EyM9r8qr-xx --claim-rooms f8f41cf3-1d25-xx-8bb5-5f37af681d17 --claim-url https://app.netdata.cloud --claim-id “$(uuidgen)””
Reinstalled, I guess that worked.
"Unable to communicate with Netdata daemon, querying config from disk instead.
Token: ****************
Base URL: https://app.netdata.cloud
Id: 04d31624-xx-xx-bfc1-ce8271b28c9c
Rooms: f8f41cf3-xx-xx-xx-5f37af681d17
Hostname: xx01
Proxy:
Netdata User: netdata
Connection attempt 1 successful
uv_pipe_connect(): no such file or directory
Make sure that the netdata service is running.
The request was successful, but the agent could not be notified (0) - it needs a restart to connect to the cloud.
OK
— Successfully claimed node —
Official documentation can be found online at https://learn.netdata.cloud/docs/."
Restarting netdata does not help, how do I get my node back to the cloud?
My system is an old “Ubuntu 18.04.6 LTS” living as a virtual box guest
According to the above, it appears the netdata agent is not running. Can you check, either with e.g. systemctl status netdata, or doing a ps aux | grep netdata ?
Could you please grep your error.log (should be under /opt/netdata/var/log or similar) for ACLK messages? ACLK stands for Agent Cloud Link and should shed some light as to what is going on.
# grep ACLK /opt/netdata/var/log/netdata/error.log
2023-06-19 13:21:27: netdata INFO : MAIN : ACLK sync initialization completed
2023-06-19 13:21:27: netdata INFO : ACLKSYNC : Starting ACLK synchronization thread
2023-06-19 13:21:27: netdata INFO : ACLK_MAIN : thread created with task id 10475
2023-06-19 13:21:27: netdata INFO : ACLK_MAIN : set name of thread 10475 to ACLK_MAIN
2023-06-19 13:21:27: netdata INFO : ACLK_MAIN : Waiting for Cloud to be enabled
2023-06-19 13:34:26: netdata INFO : ACLKSYNC : ACLK SYNC: Shutting down ACLK synchronization event loop
2023-06-19 13:34:26: netdata INFO : ACLK_MAIN : thread with task id 10475 finished
2023-06-19 13:36:40: netdata INFO : MAIN : ACLK sync initialization completed
2023-06-19 13:36:40: netdata INFO : ACLKSYNC : Starting ACLK synchronization thread
2023-06-19 13:36:40: netdata INFO : ACLK_MAIN : thread created with task id 20522
2023-06-19 13:36:40: netdata INFO : ACLK_MAIN : set name of thread 20522 to ACLK_MAIN
2023-06-19 13:36:40: netdata INFO : ACLK_MAIN : Waiting for Cloud to be enabled
2023-06-19 13:37:34: netdata INFO : ACLKSYNC : ACLK SYNC: Shutting down ACLK synchronization event loop
2023-06-19 13:37:35: netdata INFO : ACLK_MAIN : thread with task id 20522 finished
2023-06-19 13:42:04: netdata INFO : MAIN : ACLK sync initialization completed
2023-06-19 13:42:04: netdata INFO : ACLKSYNC : Starting ACLK synchronization thread
2023-06-19 13:42:04: netdata INFO : ACLK_MAIN : thread created with task id 26638
2023-06-19 13:42:04: netdata INFO : ACLK_MAIN : set name of thread 26638 to ACLK_MAIN
2023-06-19 13:42:04: netdata INFO : ACLK_MAIN : Waiting for Cloud to be enabled
2023-06-19 13:46:20: netdata INFO : ACLKSYNC : ACLK SYNC: Shutting down ACLK synchronization event loop
2023-06-19 13:46:20: netdata INFO : ACLK_MAIN : thread with task id 26638 finished
2023-06-19 13:46:24: netdata INFO : MAIN : ACLK sync initialization completed
2023-06-19 13:46:24: netdata INFO : ACLKSYNC : Starting ACLK synchronization thread
2023-06-19 13:46:24: netdata INFO : ACLK_MAIN : thread created with task id 30202
2023-06-19 13:46:24: netdata INFO : ACLK_MAIN : set name of thread 30202 to ACLK_MAIN
2023-06-19 13:46:24: netdata INFO : ACLK_MAIN : Waiting for Cloud to be enabled
Static builds are installed under /opt. That’s where the claim script (run from kickstart) should have placed the claim information. Instead they are under /var which is when you have a netdata package installed.
Have you done an upgrade from a system package to static install?
We will try to replicate this, could be a bug in the kickstart script.
Solved by myself. copied the /var/lib/netdata stuff to /opt/netdata
It seems the new node was already there but nt visible. in the cloud menue in top clicking on all nodes reveal both, the old and the new one
There is still a long standing wish: Hide or destroy the old nodes which are no member anymore