From ce4584325112f04843d6f787781aa78c5df1e728 Mon Sep 17 00:00:00 2001 From: "Rasmus \"Pez\" Wejlgaard" Date: Wed, 6 May 2026 05:59:27 +0100 Subject: [PATCH] Update synthetic_check_alerts.tf --- terraform/grafana/synthetic_check_alerts.tf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/terraform/grafana/synthetic_check_alerts.tf b/terraform/grafana/synthetic_check_alerts.tf index cbd7ffa..466549e 100644 --- a/terraform/grafana/synthetic_check_alerts.tf +++ b/terraform/grafana/synthetic_check_alerts.tf @@ -70,3 +70,14 @@ resource "grafana_synthetic_monitoring_check_alerts" "jellyfin-requests" { ] } +resource "grafana_synthetic_monitoring_check_alerts" "git" { + check_id = grafana_synthetic_monitoring_check.git.id + alerts = [ + { + name = "ProbeFailedExecutionsTooHigh" + threshold = 3 + period = "30m" + runbook_url = "" + } + ] +} \ No newline at end of file