Browse Source

alertmanager: /Creating/Sending/

Corentin Chary 7 years ago
parent
commit
3d8f1a7439
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/services/alerting/notifiers/alertmanager.go

+ 1 - 1
pkg/services/alerting/notifiers/alertmanager.go

@@ -103,7 +103,7 @@ func (this *AlertmanagerNotifier) createAlert(evalContext *alerting.EvalContext,
 }
 
 func (this *AlertmanagerNotifier) Notify(evalContext *alerting.EvalContext) error {
-	this.log.Info("Creating Altermanager alert", "ruleId", evalContext.Rule.Id, "notification", this.Name)
+	this.log.Info("Sending Alertmanager alert", "ruleId", evalContext.Rule.Id, "notification", this.Name)
 
 	ruleUrl, err := evalContext.GetRuleUrl()
 	if err != nil {