Created
December 1, 2014 21:49
-
-
Save wallnerryan/730f7a6151eb5ac82941 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#consul members -detailed | |
Node Address Status Tags | |
sclr058.lss.emc.com 10.13.217.58:8301 alive port=8300,expect=2,role=consul,dc=dc1,vsn=2,vsn_min=1,vsn_max=2,build=0.4.1: | |
sclr059 10.13.217.59:8301 alive vsn=2,vsn_min=1,vsn_max=2,build=0.4.1:,port=8300,expect=2,role=consul,dc=dc1 | |
sclr060.lss.emc.com 10.13.217.60:8301 alive role=consul,dc=dc1,vsn=2,vsn_min=1,vsn_max=2,build=0.4.1:,port=8300,expect=2 | |
(catalog/nodes) | |
[{"Node":"sclr058.lss.emc.com","Address":"10.13.217.58"},{"Node":"sclr059","Address":"10.13.217.59"},{"Node":"sclr060.lss.emc.com","Address":"10.13.217.60"}] | |
(agent/members) | |
[{"Name":"sclr058.lss.emc.com","Addr":"10.13.217.58","Port":8301,"Tags":{"build":"0.4.1:","dc":"dc1","expect":"2","port":"8300","role":"consul","vsn":"2","vsn_max":"2","vsn_min":"1"},"Status":1,"ProtocolMin":1,"ProtocolMax":2,"ProtocolCur":2,"DelegateMin":2,"DelegateMax":4,"DelegateCur":4},{"Name":"sclr059","Addr":"10.13.217.59","Port":8301,"Tags":{"build":"0.4.1:","dc":"dc1","role":"node","vsn":"2","vsn_max":"2","vsn_min":"1"},"Status":1,"ProtocolMin":1,"ProtocolMax":2,"ProtocolCur":2,"DelegateMin":2,"DelegateMax":4,"DelegateCur":4},{"Name":"sclr060.lss.emc.com","Addr":"10.13.217.60","Port":8301,"Tags":{"build":"0.4.1:","dc":"dc1","role":"node","vsn":"2","vsn_max":"2","vsn_min":"1"},"Status":1,"ProtocolMin":1,"ProtocolMax":2,"ProtocolCur":2,"DelegateMin":2,"DelegateMax":4,"DelegateCur":4}] | |
(health/state/any) | |
[{"Node":"sclr058.lss.emc.com","CheckID":"serfHealth","Name":"Serf Health Status","Status":"passing","Notes":"","Output":"Agent alive and reachable","ServiceID":"","ServiceName":""},{"Node":"sclr059","CheckID":"serfHealth","Name":"Serf Health Status","Status":"passing","Notes":"","Output":"Agent alive and reachable","ServiceID":"","ServiceName":""},{"Node":"sclr060.lss.emc.com","CheckID":"serfHealth","Name":"Serf Health Status","Status":"passing","Notes":"","Output":"Agent alive and reachable","ServiceID":"","ServiceName":""} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment