mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
consul: grrrrr hclfmt test resource file
This commit is contained in:
@@ -10,14 +10,14 @@ job "check_pass_fail" {
|
||||
port = "http"
|
||||
|
||||
check {
|
||||
name = "check-name"
|
||||
type = "http"
|
||||
path = "/"
|
||||
method = "POST"
|
||||
interval = "10s"
|
||||
timeout = "2s"
|
||||
initial_status = "passing"
|
||||
success_before_passing = 3
|
||||
name = "check-name"
|
||||
type = "http"
|
||||
path = "/"
|
||||
method = "POST"
|
||||
interval = "10s"
|
||||
timeout = "2s"
|
||||
initial_status = "passing"
|
||||
success_before_passing = 3
|
||||
failures_before_critical = 4
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user