Commit 95117a0b by utkarshcmu

Added message parsing functionality

parent 80fdd830
...@@ -89,6 +89,7 @@ func (this *SlackNotifier) Notify(evalContext *alerting.EvalContext) error { ...@@ -89,6 +89,7 @@ func (this *SlackNotifier) Notify(evalContext *alerting.EvalContext) error {
"ts": time.Now().Unix(), "ts": time.Now().Unix(),
}, },
}, },
"parse": "full", // to linkify urls, users and channels in alert message.
} }
//recipient override //recipient override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment