mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #1224] Feature Request: Integration with Prometheus Alertmanager for failed checks #826
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#826
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @123-soleil on GitHub (Oct 27, 2025).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1224
Hello,
I'm here for a feature proposal
A new Alertmanager integration option in the Healthchecks admin panel.
I saw the other feature request, and even though it was AI, the idea was good.
When a check enters the failed state, Healthchecks should be able to send an alert to Prometheus Alertmanager (API request).
The alert should include customizable labels and annotations, so users can tag alerts with metadata such as check_name, project, team, severity and any other custom labels defined per check or per project.
Seamless integration with existing Prometheus + Alertmanager alerting pipelines with Centralized alert management (silencing, routing, notifications...).
When a check named backup-job fails, Healthchecks would POST an alert payload like:
The documentation is here: https://prometheus.io/docs/alerting/latest/clients/
Thanks for your work on Healthchecks