Browse Source

Fix typo

pull/2215/head
Fabian Reinartz 8 years ago committed by GitHub
parent
commit
b1f28b48a3
  1. 2
      notifier/notifier.go

2
notifier/notifier.go

@ -301,7 +301,7 @@ func (n *Notifier) Alertmanagers() []string {
}
// sendAll sends the alerts to all configured Alertmanagers concurrently.
// It returns true if the alerts could be sent successfully to at least on Alertmanager.
// It returns true if the alerts could be sent successfully to at least one Alertmanager.
func (n *Notifier) sendAll(alerts ...*model.Alert) bool {
begin := time.Now()

Loading…
Cancel
Save