mirror of
git://f0xx.org/ac/ac-deploy
synced 2026-07-29 02:57:38 +03:00
added 'monitoring' path - ask devs why it's there
This commit is contained in:
24
monitoring/cast04/alert-notifier.env
Normal file
24
monitoring/cast04/alert-notifier.env
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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.128
|
||||
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/
|
||||
Reference in New Issue
Block a user