Integrate with Updown.io
What does the integration offer?
Use the updown.io integration to forward website's status notifications to Compass. Compass determines the right people to notify based on on-call schedules, notifies via email, text messages (SMS), phone calls, and iOS and Android push notifications, and escalates alerts until the alert is acknowledged or closed.
How does the integration work?
updown.io sends JSON notifications when a website is down, which creates an alert in Compass. As soon as the website gets up back, the alert created is closed automatically.
An alias should be set while adding a new website to monitor in updown.io. Otherwise, alert will be created in the case of website is down but will not be closed.
Set up the integration
updown.io is an API-based integration. Setting it up involves the following steps:
Add a updown.io integration in Compass
Configure the integration in updown.io
Add an updown.io integration
In this release, only incoming integrations are fully supported in the Standard plan, at a team level. To use outgoing integrations or the outgoing part of bidirectional integrations, upgrade to a higher subscription plan. There may be restrictions on how you can create and apply integration rules as well.
You can add this integration only from your team’s operations page. Adding an integration from your team’s operations page makes your team the owner of the integration. This means Compass only assigns the alerts received through this integration to your team.
To add a updown.io integration in Compass, complete the following steps:
Go to your team’s operations page.
On the left navigation panel, select Integrations and then Add integration.
Run a search and select “updown.io”.
On the next screen, enter a name for the integration.
Optional: Select a team in Assignee team if you want a specific team to receive alerts from the integration.
Select Continue.
The integration is saved at this point.Expand the Steps to configure the integration section and copy the integration URL which includes Compass endpoint as well as the API key.
You will use this URL while configuring the integration in updown.io later.Select Turn on integration.
The rules you create for the integration will work only if you turn on the integration.
Configure the integration in updown.io
In the Webhooks section, select the plus icon to configure a new Webhook.
Paste the URL previously copied from Compass into Webhook endpoint URLs.
Select Save.
You can now manage your updown.io notifications in Compass and leverage its full alerting functionality.
Sample Webhook message from updown.io
(in JSON format)
[
{
"event": "check.up",
"check": {
"token": "jzu3",
"url": "https:\/\/asdf.cm",
"alias": "asdf",
"last_status": null,
"uptime": 97.338,
"down": false,
"down_since": "2018-06-07T11:18:06Z",
"error": "Couldn't connect to server",
"period": 30,
"apdex_t": 0.5,
"string_match": "",
"enabled": true,
"published": false,
"disabled_locations": [
],
"last_check_at": "2018-06-07T11:18:36Z",
"next_check_at": "2018-06-07T11:19:06Z",
"mute_until": null,
"favicon_url": null,
"custom_headers": {
},
"ssl": {
"tested_at": "2018-06-07T11:17:16Z",
"valid": false,
"error": null
}
},
"downtime": {
"error": "Couldn't connect to server",
"started_at": "2018-06-07T11:18:06Z",
"ended_at": null,
"duration": null
}
}
]