From d3c6e6505363e89d3d7b28cb83b2f9397b82a6cc Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 8 Sep 2023 21:25:31 +0100 Subject: [PATCH] Change sensitivity to medium for all alerts It's a bit too flaky for 95% --- terraform/grafana_cloud.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/grafana_cloud.tf b/terraform/grafana_cloud.tf index 9c9cbcb..d48a4e5 100644 --- a/terraform/grafana_cloud.tf +++ b/terraform/grafana_cloud.tf @@ -66,7 +66,7 @@ resource "grafana_synthetic_monitoring_check" "personal_website" { target = "https://theorangeone.net/.health/" enabled = true probes = local.partial_global_probes - alert_sensitivity = "high" + alert_sensitivity = "medium" timeout = 5000 # 5 seconds frequency = 120 * 1000 # 2 minutes @@ -87,7 +87,7 @@ resource "grafana_synthetic_monitoring_check" "grafana" { probes = [ data.grafana_synthetic_monitoring_probes.main.probes.London ] - alert_sensitivity = "high" + alert_sensitivity = "medium" frequency = 120 * 1000 # 2 minutes