11 lines
259 B
HCL
11 lines
259 B
HCL
service {
|
|
name = "apache"
|
|
port = 443
|
|
tags = [ "srv1", "pedimedic", "webmail", "git" ]
|
|
check {
|
|
http = "https://srv1.maruntiel.com"
|
|
interval = "5s"
|
|
tlsSkipVerify = true
|
|
}
|
|
}
|