/
Integrate with BigPanda

Integrate with BigPanda

What does the integration offer?

Use Compass's BigPanda Integration to forward BigPanda incidents to Compass. Compass determines the right people to notify based on on-call schedules– notifies via email, text messages (SMS), phone calls, iOS & Android push notifications, and escalates alerts until the alert is acknowledged or closed.

How does the integration work?

  • When an incident is fired by BigPanda, an alert is created in Compass automatically through the integration.

  • When an incident is resolved in BigPanda, the alert is closed in Compass.

Set up the integration

BigPanda is an API-based integration. Setting it up involves the following steps:

  • Add a BigPanda integration in Compass

  • Configure the integration in BigPanda

Add a BigPanda 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 BigPanda integration in Compass, complete the following steps:

  1. Go to your team’s operations page.

  2. On the left navigation panel, select Integrations and then Add integration.

  3. Run a search and select “BigPanda”.

  4. On the next screen, enter a name for the integration.

  5. Optional: Select a team in Assignee team if you want a specific team to receive alerts from the integration.

  6. Select Continue.
    The integration is saved at this point.

  7. Expand the Steps to configure the integration section and copy the API URL.
    You will use this URL while configuring the integration in BigPanda later.

  8. Select Turn on integration.
    The rules you create for the integration will work only if you turn on the integration.

Configure the integration in BigPanda

To configure the integration of BigPanda with Compass, complete the following steps:

  1. In BigPanda, go to Integrations.

  2. Select New Integration > Webhooks.

  3. Enter a name for the integration and select Generate App Key.

  4. Paste the API URL previously copied from Compassinto Callback URL.

  5. Select Configure Webhook.

Sample webhook message from BigPanda

JSON

{ "incident": { "id": "5b588625c3f4179240d7c137", "status": "Ok", "active": false, "severity": "Critical", "flapping": false, "resolved": true, "snooze": { "snoozed": false, "wake": null, "autoCancel": false }, "startedOn": 1532528165, "changedOn": 1532528247, "updatedOn": 1532528256, "endedOn": 1532528247, "alerts": [ { "id": "5b588625c3f4179240d7c137", "status": "Ok", "startedOn": 1532528165, "endedOn": 1532528247, "changedOn": 1532528247, "updatedOn": 1532528247, "active": false, "primaryProperty": "host", "secondaryProperty": "check", "sourceSystem": "api.resty", "description": "Alert was manually resolved.", "tags": [ { "name": "host", "value": "production-database-2" }, { "name": "check", "value": "CPU overloaded" }, { "name": "organization", "value": "jsm_test" } ] } ] }, "links": { "landingPage": "http://bigp.io/0485f3a1" } }