blumeops/docs/changelog.d/+services-check-show-all-alerts.bugfix.md
Erich Blume b08b1a833f Fix services-check to show all firing alerts per alert name
check_alert() used head -1 to display only the first firing instance,
silently swallowing additional alerts (e.g. frigate pod-not-ready was
hidden behind ollama).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 19:10:09 -07:00

1 line
96 B
Markdown

Fix services-check to display all firing alerts for a given alert name, not just the first one.