Skip to content

Commit 8a0b565

Browse files
authored
Ignoring acronyms and other in error code table
1 parent 7ea9f4a commit 8a0b565

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

umbraco-cloud/set-up/project-settings/hostname-monitoring.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
22
description: >
3-
Description of a feature allowing users to track the availability and response times of their websites.
3+
A Hostname monitoring is a feature that allows users to track the availability and response times of their websites.
44
---
55

6-
# Hostname Monitoring in Umbraco Cloud
6+
# Hostname Monitoring
77

8-
## Overview
8+
Hostname monitoring in Umbraco Cloud allows users to track the availability and response times of their websites. This feature helps ensure optimal website performance and alerts users to potential downtime or performance issues. Users can add, edit, and view hostname monitors through the Umbraco Cloud Portal. A historical overview of uptime is available in the **Ping Results** section.
99

10-
Hostname monitoring in Umbraco Cloud allows users to track the availability and response times of their websites. This feature helps ensure optimal website performance and alerts users to potential downtime or performance issues. Users can add, edit, and view hostname monitors through the Umbraco Cloud portal. A historical overview of uptime is available in the **Ping Results** section.
11-
12-
Hostname monitoring can be accessed in your Umbraco Cloud project under **Insights > Hostname Monitoring**.
10+
Hostname monitoring can be accessed under **Insights > Hostname Monitoring** on your project in the Umbraco Cloud Portal.
1311

1412
## Hostname Monitor Configuration
1513

@@ -44,7 +42,9 @@ Hostname monitoring can be accessed in your Umbraco Cloud project under **Insigh
4442

4543
## Negative Status Codes
4644

47-
Hostname monitoring shows a number of custom HTTP response codes beyond standard. These response codes are based on [Chromium's response codes](https://source.chromium.org/chromium/chromium/src/+/main:net/base/net_error_list.h) and give you more details about error responses.
45+
Hostname monitoring shows a number of custom HTTP response codes beyond the standard. These response codes are based on [Chromium's response codes](https://source.chromium.org/chromium/chromium/src/+/main:net/base/net_error_list.h) and give you more details about error responses.
46+
47+
<! -- vale off -->
4848

4949
| Code | Error Code | Description |
5050
|-------|--------------------------------------------------|---------------------------------------------------------------------------------------------------|
@@ -103,4 +103,6 @@ Hostname monitoring shows a number of custom HTTP response codes beyond standard
103103
| -213 | net::ERR_CERT_VALIDITY_TOO_LONG | Certificate's validity period is too long |
104104
| -324 | net::ERR_EMPTY_RESPONSE | Server closed the connection without sending any data |
105105
| -803 | net::ERR_DNS_TIMED_OUT | DNS lookup timed out |
106-
| -9999 | unknown error | Error not mapped |
106+
| -9999 | unknown error | Error not mapped |
107+
108+
<! -- vale on -->

0 commit comments

Comments
 (0)