mirror of https://github.com/grafana/grafana.git
Added message parsing functionality
This commit is contained in:
parent
80fdd830de
commit
95117a0bc9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue