Fix claim node examples in kickstart(-64) documentation (#11242)
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
Félix-Antoine Fortin committed
Dec 21, 2021 at 02:45 UTC
503ec08a81d6616fce1bb7bfa61570eca7c0539a
2 files changed
+2
-2
packaging/installer/methods/kickstart-64.md
+1
-1
@@ -88,7 +88,7 @@ area](https://learn.netdata.cloud/docs/cloud/spaces#manage-spaces).
88
For example:
89
90
```bash
91
-bash <(curl -Ss https://my-netdata.io/kickstart-static64.sh) --claim-token=TOKEN --claim-rooms=ROOM1,ROOM2
91
+bash <(curl -Ss https://my-netdata.io/kickstart-static64.sh) --claim-token TOKEN --claim-rooms ROOM1,ROOM2 --claim-url https://app.netdata.cloud
92
```
93
94
## Verify script integrity
packaging/installer/methods/kickstart.md
+1
-1
@@ -85,7 +85,7 @@ area](https://learn.netdata.cloud/docs/cloud/spaces#manage-spaces).
85
For example:
86
87
```bash
88
-bash <(curl -Ss https://my-netdata.io/kickstart.sh) --claim-token=TOKEN --claim-rooms=ROOM1,ROOM2
88
+bash <(curl -Ss https://my-netdata.io/kickstart.sh) --claim-token TOKEN --claim-rooms ROOM1,ROOM2 --claim-url https://app.netdata.cloud
89
```
90
91
Please note that to run it you will either need to have root privileges or run it with the user that is running the agent, more details on the [Connect an agent without root privileges](/claim/README.md#connect-an-agent-without-root-privileges) section.