2015-09-23 05:48:39 +00:00
|
|
|
# Increase log verbosity
|
2016-03-16 22:42:27 +00:00
|
|
|
log_level = "DEBUG"
|
2015-09-23 05:48:39 +00:00
|
|
|
|
|
|
|
# Setup data dir
|
|
|
|
data_dir = "/tmp/client2"
|
|
|
|
|
2018-03-27 17:02:47 +00:00
|
|
|
# Give the agent a unique name. Defaults to hostname
|
|
|
|
name = "client2"
|
|
|
|
|
2015-09-23 05:48:39 +00:00
|
|
|
# Enable the client
|
|
|
|
client {
|
2017-08-01 22:40:36 +00:00
|
|
|
enabled = true
|
2015-09-23 05:48:39 +00:00
|
|
|
|
2017-08-01 22:40:36 +00:00
|
|
|
# For demo assume we are talking to server1. For production,
|
|
|
|
# this should be like "nomad.service.consul:4647" and a system
|
|
|
|
# like Consul used for service discovery.
|
|
|
|
servers = ["127.0.0.1:4647"]
|
2015-09-23 05:48:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
# Modify our port to avoid a collision with server1 and client1
|
|
|
|
ports {
|
2017-08-01 22:40:36 +00:00
|
|
|
http = 5657
|
2015-09-23 05:48:39 +00:00
|
|
|
}
|