Merge branch 'MON-518_fix_message_mention' into 'master'
MON-518 fix mention message missing space Closes MON-518 See merge request claranet/pt-monitoring/projects/datadog/terraform/monitors!130
This commit is contained in:
commit
46982e2dc0
@ -1,12 +1,12 @@
|
||||
data "template_file" "alerting-message" {
|
||||
template = <<EOF
|
||||
$${prepend_text}
|
||||
{{#is_alert}}$${message_alert}{{/is_alert}}
|
||||
{{#is_recovery}}$${message_alert}{{/is_recovery}}
|
||||
{{#is_warning}}$${message_warning}{{/is_warning}}
|
||||
{{#is_warning_recovery}}$${message_warning}{{/is_warning_recovery}}
|
||||
{{#is_no_data}}$${message_nodata}{{/is_no_data}}
|
||||
{{#is_no_data_recovery}}$${message_nodata}{{/is_no_data_recovery}}
|
||||
{{#is_alert}} $${message_alert} {{/is_alert}}
|
||||
{{#is_recovery}} $${message_alert} {{/is_recovery}}
|
||||
{{#is_warning}} $${message_warning} {{/is_warning}}
|
||||
{{#is_warning_recovery}} $${message_warning} {{/is_warning_recovery}}
|
||||
{{#is_no_data}} $${message_nodata} {{/is_no_data}}
|
||||
{{#is_no_data_recovery}} $${message_nodata} {{/is_no_data_recovery}}
|
||||
$${append_text}
|
||||
EOF
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user