Is your feature request related to a problem? Please describe.
We're using a mix of Prometheus and Icinga2 at work: Icinga2 for status checks and service state, and Prometheus for metrics and metrics-based alerting.
We'd like to view Prometheus alerts in an accessible pane, and we see Icinga2 as a prime candidate, with how it is possible to preserve status checks, which appears to not entirely be trivial in Prometheus.
Describe the solution you'd like
Support receiving Prometheus Alert Manager style alerts via webhook, either natively, or via a pluggable component.
Display these alerts as service checks, with their associated hosts (e.g. the instance label on these alerts)
Alert Manager signals when alerts are resolved, though possibly also some polling on an interval would be a good backup, if the alert manager is overloaded, or icinga2 was down, during the period the resolution message was supposed to be sent.
Describe alternatives you've considered
signalio, which has this functionality (together with the dynamic hosts PR), but they haven't updated it for 2 years now, and appears to have dropped support for it.
Additional context
We've also considered https://alerta.io/ as an alerting viewing frontend, but the state and quality of purely open source tools in the alerting space (including that frontend) has been disappointing, somewhat, so we'd like to see if Prometheus + Icinga2 could be possible.
Is your feature request related to a problem? Please describe.
We're using a mix of Prometheus and Icinga2 at work: Icinga2 for status checks and service state, and Prometheus for metrics and metrics-based alerting.
We'd like to view Prometheus alerts in an accessible pane, and we see Icinga2 as a prime candidate, with how it is possible to preserve status checks, which appears to not entirely be trivial in Prometheus.
Describe the solution you'd like
Support receiving Prometheus Alert Manager style alerts via webhook, either natively, or via a pluggable component.
Display these alerts as service checks, with their associated hosts (e.g. the
instancelabel on these alerts)Alert Manager signals when alerts are resolved, though possibly also some polling on an interval would be a good backup, if the alert manager is overloaded, or icinga2 was down, during the period the resolution message was supposed to be sent.
Describe alternatives you've considered
signalio, which has this functionality (together with the dynamic hosts PR), but they haven't updated it for 2 years now, and appears to have dropped support for it.
Additional context
We've also considered https://alerta.io/ as an alerting viewing frontend, but the state and quality of purely open source tools in the alerting space (including that frontend) has been disappointing, somewhat, so we'd like to see if Prometheus + Icinga2 could be possible.