From 95117a0bc94568d29d10451a1fddbd19edfdfe0e Mon Sep 17 00:00:00 2001 From: utkarshcmu Date: Mon, 31 Oct 2016 14:55:21 -0700 Subject: [PATCH] Added message parsing functionality --- pkg/services/alerting/notifiers/slack.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/services/alerting/notifiers/slack.go b/pkg/services/alerting/notifiers/slack.go index 2248c0bac63..0e29af39e79 100644 --- a/pkg/services/alerting/notifiers/slack.go +++ b/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