mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-17 19:17:07 +00:00
Clarify SMTP authentication in the docs
This commit is contained in:
parent
18023f8c1c
commit
eaff66916c
@ -49,6 +49,8 @@ This is an example configuration that should cover most relevant aspects of the
|
|||||||
```yaml
|
```yaml
|
||||||
global:
|
global:
|
||||||
# The smarthost and SMTP sender used for mail notifications.
|
# The smarthost and SMTP sender used for mail notifications.
|
||||||
|
# If the host requires authentication, set SMTP_AUTH_USERNAME and SMTP_AUTH_PASSWORD
|
||||||
|
# environment variables.
|
||||||
smtp_smarthost: 'localhost:25'
|
smtp_smarthost: 'localhost:25'
|
||||||
smtp_from: 'alertmanager@example.org'
|
smtp_from: 'alertmanager@example.org'
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
global:
|
global:
|
||||||
# The smarthost and SMTP sender used for mail notifications.
|
# The smarthost and SMTP sender used for mail notifications.
|
||||||
|
# If the host requires authentication, set SMTP_AUTH_USERNAME and SMTP_AUTH_PASSWORD
|
||||||
|
# environment variables.
|
||||||
smtp_smarthost: 'localhost:25'
|
smtp_smarthost: 'localhost:25'
|
||||||
smtp_from: 'alertmanager@example.org'
|
smtp_from: 'alertmanager@example.org'
|
||||||
# The auth token for Hipchat.
|
# The auth token for Hipchat.
|
||||||
|
Loading…
Reference in New Issue
Block a user