Guest User

Untitled

a guest
Oct 24th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. global:
  2. # The smarthost and SMTP sender used for mail notifications.
  3. smtp_smarthost: "<smtpserver:port>"
  4. smtp_from: "<sender-email-address>"
  5. smtp_auth_username: "<sender-email-address>"
  6. smtp_auth_password: "<sender-email-password>"
  7. route:
  8. group_by: [Alertname]
  9. # Send all notifications to me.
  10. receiver: email-me
  11. receivers:
  12. - name: email-me
  13. email_configs:
  14. - to: "<receiver-email-address>"
  15. from: "<sender-email-address>"
  16. smarthost: "<smtpserver:port>"
  17. auth_username: "<sender-email-address>"
  18. auth_identity: "<sender-email-address>"
  19. auth_password: "<sender-email-password>"
Add Comment
Please, Sign In to add comment