Explorar el Código

Added message parsing functionality

utkarshcmu hace 9 años
padre
commit
95117a0bc9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      pkg/services/alerting/notifiers/slack.go

+ 1 - 0
pkg/services/alerting/notifiers/slack.go

@@ -89,6 +89,7 @@ func (this *SlackNotifier) Notify(evalContext *alerting.EvalContext) error {
 				"ts":          time.Now().Unix(),
 			},
 		},
+		"parse": "full", // to linkify urls, users and channels in alert message.
 	}
 
 	//recipient override