21 lines
510 B
Plaintext
21 lines
510 B
Plaintext
global:
|
|
# The smarthost and SMTP sender used for mail notifications.
|
|
smtp_smarthost: 'mail.fibitex.com:587'
|
|
smtp_from: 'info@fibitex.com'
|
|
smtp_auth_username: 'info@fibitex.com'
|
|
smtp_auth_password: '1qaz2wsx!QAZ@WSX'
|
|
smtp_auth_identity: 'info@fibitex.com'
|
|
|
|
route:
|
|
group_by: ['instance', 'severity']
|
|
group_wait: 30s
|
|
group_interval: 30s
|
|
repeat_interval: 30m
|
|
receiver: 'stage'
|
|
|
|
receivers:
|
|
- name: 'stage'
|
|
email_configs:
|
|
- send_resolved: true
|
|
to: 'EMAIL-MAILBOX-FOR-RECEIVER'
|