mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-07-04 15:46:16 +00:00
Update synthetic_check_alerts.tf
This commit is contained in:
parent
08b7d59fde
commit
ce45843251
1 changed files with 11 additions and 0 deletions
|
|
@ -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 = ""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue