Expand description
Alert notifier: delivers new warning/critical events to a configured webhook (POST JSON).
The delivery cursor is persisted (survives restarts, so events generated during downtime are
still delivered); retryable failures (5xx / 429 / network) do not advance the cursor.
main only supervises this task when a webhook is configured, so the no-webhook path returns
once without a respawn storm.