25 lines
447 B
YAML
25 lines
447 B
YAML
global:
|
|
smtp_from: prometheus@pyrocufflink.blue
|
|
smtp_require_tls: false
|
|
smtp_smarthost: mail.pyrocufflink.blue:25
|
|
|
|
receivers:
|
|
- email_configs:
|
|
- send_resolved: true
|
|
to: gyrfalcon@ebonfire.com
|
|
name: default-email
|
|
- name: ntfy
|
|
webhook_configs:
|
|
- url: http://alertmanager-ntfy:8000/hook
|
|
|
|
route:
|
|
group_by:
|
|
- '...'
|
|
receiver: ntfy
|
|
routes:
|
|
- receiver: ntfy
|
|
matchers:
|
|
- alertgroup=Frigate
|
|
group_by:
|
|
- alertname
|