Ver Fonte

alertmanager: /Creating/Sending/

Corentin Chary há 7 anos atrás
pai
commit
3d8f1a7439
1 ficheiros alterados com 1 adições e 1 exclusões
  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 {