@cryptotaxi247 / netdata-1 / commits / b8653a3f4

Improve reconnect node instructions (#12987)

Chris Akritidis committed May 23, 2022 at 11:33 UTC b8653a3f4908d87cf7866dc62ffee3f4c8f1b6bd
1 file changed +1 -1
claim/README.md
+1 -1
@@ -493,7 +493,7 @@ This node no longer has access to the credentials it was used when connecting to
493 You will still be able to see this node in your War Rooms in an **unreachable** state.
494
495 If you want to reconnect this node, you need to:
496 -1. Ensure that the `/var/lib/netdata/cloud.d` directory doesn't exist.
496 +1. Ensure that the `/var/lib/netdata/cloud.d` directory doesn't exist. In some installations, the path is `/opt/netdata/var/lib/netdata/cloud.d`.
497 2. Stop the agent.
498 3. Ensure that the `uuidgen-runtime` package is installed. Run ```echo "$(uuidgen)"``` and validate you get back a UUID.
499 4. Copy the kickstart.sh command to add a node from your space and add to the end of it `--claim-id "$(uuidgen)"`. Run the command and look for the message `Node was successfully claimed.`