Increase timeout for website probe
Some probes are far away, and increasing this should prevent a few failed reports
This commit is contained in:
parent
c354085dfc
commit
eafcabfbc3
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue