mirror of
git://f0xx.org/ac/ac-deploy
synced 2026-07-29 01:37:54 +03:00
artc0 VM is off; remove node_exporter target and relabel rules from Prometheus. Point Grafana auth-proxy whitelist and alert-notifier shortener API at cast01–03 cluster instead of 10.7.16.128. Co-authored-by: Cursor <cursoragent@cursor.com>
25 lines
1.4 KiB
Bash
25 lines
1.4 KiB
Bash
# alert-notifier.env — config for alert-notifier.py on cast04
|
|
# Keep this file readable only by the service user (chmod 600).
|
|
|
|
# ── URL shortener ──────────────────────────────────────────────────────────
|
|
SHORTENER_INTERNAL=http://10.7.16.236
|
|
SHORTENER_HOST_HDR=s.f0xx.org
|
|
SHORTENER_BEARER=3b7031ef38d9a5cb33f6b2e789c27fe8ae32c743f6aa8df7
|
|
SHORTENER_TTL=86400
|
|
|
|
# ── SMTP (Gmail app password) ──────────────────────────────────────────────
|
|
SMTP_HOST=smtp.gmail.com
|
|
SMTP_PORT=587
|
|
SMTP_USER=bestcastr@gmail.com
|
|
SMTP_PASS=wnxv caln tcmt ldpn
|
|
EMAIL_FROM=Android Cast Alerts <bestcastr@gmail.com>
|
|
EMAIL_TO=a.afanasieff@gmail.com
|
|
|
|
# ── Telegram ───────────────────────────────────────────────────────────────
|
|
TELEGRAM_BOT=8841511259:AAGNhJICFiyID-3C8LvoMMmnpfw-x6bkVpA
|
|
TELEGRAM_CHAT=5616327561
|
|
|
|
# ── Service ────────────────────────────────────────────────────────────────
|
|
LISTEN_PORT=9099
|
|
FALLBACK_URL=https://apps.f0xx.org/app/androidcast_project/alertmanager/
|