MON-518 fix mention message missing space
This commit is contained in:
parent
a60c68c955
commit
8bf38fe4ec
@ -1,12 +1,12 @@
|
|||||||
data "template_file" "alerting-message" {
|
data "template_file" "alerting-message" {
|
||||||
template = <<EOF
|
template = <<EOF
|
||||||
$${prepend_text}
|
$${prepend_text}
|
||||||
{{#is_alert}}$${message_alert}{{/is_alert}}
|
{{#is_alert}} $${message_alert} {{/is_alert}}
|
||||||
{{#is_recovery}}$${message_alert}{{/is_recovery}}
|
{{#is_recovery}} $${message_alert} {{/is_recovery}}
|
||||||
{{#is_warning}}$${message_warning}{{/is_warning}}
|
{{#is_warning}} $${message_warning} {{/is_warning}}
|
||||||
{{#is_warning_recovery}}$${message_warning}{{/is_warning_recovery}}
|
{{#is_warning_recovery}} $${message_warning} {{/is_warning_recovery}}
|
||||||
{{#is_no_data}}$${message_nodata}{{/is_no_data}}
|
{{#is_no_data}} $${message_nodata} {{/is_no_data}}
|
||||||
{{#is_no_data_recovery}}$${message_nodata}{{/is_no_data_recovery}}
|
{{#is_no_data_recovery}} $${message_nodata} {{/is_no_data_recovery}}
|
||||||
$${append_text}
|
$${append_text}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user