Replace uptime kuma with gatus
This commit is contained in:
parent
849b3a277d
commit
9b7b5d3642
9 changed files with 315 additions and 45 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue