From 0af61ce77ed9b12973e1f3f62a263b83994a851f Mon Sep 17 00:00:00 2001 From: Kevin Pecquet Date: Thu, 22 Mar 2018 14:01:54 +0000 Subject: [PATCH] MON-144 replace OpeningHours variable by 24x7 for nodata message --- common/alerting-message/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/alerting-message/main.tf b/common/alerting-message/main.tf index 51e7aaf..cc45af5 100644 --- a/common/alerting-message/main.tf +++ b/common/alerting-message/main.tf @@ -5,7 +5,7 @@ $${prepend_text} {{#is_recovery}}$${oncall_24x7}{{/is_recovery}} {{#is_warning}}$${oncall_office_hours}{{/is_warning}} {{#is_warning_recovery}}$${oncall_office_hours}{{/is_warning_recovery}} -{{#is_no_data}}$${oncall_office_hours}{{/is_no_data}} +{{#is_no_data}}$${oncall_24x7}{{/is_no_data}} $${append_text} EOF