Skip to content
Snippets Groups Projects
Verified Commit 515837f6 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

tf-stage2: set UptimeRobot monitor interval to 300

Our free plan no longer supports 60-second interval for monitors.
parent 62034f9e
No related branches found
No related tags found
No related merge requests found
Pipeline #85647 passed
......@@ -35,5 +35,5 @@ resource "uptimerobot_monitor" "uptimerobot_monitor_archlinux" {
friendly_name = each.key
type = "http"
url = each.value
interval = 60
interval = 300
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment