Просмотр исходного кода

Change all https://app.netdata.cloud URLs to https://netdata.cloud to restore connectivity with netdata cloud.

Markos Fountoulakis 5 лет назад
Родитель
Сommit
767b7ba991

+ 1 - 1
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

+ 1 - 1
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)

+ 1 - 1
health/notifications/alarm-notify.sh.in

@@ -193,7 +193,7 @@ fi
 [ -z "${NETDATA_STOCK_CONFIG_DIR}" ] && NETDATA_STOCK_CONFIG_DIR="@libconfigdir_POST@"
 [ -z "${NETDATA_CACHE_DIR}" ] && NETDATA_CACHE_DIR="@cachedir_POST@"
 [ -z "${NETDATA_REGISTRY_URL}" ] && NETDATA_REGISTRY_URL="https://registry.my-netdata.io"
-[ -z "${NETDATA_REGISTRY_CLOUD_BASE_URL}" ] && NETDATA_REGISTRY_CLOUD_BASE_URL="https://app.netdata.cloud"
+[ -z "${NETDATA_REGISTRY_CLOUD_BASE_URL}" ] && NETDATA_REGISTRY_CLOUD_BASE_URL="https://netdata.cloud"
 
 # -----------------------------------------------------------------------------
 # parse command line parameters

+ 1 - 1
libnetdata/libnetdata.h

@@ -323,6 +323,6 @@ extern char *netdata_configured_host_prefix;
 #include "string/utf8.h"
 
 // BEWARE: Outside of the C code this also exists in alarm-notify.sh
-#define DEFAULT_CLOUD_BASE_URL "https://app.netdata.cloud"
+#define DEFAULT_CLOUD_BASE_URL "https://netdata.cloud"
 
 #endif // NETDATA_LIB_H

+ 1 - 1
tests/alarm_repetition/netdata.conf_with_repetition

@@ -54,4 +54,4 @@
     allow from = *
 
 [cloud]
-    cloud base url = https://app.netdata.cloud
+    cloud base url = https://netdata.cloud

+ 1 - 1
tests/alarm_repetition/netdata.conf_without_repetition

@@ -54,4 +54,4 @@
     allow from = *
 
 [cloud]
-    cloud base url = https://app.netdata.cloud
+    cloud base url = https://netdata.cloud