Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions communicate/alerts/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Frame>
![Account-level alert settings](/images/docs/images/alerting/alert-settings.png)
Expand All @@ -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)

Expand All @@ -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.

<Frame>
![Check-level alert settings](/images/docs/images/alerting/alert-settings-check.png)
Expand Down
4 changes: 4 additions & 0 deletions detect/uptime-monitoring/url-monitors/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Info>
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.
</Info>

<Steps>
<Step title="Enter your URL">
Enter the URL you want to monitor.
Expand Down
Loading