mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-04 12:42:16 +00:00
Merge pull request #213 from 0x46616c6b/fix-hipchat-token
remove checking auth token in config/notifiers.go
This commit is contained in:
commit
3de6b062a2
@ -228,10 +228,6 @@ func (c *HipchatConfig) UnmarshalYAML(unmarshal func(interface{}) error) error {
|
||||
return fmt.Errorf("missing room id in Hipchat config")
|
||||
}
|
||||
|
||||
if c.AuthToken == "" {
|
||||
return fmt.Errorf("missing auth token in Hipchat config")
|
||||
}
|
||||
|
||||
return checkOverflow(c.XXX, "hipchat config")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user