Change sensitivity to medium for all alerts
It's a bit too flaky for 95%
This commit is contained in:
parent
c2989aad5c
commit
d3c6e65053
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ resource "grafana_synthetic_monitoring_check" "personal_website" {
|
||||||
target = "https://theorangeone.net/.health/"
|
target = "https://theorangeone.net/.health/"
|
||||||
enabled = true
|
enabled = true
|
||||||
probes = local.partial_global_probes
|
probes = local.partial_global_probes
|
||||||
alert_sensitivity = "high"
|
alert_sensitivity = "medium"
|
||||||
timeout = 5000 # 5 seconds
|
timeout = 5000 # 5 seconds
|
||||||
|
|
||||||
frequency = 120 * 1000 # 2 minutes
|
frequency = 120 * 1000 # 2 minutes
|
||||||
|
@ -87,7 +87,7 @@ resource "grafana_synthetic_monitoring_check" "grafana" {
|
||||||
probes = [
|
probes = [
|
||||||
data.grafana_synthetic_monitoring_probes.main.probes.London
|
data.grafana_synthetic_monitoring_probes.main.probes.London
|
||||||
]
|
]
|
||||||
alert_sensitivity = "high"
|
alert_sensitivity = "medium"
|
||||||
|
|
||||||
frequency = 120 * 1000 # 2 minutes
|
frequency = 120 * 1000 # 2 minutes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue