Increase timeout for website probe
All checks were successful
/ ansible (push) Successful in 1m36s
/ terraform (push) Successful in 36s

Some probes are far away, and increasing this should prevent a few failed reports
This commit is contained in:
Jake Howard 2023-05-03 20:45:09 +01:00
parent c354085dfc
commit eafcabfbc3
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -85,6 +85,7 @@ resource "grafana_synthetic_monitoring_check" "personal_website" {
enabled = true enabled = true
probes = local.global_probes probes = local.global_probes
alert_sensitivity = "high" alert_sensitivity = "high"
timeout = 5000 # 5 seconds
settings { settings {
http { http {