Skip to content

Commit

Permalink
Merge branch 'main' into moreOtel
Browse files Browse the repository at this point in the history
  • Loading branch information
serverless-mom authored Nov 5, 2024
2 parents 8185fca + bb61698 commit 201395b
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 4 deletions.
1 change: 1 addition & 0 deletions site/content/docs/alerting-and-retries/alert-channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ You can add as many of the following alert channels as you want:
- [FireHydrant]({{< ref "docs/integrations/firehydrant.md" >}})
- [Coralogix]({{< ref "docs/integrations/coralogix.md" >}})
- [Incident.io]({{< ref "docs/integrations/incidentio.md" >}})
- [Rootly]({{< ref "docs/integrations/rootly.md" >}})
- [ilert]({{< ref "docs/integrations/ilert.md" >}})
- [Discord]({{< ref "docs/integrations/discord.md" >}})
- [GitLab Alerts]({{< ref "docs/integrations/gitlab_alerts.md" >}})
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/integrations/msteams.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Send Alerts to Microsoft Teams with Checkly - Checkly Docs
displayTitle: Send Alerts to Microsoft Teams
navTitle: Microsoft Teams
weight: 58
weight: 60
menu:
integrations:
parent: "Integrations"
Expand Down
24 changes: 24 additions & 0 deletions site/content/docs/integrations/rootly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Send Alerts to Rootly with Checkly - Checkly Docs
displayTitle: Send Alerts to Rootly
navTitle: Rootly
weight: 59
menu:
integrations:
parent: "Integrations"
---

Checkly integrates with [Rootly](https://rootly.com/) to monitor your alerts and create incidents in your Rootly account. Let's get started!

1. Log in to Rootly and navigate to **Alerts > Alert Sources**, click **Add Alert Source** and select "Checkly"."

2. Take note of the following:
- The **Secret** that Rootly.io provides you with.
- The **type** you want to target: either **Service**, **Group** or **Escalation Policy**.
- The **ID** of the target.
Now head over to [Checkly > Alerts](https://app.checklyhq.com/alerts/settings), click **Add more channels** and select **Rootly**.

3. Copy and paste in the API key, select the type and paste in the ID.
4. Hit **Test Rootly alert** to verify the connection. On the Incident.io side, you should now see a test alert pop up!
5. Now you are all set up! When an alert is triggered, an incident will be created in Rootly.

2 changes: 1 addition & 1 deletion site/content/docs/integrations/telegram.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Send Alerts via Telegram with Checkly - Checkly Docs
displayTitle: Send Alerts via Telegram
navTitle: Telegram
description: Find out how Checkly integrates with Telegram to send failure, degradation, and recovery messages to any chat.
weight: 58
weight: 61
menu:
integrations:
parent: "Integrations"
Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/private-locations/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ your telemetry and management events. See [the environment variables available t
We recommend storing the URL of your proxy in a [global environment variable](https://app.checklyhq.com/environment-variables)
so you can easily reuse it in your Private Location configuration and checks. In the example below we store it as `PROXY_URL`

![private location proxy url](/docs/images/private-locations/private_location_proxy_url.png)
![private location proxy url](/docs/images/private-locations/proxy_private_locations_1.png)

After this, you can reference this variable using `{{PROXY_URL}}` in the Private Location configuration.

![private location proxy url](/docs/images/private-locations/private_locations_proxy_config.png)
![private location proxy url](/docs/images/private-locations/proxy_private_locations_2.png)

## Using an HTTP proxy with API checks

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 201395b

Please sign in to comment.