Change all https://app.netdata.cloud URLs to https://netdata.cloud to restore connectivity with netdata cloud.
Markos Fountoulakis committed
Apr 3, 2020 at 18:49 UTC
767b7ba991615809cf57bff4dd59b99518cb59e7
6 files changed
+6
-6
claim/README.md
+1
-1
@@ -26,7 +26,7 @@ following arguments:
26
-rooms=ROOM1,ROOM2,...
27
where ROOMX is the workspace war-room to join. This list is optional.
28
-url=URL_BASE
29
- where URL_BASE is the Netdata Cloud endpoint base URL. By default, this is https://app.netdata.cloud.
29
+ where URL_BASE is the Netdata Cloud endpoint base URL. By default, this is https://netdata.cloud.
30
-id=AGENT_ID
31
where AGENT_ID is the unique identifier of the agent. This is the agent's MACHINE_GUID by default.
32
-hostname=HOSTNAME
claim/netdata-claim.sh.in
+1
-1
@@ -98,7 +98,7 @@ fi
98
MACHINE_GUID_FILE="@registrydir_POST@/netdata.public.unique.id"
99
CLAIMING_DIR="${NETDATA_USER_CONFIG_DIR}/claim.d"
100
TOKEN="unknown"
101
-URL_BASE="https://app.netdata.cloud"
101
+URL_BASE="https://netdata.cloud"
102
ID="unknown"
103
ROOMS=""
104
HOSTNAME=$(hostname)
health/notifications/alarm-notify.sh.in
+1
-1
@@ -193,7 +193,7 @@ fi
193
[ -z "${NETDATA_STOCK_CONFIG_DIR}" ] && NETDATA_STOCK_CONFIG_DIR="@libconfigdir_POST@"
194
[ -z "${NETDATA_CACHE_DIR}" ] && NETDATA_CACHE_DIR="@cachedir_POST@"
195
[ -z "${NETDATA_REGISTRY_URL}" ] && NETDATA_REGISTRY_URL="https://registry.my-netdata.io"
196
-[ -z "${NETDATA_REGISTRY_CLOUD_BASE_URL}" ] && NETDATA_REGISTRY_CLOUD_BASE_URL="https://app.netdata.cloud"
196
+[ -z "${NETDATA_REGISTRY_CLOUD_BASE_URL}" ] && NETDATA_REGISTRY_CLOUD_BASE_URL="https://netdata.cloud"
197
198
# -----------------------------------------------------------------------------
199
# parse command line parameters
libnetdata/libnetdata.h
+1
-1
@@ -323,6 +323,6 @@ extern char *netdata_configured_host_prefix;
323
#include "string/utf8.h"
324
325
// BEWARE: Outside of the C code this also exists in alarm-notify.sh
326
-#define DEFAULT_CLOUD_BASE_URL "https://app.netdata.cloud"
326
+#define DEFAULT_CLOUD_BASE_URL "https://netdata.cloud"
327
328
#endif // NETDATA_LIB_H
tests/alarm_repetition/netdata.conf_with_repetition
+1
-1
@@ -54,4 +54,4 @@
54
allow from = *
55
56
[cloud]
57
- cloud base url = https://app.netdata.cloud
57
+ cloud base url = https://netdata.cloud
tests/alarm_repetition/netdata.conf_without_repetition
+1
-1
@@ -54,4 +54,4 @@
54
allow from = *
55
56
[cloud]
57
- cloud base url = https://app.netdata.cloud
57
+ cloud base url = https://netdata.cloud