Increase timeout for website probe
/ ansible (push) Successful in 1m36s Details
/ terraform (push) Successful in 36s Details

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
1 changed files with 1 additions and 0 deletions

View File

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