mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 04:22:54 +02:00
19 lines
306 B
YAML
19 lines
306 B
YAML
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
|