Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update review dates and minor sentence fixes #5923

Merged
merged 1 commit into from
Jul 26, 2024
Merged
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
2 changes: 1 addition & 1 deletion runbooks/source/cloud-platform-alliance.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Cloud Platform Team Alliance
weight: 5
last_reviewed_on: 2024-04-26
last_reviewed_on: 2024-07-26
review_in: 3 months
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: Create a Pingdom integration id
weight: 86
last_reviewed_on: 2024-01-24
last_reviewed_on: 2024-07-26
review_in: 6 months
---

# Create a Pingdom integration id

The intention of this document is to provide brief instructions on how to create an integration id in Pingdom. For more information on integration id's, please refer to the [Pingdom documentation](https://help.pingdom.com/hc/en-us/articles/207081599-Webhooks-or-Slack-Integration)
The intention of this document is to provide brief instructions on how to create an integration id in Pingdom. For more information on integration ids, please refer to the [Pingdom documentation](https://help.pingdom.com/hc/en-us/articles/207081599-Webhooks-or-Slack-Integration)

Completing the following steps are necessary to support Cloud Platform user requests as detailed [here](https://user-guide.cloud-platform.service.justice.gov.uk/documentation/monitoring-an-app/how-to-create-pingdom-checks.html#adding-slack-notification)
## How to create integration id (webhook)

This cannot be managed by Terraform and will need to be created manually. To continue any further it is assumed you have the following:
This cannot be managed by Terraform and will need to be created manually. To continue any further, it is assumed you have the following:

- Access to the [Pingdom slack app](https://slack.com/apps/A0F814AV7-pingdom?next_id=0)
- Access to Pingdom
Expand All @@ -24,14 +24,14 @@ To create the webhook, perform the following:

1. Select the target slack channel
2. Click 'Add Pingdom Integration'
3. Locate the newly generated Webhook URL, and copy to clipboard. This will look similar to `https://hooks.slack.com/services/xxxxxx/xxxxxx/xxxxx`
3. Locate the newly generated Webhook URL and copy to clipboard. This will look similar to `https://hooks.slack.com/services/xxxxxx/xxxxxx/xxxxx`

- Sign into [Pingdom](https://my.pingdom.com/app)
- Go to Settings cog in side menu > `Integrations` > `Add integration`
- Fill in a suitable name for the integration, and paste the generated webhook from previous step
- Go to Settings cog in the side menu > `Integrations` > `Add integration`
- Fill in a suitable name for the integration and paste the generated webhook from the previous step
- Save integration

Now it's a simple case of finding the `integrationid`, which can be found by clicking your newly created integration and making a note of the `integration=` in the URL.
Now, it's a simple case of finding the `integrationid`, which can be found by clicking your newly created integration and making a note of the `integration=` in the URL.

eg:
```
Expand Down
Loading