From c0c138250897cbe02e6aeac40a25263c86d7654e Mon Sep 17 00:00:00 2001 From: Laurent Piroelle Date: Wed, 28 Feb 2018 15:49:41 +0100 Subject: [PATCH] MON-79 Azure storage alerts automatic recover on no data --- cloud/azure/storage/monitors-azure-storage.tf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/cloud/azure/storage/monitors-azure-storage.tf b/cloud/azure/storage/monitors-azure-storage.tf index 18c4e92..4f072e2 100644 --- a/cloud/azure/storage/monitors-azure-storage.tf +++ b/cloud/azure/storage/monitors-azure-storage.tf @@ -26,7 +26,7 @@ EOF type = "metric alert" notify_no_data = false notify_audit = false - timeout_h = 0 + timeout_h = 1 include_tags = true locked = false require_full_window = false @@ -58,7 +58,7 @@ EOF type = "metric alert" notify_no_data = false notify_audit = false - timeout_h = 0 + timeout_h = 1 include_tags = true locked = false require_full_window = false @@ -90,7 +90,7 @@ EOF type = "metric alert" notify_no_data = false notify_audit = false - timeout_h = 0 + timeout_h = 1 include_tags = true locked = false require_full_window = false @@ -122,7 +122,7 @@ EOF type = "metric alert" notify_no_data = false notify_audit = false - timeout_h = 0 + timeout_h = 1 include_tags = true locked = false require_full_window = false @@ -154,7 +154,7 @@ EOF type = "metric alert" notify_no_data = false notify_audit = false - timeout_h = 0 + timeout_h = 1 include_tags = true locked = false require_full_window = false @@ -186,7 +186,7 @@ EOF type = "metric alert" notify_no_data = false notify_audit = false - timeout_h = 0 + timeout_h = 1 include_tags = true locked = false require_full_window = false @@ -218,7 +218,7 @@ EOF type = "metric alert" notify_no_data = false notify_audit = false - timeout_h = 0 + timeout_h = 1 include_tags = true locked = false require_full_window = false @@ -250,7 +250,7 @@ EOF type = "metric alert" notify_no_data = false notify_audit = false - timeout_h = 0 + timeout_h = 1 include_tags = true locked = false require_full_window = false @@ -282,7 +282,7 @@ EOF type = "metric alert" notify_no_data = false notify_audit = false - timeout_h = 0 + timeout_h = 1 include_tags = true locked = false require_full_window = false