...

Text file src/github.com/prometheus/alertmanager/config/testdata/conf.smtp-no-username-or-password.yml

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

     1global:
     2  smtp_smarthost: 'localhost:25'
     3  smtp_from: 'alertmanager@example.org'
     4  smtp_hello: "host.example.org"
     5route:
     6  receiver: 'email-notifications'
     7receivers:
     8  - name: 'email-notifications'
     9    email_configs:
    10      - to: 'one@example.org'

View as plain text