diff --git a/communicate/alerts/configuration.mdx b/communicate/alerts/configuration.mdx index 953c7554..204fcbdc 100644 --- a/communicate/alerts/configuration.mdx +++ b/communicate/alerts/configuration.mdx @@ -53,7 +53,7 @@ Runs you [cancel](/concepts/cancellation) never trigger alerts. No failure, degr ### Account-Level -Configure organization-wide defaults that apply to all checks: +Configure organization-wide defaults that apply to all checks. Open the [account-level alert settings screen](https://app.checklyhq.com/alerts/settings) in the Checkly app to edit escalation, reminders, retries, and SSL expiration defaults for every check in the account. ![Account-level alert settings](/images/docs/images/alerting/alert-settings.png) @@ -70,7 +70,7 @@ Configure organization-wide defaults that apply to all checks: ### Group-Level -Configure alerts for teams and service categories: +Configure alerts for teams and service categories. Open the group from the [Checks](https://app.checklyhq.com/checks) page and edit the group's **Alerting** section to override the account defaults for every check in that group. ![Group-level alert settings](/images/docs/images/alerting/alert-settings-group.png) @@ -94,7 +94,7 @@ Configure how group settings interact with individual checks: ### Check-Level -Fine-tune alerting for specific checks with unique requirements: +Fine-tune alerting for specific checks with unique requirements. Open the check, go to its **Alerting** tab, and override the escalation, reminders, or retry settings for that check only. ![Check-level alert settings](/images/docs/images/alerting/alert-settings-check.png) diff --git a/detect/uptime-monitoring/url-monitors/overview.mdx b/detect/uptime-monitoring/url-monitors/overview.mdx index 09fbd58d..60231638 100644 --- a/detect/uptime-monitoring/url-monitors/overview.mdx +++ b/detect/uptime-monitoring/url-monitors/overview.mdx @@ -38,6 +38,10 @@ URL monitors track the availability of your HTTP-based services by sending reque URL monitors send HTTP requests to specified URLs and validate availability and performance. They can be configured to check for specific status codes and response times while running from multiple global locations. + +URL monitors always send a `GET` request and only support status code assertions. To send a different HTTP method (for example `POST`), add headers or a body, or assert on the response body, response time, or headers, use an [API check](/detect/synthetic-monitoring/api-checks/overview) instead. + + Enter the URL you want to monitor.