Closed droslean closed 1 year ago
Closing in favor of https://github.com/prometheus-operator/prometheus-operator/issues/3737
For the record, the solution is either to create an AlertmanagerConfig per namespace or set spec.alertmanagerConfigMatcherStrategy.type
to None
in the Alertmanager CR.
My alert which is being sent by the Prometheus:
I exec into the pod to see what the config_out looks like
The debug logs of the Alertmanager
It seems the slack receiver is completely ignored and there are no logs. I failed to find any misconfiguration, therefore there is a chance of a BUG.
I am using
quay.io/prometheus-operator/prometheus-operator:v0.66.0
for the Prometheus operator.