Every alert that fired — and where it went.
Last 100 alerts fired by justhodl-alert-router (every 30 min) with delivery status to Telegram and any configured webhooks (Slack, Discord, generic). Audit trail for institutional compliance.
Latest router run
Most recent alert-router execution: how many alert candidates, how many sent, how many suppressed by 6h dedup, webhook delivery rate.
Last 100 alerts
Reverse chronological. Severity badge, source, delivery status to Telegram + webhooks. Click headline for details.
| Time | Severity | Source | Title | Telegram | Webhooks |
|---|---|---|---|---|---|
| Loading… | |||||
Webhook delivery
Multi-channel delivery is built in but requires you to add webhook URLs to the /justhodl/alerts/webhook_urls SSM SecureString. Slack and Discord URLs are auto-detected; everything else uses a generic JSON POST format.
aws ssm put-parameter --name /justhodl/alerts/webhook_urls --type SecureString --value '[...]' --overwrite
Alert dedup is 6h per alert ID. Telegram and webhook delivery are independent — failure of one does not block the other. Severity filtering applies per-target via min_severity. History buffer is the last 100 fired alerts.