mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-16 10:37:09 +00:00
Fix notificatio config fields
This commit is contained in:
parent
5ed89a72a5
commit
a540d672a3
@ -203,9 +203,9 @@ type NotificationConfig struct {
|
||||
EmailConfigs []*EmailConfig `yaml:"email_configs"`
|
||||
PushoverConfigs []*PushoverConfig `yaml:"pushover_configs"`
|
||||
HipchatConfigs []*HipchatConfig `yaml:"hipchat_configs"`
|
||||
SlackConfigs []*SlackConfig `yaml:"slack_config"`
|
||||
FlowdockConfigs []*FlowdockConfig `yaml:"flowdock_config"`
|
||||
WebhookConfigs []*WebhookConfig `yaml:"webhook_config"`
|
||||
SlackConfigs []*SlackConfig `yaml:"slack_configs"`
|
||||
FlowdockConfigs []*FlowdockConfig `yaml:"flowdock_configs"`
|
||||
WebhookConfigs []*WebhookConfig `yaml:"webhook_configs"`
|
||||
|
||||
// Catches all undefined fields and must be empty after parsing.
|
||||
XXX map[string]interface{} `yaml:",inline"`
|
||||
|
Loading…
Reference in New Issue
Block a user