Promote main to release: first alerting + Postfix supervision #61
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Jinemi/thermograph#61
Loading…
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Promotes to prod. Detail in #58 and #60.
Verified on beta first, as the rehearsal:
docker compose up -d grafana; health 200thermograph-ops-discordlive#ops-alertsat 20:51:49Z. This is the only check that counts: the provisioning API returns[REDACTED]for the webhook, so a contact point holding an uninterpolated env var reads as perfectly healthy and pages nobody.ProdWorkerContainerSilentfiring correctly on the Alloy gap.What this hop actually changes on prod. Prod runs Alloy, not Grafana, so no alerting config ships here — the rules live on beta and watch prod remotely. What reaches prod is
infra/: the Postfix supervision script,DEPLOY.md's monitoring contract, and the env example.Postfix supervision is already live on prod and was tested there directly —
kill -9on master restored all three listeners in ~21s; a deliberately broken config reachedfailedat ~100s and stopped retrying rather than looping. This merge makes a rebuilt box reproduce that, since the installed artifacts live in/etcand/usr/local/sbin, outside the checkoutdeploy.shhard-resets.Deploy discipline carried over from beta: ship specific files, never
git pullinto/opt/observability. Beta's checkout carries local modifications and two untracked dashboards that a pull would have destroyed.Still not safe to run:
provision-mail.shon prod. Livemynetworkshas drifted to include172.19.0.0/16— not dead, it is the bridge Centralis sends mail from — and the script would silently drop it. The supervision script is separate and never touchesmain.cf.