Skip to content

Instantly share code, notes, and snippets.

@jippi
Created September 30, 2016 18:51
Show Gist options
  • Select an option

  • Save jippi/49a14abd42ec5022c71b39c91ae919a1 to your computer and use it in GitHub Desktop.

Select an option

Save jippi/49a14abd42ec5022c71b39c91ae919a1 to your computer and use it in GitHub Desktop.
[
{
"Addr": "xxx.xxx.35.151",
"DelegateCur": 4,
"DelegateMax": 4,
"DelegateMin": 2,
"Name": "consul01.global",
"Port": 4648,
"ProtocolCur": 2,
"ProtocolMax": 4,
"ProtocolMin": 1,
"Status": "alive",
"Tags": {
"vsn": "1",
"mvn": "1",
"build": "0.4.1",
"port": "4647",
"expect": "3",
"role": "nomad",
"region": "global",
"dc": "production"
}
},
{
"Addr": "xxx.xxx.36.103",
"DelegateCur": 4,
"DelegateMax": 4,
"DelegateMin": 2,
"Name": "consul04.global",
"Port": 4648,
"ProtocolCur": 2,
"ProtocolMax": 4,
"ProtocolMin": 1,
"Status": "alive",
"Tags": {
"mvn": "1",
"build": "0.4.1",
"port": "4647",
"expect": "3",
"role": "nomad",
"region": "global",
"dc": "production",
"vsn": "1"
}
},
{
"Addr": "xxx.xxx.36.104",
"DelegateCur": 4,
"DelegateMax": 4,
"DelegateMin": 2,
"Name": "consul05.global",
"Port": 4648,
"ProtocolCur": 2,
"ProtocolMax": 4,
"ProtocolMin": 1,
"Status": "alive",
"Tags": {
"region": "global",
"dc": "production",
"vsn": "1",
"mvn": "1",
"build": "0.4.1",
"port": "4647",
"expect": "3",
"role": "nomad"
}
},
{
"Addr": "xxx.xxx.35.151",
"DelegateCur": 4,
"DelegateMax": 4,
"DelegateMin": 2,
"Name": "consul01.fr",
"Port": 4648,
"ProtocolCur": 2,
"ProtocolMax": 4,
"ProtocolMin": 1,
"Status": "failed",
"Tags": {
"port": "4647",
"expect": "3",
"role": "nomad",
"region": "fr",
"dc": "online",
"vsn": "1",
"mvn": "1",
"build": "0.4.1"
}
},
{
"Addr": "xxx.xxx.35.153",
"DelegateCur": 4,
"DelegateMax": 4,
"DelegateMin": 2,
"Name": "consul03.global",
"Port": 4648,
"ProtocolCur": 2,
"ProtocolMax": 4,
"ProtocolMin": 1,
"Status": "alive",
"Tags": {
"region": "global",
"dc": "production",
"vsn": "1",
"mvn": "1",
"build": "0.4.1",
"port": "4647",
"expect": "3",
"role": "nomad"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment