# Daily warmup IP-reputation check + Telegram alert. Runs 20:00 Central (after
# the day's sends complete), alerts ONLY on a problem (delivery below 65% or
# >150 spam/policy 550-5.7.1 blocks); healthy days stay silent. Logs every run
# to /var/log/pw-warmup-healthcheck.log. Script: infra/monitoring/pw-warmup-tg-alert.sh
# -> /usr/local/bin/pw-warmup-tg-alert. Reads TELEGRAM_BOT_TOKEN/CHAT_ID from
# /opt/performancewest/.env.
0 20 * * * deploy /usr/local/bin/pw-warmup-tg-alert >> /var/log/pw-warmup-healthcheck.log 2>&1
