|
1 | 1 | --- |
2 | 2 | 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. |
4 | 4 | --- |
5 | 5 |
|
6 | | -# Hostname Monitoring in Umbraco Cloud |
| 6 | +# Hostname Monitoring |
7 | 7 |
|
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. |
9 | 9 |
|
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. |
13 | 11 |
|
14 | 12 | ## Hostname Monitor Configuration |
15 | 13 |
|
@@ -44,7 +42,9 @@ Hostname monitoring can be accessed in your Umbraco Cloud project under **Insigh |
44 | 42 |
|
45 | 43 | ## Negative Status Codes |
46 | 44 |
|
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 --> |
48 | 48 |
|
49 | 49 | | Code | Error Code | Description | |
50 | 50 | |-------|--------------------------------------------------|---------------------------------------------------------------------------------------------------| |
@@ -103,4 +103,6 @@ Hostname monitoring shows a number of custom HTTP response codes beyond standard |
103 | 103 | | -213 | net::ERR_CERT_VALIDITY_TOO_LONG | Certificate's validity period is too long | |
104 | 104 | | -324 | net::ERR_EMPTY_RESPONSE | Server closed the connection without sending any data | |
105 | 105 | | -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