Commit 6dd45d6a authored by Tobias Schmidt's avatar Tobias Schmidt Committed by GitHub

Merge pull request #661 from roman-vynar/slack-iconurl

Add missed slack icon_url to AlertManager config.
parents 731426bb 53602e50
......@@ -373,6 +373,7 @@ channel: <tmpl_string>
[ title: <tmpl_string> | default = '{{ template "slack.default.title" . }}' ]
[ title_link: <tmpl_string> | default = '{{ template "slack.default.titlelink" . }}' ]
[ icon_emoji: <tmpl_string> ]
[ icon_url: <tmpl_string> ]
[ pretext: <tmpl_string> | default = '{{ template "slack.default.pretext" . }}' ]
[ text: <tmpl_string> | default = '{{ template "slack.default.text" . }}' ]
[ fallback: <tmpl_string> | default = '{{ template "slack.default.fallback" . }}' ]
......
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