mirror of
https://github.com/netdata/netdata.git
synced 2025-04-09 23:57:55 +00:00
Change all https://app.netdata.cloud URLs to https://netdata.cloud to restore connectivity with netdata cloud.
This commit is contained in:
parent
1841d37354
commit
767b7ba991
6 changed files with 6 additions and 6 deletions
claim
health/notifications
libnetdata
tests/alarm_repetition
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -54,4 +54,4 @@
|
|||
allow from = *
|
||||
|
||||
[cloud]
|
||||
cloud base url = https://app.netdata.cloud
|
||||
cloud base url = https://netdata.cloud
|
||||
|
|
|
@ -54,4 +54,4 @@
|
|||
allow from = *
|
||||
|
||||
[cloud]
|
||||
cloud base url = https://app.netdata.cloud
|
||||
cloud base url = https://netdata.cloud
|
||||
|
|
Loading…
Add table
Reference in a new issue