Mimir Integration
Connect Grafana Mimir with ilert to route Prometheus-based alert rules to on-call responders and improve operational visibility and response time.
Last updated
Was this helpful?
Was this helpful?
receivers:
- name: "ilert"
webhook_configs:
- url: "<your alert source url here>"
send_resolved: truereceivers:
- name: "high-priority"
webhook_configs:
# high priority alert source url
- url: "<your high priority alert source url here>"
send_resolved: true
- name: "low-priority"
webhook_configs:
# low priority alert source url
- url: "<your low priority alert source url here>"
send_resolved: truegroups:
- name: mimir-critical
rules:
- alert: MimirIngesterUnhealthy
expr: |
min by (cluster, namespace) (cortex_ring_members{state="Unhealthy", name="ingester"}) > 0
for: 15m
labels:
severity: critical
annotations:
summary: Mimir cluster has unhealthy ingesters alert
description: "Mimir cluster has unhealthy ingesters \n VALUE = {{ $value }}\n LABELS = {{ $labels }}"ruler:
alertmanager_url: http://alertmanager:9093
enable_api: true
ruler_storage:
backend: local
local:
directory: /etc/alertmanager