murtaza1983

alertmanager.yml

Aug 30th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. global:
  2. # The smarthost and SMTP sender used for mail notifications.
  3. smtp_smarthost: 'smtp.gmail.com:25'
  4. smtp_from: 'xxxxx@gmail.com'
  5. smtp_auth_username: 'xxxxx@gmail.com'
  6. smtp_auth_password: 'pppppp'
  7. route:
  8. receiver: team-X-mails
  9.  
  10. routes:
  11. - match:
  12. service: 'InstanceDown'
  13. receiver: team-X-mails
  14. receivers:
  15. - name: 'team-X-mails'
  16. email_configs:
  17. - to: 'xxxxx@gmail.com'
Add Comment
Please, Sign In to add comment