Skip to content

Commit

Permalink
fix betteruptime monitors
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuste committed May 14, 2024
1 parent b4c2d3a commit 1df5e4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cloud-resources/better-uptime.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ resource "betteruptime_monitor_group" "bahn_guru" {
}

resource "betteruptime_monitor" "bahn_guru_start" {
checks_version = "v1"
monitor_type = "status"
url = "https://bahn.guru"
monitor_group_id = betteruptime_monitor_group.bahn_guru.id
Expand All @@ -37,6 +38,7 @@ resource "betteruptime_status_page_resource" "bahn_guru_start" {


resource "betteruptime_monitor" "bahn_guru_calendar" {
checks_version = "v1"
monitor_type = "status"
url = "https://bahn.guru/calendar?origin=Berlin+Hauptbahnhof&destination=Frankfurt+%28Main%29+Hbf&submit=Suchen&class=2&bc=0&departureAfter=&arrivalBefore=&duration=&maxChanges=&betterUptime=true"
monitor_group_id = betteruptime_monitor_group.bahn_guru.id
Expand All @@ -53,6 +55,7 @@ resource "betteruptime_status_page_resource" "bahn_guru_calendar" {


resource "betteruptime_monitor" "bahn_guru_impressum" {
checks_version = "v1"
monitor_type = "status"
url = "https://bahn.guru/impressum"
monitor_group_id = betteruptime_monitor_group.bahn_guru.id
Expand All @@ -73,6 +76,7 @@ resource "betteruptime_monitor_group" "api_direkt_bahn_guru" {
}

resource "betteruptime_monitor" "api_direkt_bahn_guru" {
checks_version = "v1"
monitor_type = "status"
url = "https://api.direkt.bahn.guru/8011160"
monitor_group_id = betteruptime_monitor_group.api_direkt_bahn_guru.id
Expand Down

0 comments on commit 1df5e4b

Please sign in to comment.