Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/pages/manage/networks/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ You can add multiple routing peers using individual peers or groups to ensure hi
<img src="/docs-static/img/manage/networks/index/add-routing-peer-1.png" alt="high-level-dia" className="imagewrapper"/>
</p>

<Note>
To get alerted when a routing peer goes offline, enable the **Routing Peer Disconnected** event in [Notifications](/manage/settings/notifications). You can receive alerts via email, webhook, or Slack.
</Note>

<Note>
A network resource policy grants access to the network **behind** the routing peer, not to the routing peer machine itself. If you need to access services running on the routing peer (for example, Pi-hole, Home Assistant, or a monitoring dashboard), add the routing peer to a group and create a peer-to-peer [access control policy](/manage/access-control) with that group as the destination.
</Note>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Your cloud application can now securely access the on-premise database.
### High Availability

- Deploy multiple routing peers and configure failover
- Monitor routing peer health with your existing tools
- Monitor routing peer health with your existing tools or set up [Notifications](/manage/settings/notifications) to get alerted when a routing peer disconnects
- Use cloud-native load balancing where appropriate

### Performance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Alternatively, create a setup key with "`remote-workers`" as an auto-assigned gr

For critical connections, consider:
- Multiple routing peers at each location
- Monitoring routing peer health
- Monitoring routing peer health via [Notifications](/manage/settings/notifications) to get alerted when a routing peer disconnects
- Automatic failover configuration

### Security
Expand Down
Loading