summaryrefslogtreecommitdiffstats
path: root/claim
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-11-19 09:13:57 -0700
committerGitHub <noreply@github.com>2020-11-19 09:13:57 -0700
commit25f95e33381b7b92fd24980ed3fa8aa138c949ac (patch)
tree7a255db547bf6354c4bb3c2b5893eb66bbea0dc3 /claim
parente074c3a8aeeba868c5adcd0e06ff6f1866de0b5f (diff)
Remove Docker example from update docs and add section to claim troubleshooting (#10103)
* Remove Docker example and add claiming troubleshooting section * Update troubleshooting recs for claim not found * Update claiming script with full path
Diffstat (limited to 'claim')
-rw-r--r--claim/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/claim/README.md b/claim/README.md
index f795ded79e..65a912dfd0 100644
--- a/claim/README.md
+++ b/claim/README.md
@@ -194,6 +194,16 @@ might be having with the ACLK or claiming process.
Use these keys and the information below to troubleshoot the ACLK.
+#### bash: netdata-claim.sh: command not found
+
+If you run the claiming script and see a `command not found` error, you either installed Netdata in a non-standard
+location or are using an unsupported package. If you installed Netdata in a non-standard path using the `--install`
+option, you need to update your `$PATH` or run `netdata-claim.sh` using the full path. For example, if you installed
+Netdata to `/opt/netdata`, use `/opt/netdata/bin/netdata-claim.sh` to run the claiming script.
+
+If you are using an unsupported package, such as a third-party `.deb`/`.rpm` package provided by your distribution,
+please remove that package and reinstall using our [recommended kickstart script](/docs/get#install-the-netdata-agent).
+
#### Claiming on older distributions (Ubuntu 14.04, Debian 8, CentOS 6)
If you're running an older Linux distribution or one that has reached EOL, such as Ubuntu 14.04 LTS, Debian 8, or CentOS