node_name = "dave-mccs-shi2-backend-node" datacenter = "shi2" domain = "mccs" data_dir = "/opt/consul" encrypt = "ArHwMegJy69BbBqETA+p0iQeOUnqKwuFkFTy8NzbI80=" server = false node_meta = { Role = "" } retry_join = ["provider=aws tag_key=\"ConsulDC\" tag_value=\"mccs-shi2\" region=\"us-east-2\" addr_type=\"private_v4\""] performance { raft_multiplier = 1 } connect { enabled = true ca_config = { private_key_type = "ec" private_key_bits = 256 } } ca_file = "/opt/consul/etc/ca-cert.pem" verify_outgoing = true ports = { http = 8500 https = 8501 } ui = false client_addr = "127.0.0.1 {{ GetPrivateIPs }}" addresses = { http = "127.0.0.1" } enable_syslog = true enable_local_script_checks = true enable_script_checks = false disable_remote_exec = true primary_datacenter = "shi1" acl = { enabled = true default_policy = "deny" enable_token_persistence = true enable_token_replication = true tokens = { agent = "1aebc93d-3d03-8b96-5518-d26544c505d7" } } checks = [ { id = "cpu_usage" notes = "Greater than 50% warn, greater than 75% fail." name = "CPU Utilization" args = ["/opt/consul/bin/cpu_usage.sh"] interval = "10s" timeout = "2s" token = "1aebc93d-3d03-8b96-5518-d26544c505d7" }, { id = "mem_usage" notes = "Greater than 50% warn, greater than 75% fail." name = "Memory Utilization" args = ["/opt/consul/bin/mem_usage.sh"] interval = "10s" timeout = "2s" token = "1aebc93d-3d03-8b96-5518-d26544c505d7" }, { id = "hdd_usage" notes = "Greater than 50% warn, greater than 75% fail." name = "Storage Utilization" args = ["/opt/consul/bin/hdd_usage.sh"] interval = "10s" timeout = "2s" token = "1aebc93d-3d03-8b96-5518-d26544c505d7" } ] verify_incoming = false auto_encrypt = { tls = true }