Replace uptime kuma with gatus

This commit is contained in:
Tobias Reisinger 2024-10-07 21:17:35 +02:00
parent 849b3a277d
commit 9b7b5d3642
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 315 additions and 45 deletions

View file

@ -137,6 +137,11 @@ variable "services" {
name = string
type = string
})))
monitoring = optional(object({
url = optional(string)
group = optional(string)
conditions = optional(list(string))
}))
ports = optional(list(string))
auth = bool
auth_redirects = optional(list(string))