summaryrefslogtreecommitdiffstats
path: root/claim
diff options
context:
space:
mode:
authorMarkos Fountoulakis <44345837+mfundul@users.noreply.github.com>2020-04-03 18:49:23 +0300
committerGitHub <noreply@github.com>2020-04-03 18:49:23 +0300
commit767b7ba991615809cf57bff4dd59b99518cb59e7 (patch)
tree9a5e3b2a73e2ad22673a6757438c7f206b0abe49 /claim
parent1841d37354138184b0182751ac9262bc562c5843 (diff)
Change all https://app.netdata.cloud URLs to https://netdata.cloud to restore connectivity with netdata cloud.
Diffstat (limited to 'claim')
-rw-r--r--claim/README.md2
-rwxr-xr-xclaim/netdata-claim.sh.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/claim/README.md b/claim/README.md
index e5688ecd23..29c5eb6a4e 100644
--- a/claim/README.md
+++ b/claim/README.md
@@ -26,7 +26,7 @@ following arguments:
-rooms=ROOM1,ROOM2,...
where ROOMX is the workspace war-room to join. This list is optional.
-url=URL_BASE
- where URL_BASE is the Netdata Cloud endpoint base URL. By default, this is https://app.netdata.cloud.
+ where URL_BASE is the Netdata Cloud endpoint base URL. By default, this is https://netdata.cloud.
-id=AGENT_ID
where AGENT_ID is the unique identifier of the agent. This is the agent's MACHINE_GUID by default.
-hostname=HOSTNAME
diff --git a/claim/netdata-claim.sh.in b/claim/netdata-claim.sh.in
index 0d31e33017..913ca35c77 100755
--- a/claim/netdata-claim.sh.in
+++ b/claim/netdata-claim.sh.in
@@ -98,7 +98,7 @@ fi
MACHINE_GUID_FILE="@registrydir_POST@/netdata.public.unique.id"
CLAIMING_DIR="${NETDATA_USER_CONFIG_DIR}/claim.d"
TOKEN="unknown"
-URL_BASE="https://app.netdata.cloud"
+URL_BASE="https://netdata.cloud"
ID="unknown"
ROOMS=""
HOSTNAME=$(hostname)