|
@@ -2044,7 +2044,9 @@ fi
|
|
|
if [ ${GOTOCLOUD} -eq 0 ]; then
|
|
|
goto_url="${NETDATA_REGISTRY_URL}/goto-host-from-alarm.html?${redirect_params}"
|
|
|
else
|
|
|
- goto_url="${NETDATA_REGISTRY_CLOUD_BASE_URL}/alarms/redirect?agentID=${NETDATA_REGISTRY_UNIQUE_ID}&${redirect_params}"
|
|
|
+ # Temporarily disable alarm redirection, as the cloud endpoint no longer exists. This functionality will be restored after discussion on #9487. For now, just lead to netdata.cloud
|
|
|
+ #goto_url="${NETDATA_REGISTRY_CLOUD_BASE_URL}/alarms/redirect?agentID=${NETDATA_REGISTRY_UNIQUE_ID}&${redirect_params}"
|
|
|
+ goto_url="${NETDATA_REGISTRY_CLOUD_BASE_URL}"
|
|
|
fi
|
|
|
|
|
|
# the severity of the alarm
|