Skip to content

Commit 98ab452

Browse files
Create and apply health-checks-intro partial
1 parent c0ac01a commit 98ab452

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

src/content/docs/health-checks/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import { Feature, FeatureTable, GlossaryTooltip, RelatedProduct } from "~/compon
1010

1111
Standalone Health Checks monitors an IP address or hostname for origin servers or applications and notifies you in near real-time if there happens to be a problem.
1212

13-
A Health Check is a service that runs on Cloudflares edge network to monitor whether an origin server is online. This allows you to view the health of your origin servers even if there is only one origin or you do not yet need to balance traffic across your infrastructure.
13+
A Health Check is a service that runs on Cloudflare's edge network to monitor whether an origin server is online. This allows you to view the health of your origin servers even if there is only one origin or you do not yet need to balance traffic across your infrastructure.
1414

15-
Standalone Health Checks support various configurations to hone in on what you can check, including response codes, protocol types, and intervals. You can specify a particular path if an origin server serves multiple applications or check a larger subset of response codes for your staging environment. All of these options allow you to properly target your Health Check, providing a precise picture of what is wrong with an origin server.
15+
Health Checks support various configurations to hone in on what you can check, including response codes, protocol types, and intervals. You can specify a particular path if an origin server serves multiple applications or check a larger subset of response codes for your staging environment. All of these options allow you to properly target your Health Check, providing a precise picture of what is wrong with an origin server.
1616

1717
:::note
1818

src/content/docs/smart-shield/configuration/health-checks.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ sidebar:
55
order: 8
66
---
77

8+
import { Render } from "~/components";
9+
810
:::note[Availability]
911
Available for Pro, Business, and Enterprise customers in all Smart Shield packages.
10-
:::
12+
:::
13+
14+
<Render file="health-checks-intro" product="smart-shield" />
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
{}
3+
---
4+
5+
A Health Check is a service that runs on Cloudflare's edge network to monitor whether an origin server is online. This allows you to view the health of your origin servers even if there is only one origin or you do not yet need to balance traffic across your infrastructure.
6+
7+
Health Checks support various configurations to hone in on what you can check, including response codes, protocol types, and intervals. You can specify a particular path if an origin server serves multiple applications or check a larger subset of response codes for your staging environment. All of these options allow you to properly target your Health Check, providing a precise picture of what is wrong with an origin server.

0 commit comments

Comments
 (0)