Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. ./alertmanager --config.file /tmp/alertmanager/alertmanager.yml -mesh.peer localhost:9101 -mesh.listen-address localhost:9100 -web.listen-address localhost:9050 -storage.path /tmp/data1 -mesh.peer-id 00:00:00:00:00:01 -mesh.nickname peer1 -log.level=debug
  2.  
  3. DEBU[0072] ->[127.0.0.1:44639] connection accepted component=mesh source="main.go:405"
  4. DEBU[0072] ->[127.0.0.1:44639|00:00:00:00:00:02(peer2)]: connection ready; using protocol version 2 component=mesh source="main.go:405"
  5. DEBU[0072] ->[127.0.0.1:44639|00:00:00:00:00:02(peer2)]: connection shutting down due to error: Multiple connections to 00:00:00:00:00:02(peer2) added to 00:00:00:00:00:01(peer1) component=mesh source="main.go:405"
  6.  
  7.  
  8. ./alertmanager --config.file /tmp/alertmanager/alertmanager.yml -mesh.peer localhost:9100 -mesh.listen-address localhost:9101 -web.listen-address localhost:9051 -storage.path /tmp/data2 -mesh.peer-id 00:00:00:00:00:02 -mesh.nickname peer2 -log.level=debug
  9. DEBU[0103] ->[127.0.0.1:9100] attempting connection component=mesh source="main.go:405"
  10. DEBU[0103] ->[127.0.0.1:9100|00:00:00:00:00:01(peer1)]: connection ready; using protocol version 2 component=mesh source="main.go:405"
  11. DEBU[0103] ->[127.0.0.1:9100|00:00:00:00:00:01(peer1)]: connection shutting down due to error: Multiple connections to 00:00:00:00:00:01(peer1) added to 00:00:00:00:00:02(peer2) component=mesh source="main.go:405"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement