summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-11-20 13:36:58 -0700
committerGitHub <noreply@github.com>2020-11-20 13:36:58 -0700
commit7cf6e03f4e4e09e64077669ebe53857a24cca564 (patch)
treedf56324d60ebb16544cb4fb47f92a937e5dc0436 /docs
parentc6a84c4cde21db3d504c3efafa203d29cd5d4ebc (diff)
Document the Agent reinstallation process (#10270)
* Set up the reinstall doc * Building out reinstall page, tweaks * Finish up reinstallation doc * Fix one link * Fix broken links
Diffstat (limited to 'docs')
-rw-r--r--docs/get/README.md16
-rw-r--r--docs/guides/step-by-step/step-09.md7
2 files changed, 20 insertions, 3 deletions
diff --git a/docs/get/README.md b/docs/get/README.md
index bd2580dba3..55029cf4c2 100644
--- a/docs/get/README.md
+++ b/docs/get/README.md
@@ -125,6 +125,14 @@ Cloud. If the script returns an error, try our [troubleshooting tips](/claim/REA
For more information on the claiming process, why we implemented it, and how it works, see the [claim](/claim/README.md)
and [Agent-Cloud link](/aclk/README.md) reference docs.
+## Troubleshooting
+
+If you experience issues with installing the Netdata Agent, see our
+[installation](/packaging/installer/README.md#troubleshooting-and-known-issues) reference. Our
+[reinstall](/packaging/installer/REINSTALL.md) doc can help clean up your installation and get you back to monitoring.
+
+For Netdata Cloud issues, see the [Netdata Cloud reference docs](https://learn.netdata.cloud/docs/cloud).
+
## What's next?
At this point, you have set up your free Netdata Cloud account, installed the Netdata Agent on your node(s), and claimed
@@ -137,4 +145,12 @@ quickstart](/docs/quickstart/single-node.md).
If you're looking to monitor an entire infrastructure with Netdata, see the [infrastructure monitoring
quickstart](/docs/quickstart/infrastructure.md).
+### Related reference documentation
+
+- [Packaging &amp; installer](/packaging/installer/README.md)
+- [Reinstall Netdata](/packaging/installer/REINSTALL.md)
+- [Update Netdata](/packaging/installer/UPDATE.md)
+- [Agent-Cloud link](/aclk/README.md)
+- [Agent claiming](/claim/README.md)
+
[![analytics](https://www.google-analytics.com/collect?v=1&aip=1&t=pageview&_s=1&ds=github&dr=https%3A%2F%2Fgithub.com%2Fnetdata%2Fnetdata&dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2Fdocs%2Foverview%2Fnetdata-monitoring-stacka&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)](<>)
diff --git a/docs/guides/step-by-step/step-09.md b/docs/guides/step-by-step/step-09.md
index c80781bf0d..8397a96d12 100644
--- a/docs/guides/step-by-step/step-09.md
+++ b/docs/guides/step-by-step/step-09.md
@@ -116,9 +116,10 @@ use netdata
db.createCollection("netdata_metrics")
```
-Next, Netdata needs to be reinstalled in order to detect that the required libraries to make this exporting connection
-exist. Since you most likely installed Netdata using the one-line installer script, all you have to do is run that
-script again. Don't worry—any configuration changes you made along the way will be retained!
+Next, Netdata needs to be [reinstalled](/packaging/installer/REINSTALL.md) in order to detect that the required
+libraries to make this exporting connection exist. Since you most likely installed Netdata using the one-line installer
+script, all you have to do is run that script again. Don't worry—any configuration changes you made along the way will
+be retained!
```bash
bash <(curl -Ss https://my-netdata.io/kickstart.sh)