13 lines
315 B
YAML
13 lines
315 B
YAML
|
|
---
|
||
|
|
# Alertmanager settings
|
||
|
|
alertmanager_port: 9093
|
||
|
|
alertmanager_config_path: /etc/alertmanager
|
||
|
|
|
||
|
|
# Email notifications (заполнить позже)
|
||
|
|
smtp_host: localhost
|
||
|
|
smtp_from: alertmanager@example.com
|
||
|
|
smtp_to: admin@example.com
|
||
|
|
|
||
|
|
# Webhook для тестирования
|
||
|
|
webhook_url: "http://localhost:9099"
|