mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-06 13:42:17 +00:00
config: set global SMTP hello to "localhost" by default (#1290)
This commit is contained in:
parent
d63c25a855
commit
8c9e0cf50c
@ -356,6 +356,7 @@ var DefaultGlobalConfig = GlobalConfig{
|
||||
ResolveTimeout: model.Duration(5 * time.Minute),
|
||||
HTTPConfig: &commoncfg.HTTPClientConfig{},
|
||||
|
||||
SMTPHello: "localhost",
|
||||
SMTPRequireTLS: true,
|
||||
PagerdutyURL: "https://events.pagerduty.com/v2/enqueue",
|
||||
HipchatAPIURL: "https://api.hipchat.com/",
|
||||
|
Loading…
Reference in New Issue
Block a user