You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
468 B

2 years ago
  1. global:
  2. smtp_smarthost: 'smtp.126.com:465'
  3. smtp_from: 'wuyouzhuguli@126.com'
  4. smtp_auth_username: 'wuyouzhuguli'
  5. smtp_auth_password: 'xxxxx'
  6. smtp_require_tls: false
  7. #templates:
  8. # - '/alertmanager/template/*.tmpl'
  9. route:
  10. group_by: ['alertname']
  11. group_wait: 10s
  12. group_interval: 5m
  13. repeat_interval: 5m
  14. receiver: 'default-receiver'
  15. receivers:
  16. - name: 'default-receiver'
  17. email_configs:
  18. - to: '852252810@qq.com'
  19. send_resolved: true