」 feat: added alert manager 🎉

This commit is contained in:
2025-07-23 10:16:25 +02:00
parent 5249be7a36
commit 644aeb4663
10 changed files with 61 additions and 5 deletions

View File

@ -0,0 +1,18 @@
global:
smtp_smarthost:
smtp_from:
smtp_auth_username:
smtp_auth_password:
route:
receiver: 'email-alerts'
group_by: ['alertname']
group_wait: 30s
group_interval: 5m
repeat_interval: 1h
receivers:
- name: 'email-alerts'
email_configs:
- to:
send_resolved: true