Search
🏢

도메인 변경에 따른 설정 가이드

서비스 상용화에 따라 Console, API endpointWebhook url도메인 변경이 있습니다.
다음 가이드를 참고하셔서 설정 부탁 드립니다.

1. Console 도메인 변경

Google 또는 Keycloak 인증을 사용중인 고객은 추가 도메인에 대해 설정이 필요합니다.
AS-IS <service-domain>.console.spaceone.devTO-BE <service-domain>.spaceone.megazone.io 변경
기존 도메인은 1개월간 유지할 예정이며, 이후 해당 도메인 접근이 제한될 예정 입니다.

2. API endpoint 도메인 변경

AS-IS <microservice>.spaceone.devTO-BE <microservice>.kr1.api.spaceone.megazone.io 변경

TO-BE

3. Webhook url 도메인 변경

AS-IS <monitoring-webhook.spaceone.dev>TO-BE <alert.kr1.webhook.spaceone.megazone.io> 변경
SpaceONE에서 모니터링 툴 연동 플러그인으로 4가지를 제공하고 있습니다. ( AWS SNS / Grafana / Prometheus / Zabbix )
4가지 Webhook url을 모니터링 툴에서 설정에 대해 알아 보겠습니다.
변경에 대한 가이드뿐 아니라 자세한 연동 가이드가 필요하다면 https://spaceone.org/ko/docs/guides/plugins/alert-manager-webhook/를 참고 하십시오.

AWS SNS

변경된 WebhookURL
AWS SNS에서 Webhook URL 변경

Grafana

변경된 WebhookURL
Grafana에서 Webhook URL 변경

Prometheus

변경된 WebhookURL
Prometheus에서 Webhook URL 변경
apiVersion: monitoring.coreos.com/v1alpha1 kind: AlertmanagerConfig metadata: name: config-example labels: alertmanagerConfig: example spec: route: group_by: ['job'] group_wait: 1m group_interval: 5s repeat_interval: 2m receiver: 'cloudforet-alertmanager-webhook' receivers: - name: 'cloudforet-alertmanager-webhook' webhook_configs: - url: 'https://alert.kr1.webhook.spaceone.megazone.io/monitoring/v1/webhook/webhook-42f6388fc65d/7871716cebaxxxxxxxxxxxxxxxxx/events'
YAML
복사

Zabbix

변경된 WebhookURL
Zabbix에서 Webhook URL 변경