Skip to content

Commit 451ff2b

Browse files
Create 2025-05-05-private-health-monitoring-methods.mdx
1 parent 50dd43d commit 451ff2b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: UDP and ICMP Monitor Support for Private Load Balancing Endpoints
3+
description: Use UDP or ICMP to monitor the health of your private IP-based applications.
4+
date: 2025-05-05
5+
---
6+
7+
Cloudflare Load Balancing now supports **UDP (Layer 4)** and **ICMP (Layer 3)** health monitors for **private endpoints**. This makes it simple to track the health and availability of internal services that don’t respond to HTTP, TCP, or other protocol probes.
8+
9+
### What you can do:
10+
- Set up **ICMP ping monitors** to check if your private endpoints are reachable.
11+
- Use **UDP monitors** for lightweight health checks on non-TCP workloads, such as DNS, VoIP, or custom UDP-based services.
12+
- Gain better visibility and uptime guarantees for services running behind **Private Network Load Balancing**, without requiring public IP addresses.
13+
14+
This enhancement is ideal for internal applications that rely on low-level protocols, especially when used in conjunction with **Cloudflare Tunnel**, **WARP**, and **Magic WAN** to create a secure and observable private network.
15+
16+
Learn more about [Private Network Load Balancing](https://developers.cloudflare.com/load-balancing/private-network/)
17+
View the full list of [supported health monitor protocols](https://developers.cloudflare.com/load-balancing/monitors/#supported-protocols)

0 commit comments

Comments
 (0)