Change sensitivity to medium for all alerts

It's a bit too flaky for 95%
This commit is contained in:
Jake Howard 2023-09-08 21:25:31 +01:00
parent c2989aad5c
commit d3c6e65053
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 2 deletions

View File

@ -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