Replies: 1 comment 2 replies
-
Ok, I was finally able to do it right. Missing parts are:
fallback.yml:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently comparing Cortex setup and feature set with Mimir (both installed via official helm charts):
For Mimir I keep the setup minimal:
I enabled alpha plugins in Grafana to get the possibility to configure datasource of Alertmanager type.
Problem I: I cannot add successfully Mimir-Alertmanager as datasource
When trying to save the datasource (URL
http://mimir-mimir-poc-nginx
) I'm gettingHealth check failed.
error in Grafana UI:and in nginx logs I see:
For Cortex first endpoint fails with 404 as well, but the second one succeeds. In Mimir documentation in section listing differences in API I can't find this particular status endpoint.
Problem II: cannot send alerts
Created BogusCritical alert of Mimir/Cortex/Loki type (evaluated and firing):
And datasource for Prometheus Alertmanager (passing healthcheck):
In Grafana I added Slack receiver. Grafana reads Alertmanager configuration without problems (all applied AM changes are visible in the Grafana). However, I cannot get the notifications for my custom alerting rule.
I see the following error entries in Grafana logs, so I assume Grafana tries to send alerts to the Mimir Alertmanager (even it it's not explicitly created as a datasource) anyway:
Has anyone encountered similar issue? Where else should I check to investigate these problems?
Beta Was this translation helpful? Give feedback.
All reactions