1
0
forked from baron/baron-sso

feat(monitoring): integrate prometheus and promtail log aggregation with sms alerts

This commit is contained in:
2026-06-05 18:34:22 +09:00
parent 4bae1dd00d
commit 1f47abb860
4 changed files with 284 additions and 0 deletions

View File

@@ -152,3 +152,11 @@ DEVFRONT_URL=http://localhost:5174
DEVFRONT_CALLBACK_URLS=http://localhost:5174/auth/callback,https://sso.hmac.kr/devfront/auth/callback
ORGFRONT_CALLBACK_URLS=http://localhost:5175/auth/callback,https://sso.hmac.kr/orgfront/auth/callback
VITE_ORGCHART_URL=
# --- Monitoring & Alerts (Grafana SMS Webhook & Promtail) ---
SMS_WEBHOOK_PORT=8080
# 알림 수신 대상 휴대폰 번호 (쉼표 구분)
MONITOR_RECIPIENT_PHONES=01012345678,01098765432
# 로그를 전송받을 Loki 서버 엔드포인트 URL
LOKI_URL=http://loki:3100/loki/api/v1/push