mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
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(),
|
"ts": time.Now().Unix(),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"parse": "full", // to linkify urls, users and channels in alert message.
|
||||||
}
|
}
|
||||||
|
|
||||||
//recipient override
|
//recipient override
|
||||||
|
Loading…
Reference in New Issue
Block a user