Initial commit
This commit is contained in:
20
templates/config/monitoring/alertmanager/config.yml.erb
Normal file
20
templates/config/monitoring/alertmanager/config.yml.erb
Normal file
@@ -0,0 +1,20 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user