Skip to content

Commit b291628

Browse files
Ingest New Documentation (#2780)
Co-authored-by: netdatabot <43409846+netdatabot@users.noreply.github.com>
1 parent 6f55f86 commit b291628

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/Getting Started.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Once logged into Netdata Cloud, you'll see connection instructions. There are th
110110
All methods will show you a command like this:
111111

112112
```bash
113-
bash <(curl -Ss https://my-netdata.io/kickstart.sh) --claim-token YOUR_TOKEN --claim-rooms YOUR_ROOMS --claim-url https://app.netdata.cloud
113+
bash <(curl -Ss https://get.netdata.cloud/kickstart.sh) --claim-token YOUR_TOKEN --claim-rooms YOUR_ROOMS --claim-url https://app.netdata.cloud
114114
```
115115

116116
:::
@@ -238,7 +238,7 @@ Click "Invite Users" in your Space sidebar to add team members. Set appropriate
238238
**Organize by Your Needs:**
239239

240240
| **Category** | **Examples** |
241-
|--------------------|--------------------------------------|
241+
| ------------------ | ------------------------------------ |
242242
| **By Service** | Web servers, databases, applications |
243243
| **By Location** | Data centers, cloud regions |
244244
| **By Team** | DevOps, SRE, development teams |
@@ -258,7 +258,7 @@ Click "Invite Users" in your Space sidebar to add team members. Set appropriate
258258
### Traditional Monitoring vs Netdata Business
259259

260260
| **Traditional Monitoring** | | **Netdata Business** |
261-
|--------------------------------------------------|:------:|----------------------------------------------------|
261+
| ------------------------------------------------ | :----: | -------------------------------------------------- |
262262
| **Navigate complex interfaces** during incidents | | **Get instant analysis** with natural language |
263263
| **Build dashboards** during incidents | **VS** | **Automatic dashboards** with zero configuration |
264264
| **Manually correlate data** across systems | | **AI-powered correlation** and root cause analysis |
@@ -272,7 +272,7 @@ Experience the future of infrastructure monitoring with AI that actually works.
272272
**AI Features Overview:**
273273

274274
| **Capability** | **What It Does** | **Access** |
275-
|--------------------------|-------------------------------------|--------------------------------------|
275+
| ------------------------ | ----------------------------------- | ------------------------------------ |
276276
| **AI Chat with Netdata** | Ask questions in natural language | Available now for all deployments |
277277
| **AI DevOps Copilot** | CLI-based AI automation | Available now with MCP tools |
278278
| **AI Insights** | Professional reports in 2-3 minutes | Business plans get unlimited reports |

docs/Netdata Cloud/Unclaim and Reclaim a Node.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ slug: "/netdata-cloud/unclaim-and-reclaim-a-node"
1515
**What's the difference between unclaiming/reclaiming and removing a node?**
1616

1717
| Action | What it does | Agent status |
18-
|-----------------------|-------------------------------------------------------|-----------------------------------------|
18+
| --------------------- | ----------------------------------------------------- | --------------------------------------- |
1919
| **Unclaim & Reclaim** | Disconnect from current Space, connect to a new Space | Agent keeps running |
2020
| **Remove** | Permanently delete node from Netdata Cloud | Agent may keep running but disconnected |
2121

@@ -75,7 +75,7 @@ sudo systemctl restart netdata
7575
Run the standard claim command with your new Space's token:
7676

7777
```bash
78-
bash <(curl -Ss https://my-netdata.io/kickstart.sh) --claim-token YOUR_NEW_TOKEN --claim-rooms YOUR_ROOMS --claim-url https://app.netdata.cloud
78+
bash <(curl -Ss https://get.netdata.cloud/kickstart.sh) --claim-token YOUR_NEW_TOKEN --claim-rooms YOUR_ROOMS --claim-url https://app.netdata.cloud
7979
```
8080

8181
### Option 2: Configuration File
@@ -119,9 +119,9 @@ After reclaiming, verify the node appears in:
119119
- Verify the claim token is correct for the new Space
120120
- Check `/var/lib/netdata/cloud.d/` was removed before reclaiming
121121
- Review agent logs using:
122-
- `journalctl --namespace netdata -b 0 | grep -i CLAIM`
123-
- or:
124-
- `grep -i CLAIM /var/log/netdata/daemon.log`
122+
- `journalctl --namespace netdata -b 0 | grep -i CLAIM`
123+
- or:
124+
- `grep -i CLAIM /var/log/netdata/daemon.log`
125125

126126
**Reconnection fails:**
127127

0 commit comments

Comments
 (0)