Skip to content

Commit 627cb2e

Browse files
Create health-checks folder stucture and outline subpages
1 parent f929aad commit 627cb2e

File tree

5 files changed

+35
-4
lines changed

5 files changed

+35
-4
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
pcx_content_type: concept
3+
title: Health Checks analytics
4+
sidebar:
5+
order: 4
6+
label: Analytics
7+
---
8+

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ pcx_content_type: concept
33
title: Health Checks
44
sidebar:
55
order: 8
6+
group:
7+
label: Health Checks
68
---
79

8-
import { Render } from "~/components";
10+
import { Render, DirectoryListing } from "~/components";
911

1012
:::note[Availability]
1113
Available for Pro, Business, and Enterprise customers in all Smart Shield packages.
@@ -17,6 +19,6 @@ Available for Pro, Business, and Enterprise customers in all Smart Shield packag
1719

1820
<Render file="health-checks-regions" product="smart-shield" />
1921

20-
## Resources
22+
## Further reading
2123

22-
(add DirectoryListing for Managing, Creating notifications, Zone lockdown?, Analytics)
24+
<DirectoryListing />
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
pcx_content_type: reference
3+
title: Reference
4+
sidebar:
5+
order: 6
6+
---
7+
8+
## Interaction with other Cloudflare products
9+
10+
## Common error codes
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
pcx_content_type: how-to
3+
title: Manage Health Checks
4+
sidebar:
5+
order: 2
6+
label: Setup
7+
---
8+
9+
## Create and edit checks
10+
11+
## Configure alerts

src/content/partials/smart-shield/health-checks-intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
{}
33
---
44

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.
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.
66

77
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)