...

Text file src/github.com/prometheus/alertmanager/config/testdata/conf.smtp-both-password-and-file.yml

Documentation: github.com/prometheus/alertmanager/config/testdata

     1global:
     2  smtp_smarthost: 'localhost:25'
     3  smtp_from: 'alertmanager@example.org'
     4  smtp_auth_username: 'alertmanager'
     5  smtp_auth_password: "multiline\nmysecret"
     6  smtp_auth_password_file: "/tmp/global"
     7  smtp_hello: "host.example.org"
     8route:
     9  receiver: 'email-notifications'
    10receivers:
    11  - name: 'email-notifications'
    12    email_configs:
    13      - to: 'one@example.org'

View as plain text