Skip to content

Commit

Permalink
Merge pull request #5923 from ministryofjustice/runbooks-update
Browse files Browse the repository at this point in the history
update review dates and minor sentence fixes
  • Loading branch information
FolarinOyenuga authored Jul 26, 2024
2 parents e1fafe0 + c9b2e5c commit c70ba36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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

0 comments on commit c70ba36

Please sign in to comment.