Skip to content

Commit

Permalink
Add health probe output to the examples (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
lixmal authored Jan 25, 2024
1 parent 87e607b commit 456f280
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion src/pages/how-to/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ This will output:
```shell
Daemon status: Connected
Management: Connected
Signal: Connected
Signal: Connected
Relays: 2/2 Available
NetBird IP: 100.119.62.6/16
Interface type: Kernel
Peers count: 2/3 Connected
Expand All @@ -146,7 +147,10 @@ Peers detail:
Connection type: -
Direct: false
ICE candidate (Local/Remote): -/-
ICE candidate endpoints (Local/Remote): -/-
Last connection update: 2022-07-07 12:21:31
Last Wireguard handshake: -
Transfer status (received/sent) 0 B/0 B

Peer:
NetBird IP: 100.119.201.225
Expand All @@ -156,7 +160,10 @@ Peers detail:
Connection type: P2P
Direct: true
ICE candidate (Local/Remote): host/host
ICE candidate endpoints (Local/Remote): -/-
Last connection update: 2022-07-07 12:21:32
Last Wireguard handshake: 2022-07-07 12:21:33
Transfer status (received/sent) 2.0 KiB/355 B

Peer:
NetBird IP: 100.119.230.104
Expand All @@ -166,11 +173,17 @@ Peers detail:
Connection type: P2P
Direct: true
ICE candidate (Local/Remote): host/host
ICE candidate endpoints (Local/Remote): -/-
Last connection update: 2022-07-07 12:21:33
Last Wireguard handshake: 2022-07-07 12:21:34
Transfer status (received/sent) 2.4 MiB/532 KiB

Daemon status: Connected
Management: Connected to https://api.netbird.io:33073
Signal: Connected to https://signal2.wiretrustee.com:10000
Relays:
[stun:stun.netbird.io:5555] is Available
[turns:turn.netbird.io:443?transport=tcp] is Available
NetBird IP: 100.119.62.6/16
Interface type: Kernel
Peers count: 2/3 Connected
Expand All @@ -190,7 +203,10 @@ Peers detail:
Connection type: P2P
Direct: true
ICE candidate (Local/Remote): host/host
ICE candidate endpoints (Local/Remote): -/-
Last connection update: 2022-07-07 12:21:32
Last Wireguard handshake: 2022-07-07 12:21:33
Transfer status (received/sent) 2.0 KiB/355 B

Peer:
NetBird IP: 100.119.230.104
Expand All @@ -200,11 +216,17 @@ Peers detail:
Connection type: P2P
Direct: true
ICE candidate (Local/Remote): host/host
ICE candidate endpoints (Local/Remote): -/-
Last connection update: 2022-07-07 12:21:33
Last Wireguard handshake: 2022-07-07 12:21:34
Transfer status (received/sent) 2.4 MiB/532 KiB

Daemon status: Connected
Management: Connected to https://api.netbird.io:33073
Signal: Connected to https://signal2.wiretrustee.com:10000
Relays:
[stun:stun.netbird.io:5555] is Available
[turns:turn.netbird.io:443?transport=tcp] is Available
NetBird IP: 100.119.62.6/16
Interface type: Kernel
Peers count: 2/3 Connected
Expand All @@ -224,11 +246,17 @@ Peers detail:
Connection type: P2P
Direct: true
ICE candidate (Local/Remote): host/host
ICE candidate endpoints (Local/Remote): -/-
Last connection update: 2022-07-07 12:21:32
Last Wireguard handshake: 2022-07-07 12:21:33
Transfer status (received/sent) 2.0 KiB/355 B

Daemon status: Connected
Management: Connected to https://api.netbird.io:33073
Signal: Connected to https://signal2.wiretrustee.com:10000
Relays:
[stun:stun.netbird.io:5555] is Available
[turns:turn.netbird.io:443?transport=tcp] is Available
NetBird IP: 100.119.62.6/16
Interface type: Kernel
Peers count: 2/3 Connected
Expand All @@ -249,11 +277,17 @@ Peers detail:
Connection type: P2P
Direct: true
ICE candidate (Local/Remote): host/host
ICE candidate endpoints (Local/Remote): -/-
Last connection update: 2022-07-07 12:21:33
Last Wireguard handshake: 2022-07-07 12:21:34
Transfer status (received/sent) 2.4 MiB/532 KiB

Daemon status: Connected
Management: Connected to https://api.netbird.io:33073
Signal: Connected to https://signal2.wiretrustee.com:10000
Relays:
[stun:stun.netbird.io:5555] is Available
[turns:turn.netbird.io:443?transport=tcp] is Available
NetBird IP: 100.119.62.6/16
Interface type: Kernel
Peers count: 2/3 Connected
Expand Down

0 comments on commit 456f280

Please sign in to comment.