mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Allow Nomads Consul health checks to be configurable.
This change allows the client HTTP and the server HTTP, Serf and RPC health check names within Consul to be configurable with the defaults as previous. The configuration can be done via either a config file or using CLI flags. Closes #3988
This commit is contained in:
@@ -702,9 +702,13 @@ func parseConsulConfig(result **config.ConsulConfig, list *ast.ObjectList) error
|
||||
"checks_use_advertise",
|
||||
"client_auto_join",
|
||||
"client_service_name",
|
||||
"client_http_health_check_name",
|
||||
"key_file",
|
||||
"server_auto_join",
|
||||
"server_service_name",
|
||||
"server_http_health_check_name",
|
||||
"server_serf_health_check_name",
|
||||
"server_rpc_health_check_name",
|
||||
"ssl",
|
||||
"timeout",
|
||||
"token",
|
||||
|
||||
Reference in New Issue
Block a user