From c0fe4bf1da15d67a5cd43cc72f43685a7636c86d Mon Sep 17 00:00:00 2001 From: "gauthier.ampe@fr.clara.net" Date: Tue, 6 Aug 2019 16:39:32 +0200 Subject: [PATCH] MON-489 Change aggregator and timeframe --- cloud/azure/virtual-machine/inputs.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/azure/virtual-machine/inputs.tf b/cloud/azure/virtual-machine/inputs.tf index 6b2d91d..713330c 100644 --- a/cloud/azure/virtual-machine/inputs.tf +++ b/cloud/azure/virtual-machine/inputs.tf @@ -200,13 +200,13 @@ variable "disk_space_enabled" { variable "disk_space_time_aggregator" { description = "Monitor aggregator for Virtual Machine free disk space [available values: min, max or avg]" type = string - default = "avg" + default = "max" } variable "disk_space_timeframe" { description = "Monitor timeframe for Virtual Machine free disk space too low [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`]" type = string - default = "last_15m" + default = "last_5m" } variable "disk_space_threshold_critical" {