• Products
  • Get started
  • Documentation
  • Resources

Integrate with Panopta

This article highlights a new alerting feature that's natively available in Jira Service Management which is gradually rolling out to some Jira Service Management Cloud customers. It may not yet be visible or available on your site.

Panopta logo

What does the integration offer?

Jira Service Management creates an alert in the event of a Panopta outage and closes it when the outage is cleared. Use Jira Service Management's Panopta integration to extend Panopta monitoring with a robust alert management platform; benefit from on-call schedules, escalations, rich notifications, and more.

How does the integration work?

  • When an alert is created in Panopta, an alert is also created in Jira Service Management automatically through the integration.

  • When the alert is closed in Panopta, the related alert is also closed in Jira Service Management.

Set up the integration

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

  • Add a Panopta integration in Jira Service Management

  • Configure the integration in Panopta

Add a Panopta integration

If you're using the Free or Standard plan in Jira Service Management, you can only add this integration from your team’s operations page. To access the feature through Settings (gear icon) > Products (under JIRA SETTINGS) > OPERATIONS, you need to be on Premium or Enterprise plan.

Adding an integration from your team’s operations page makes your team the owner of the integration. This means Jira Service Management only assigns the alerts received through this integration to your team.

To add a Panopta integration in Jira Service Management, 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 “Panopta”.

  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 integration URL generated for your account that contains both the API key and API URL.
    You will use this key while configuring the integration in Panopta 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 Panopta

To configure the integration of Panopta with Jira Service Management, complete the following steps:

  1. In Panopta, go to Configuration > Users & Contacts and add a contact.

  2. Select Add and then Opsgenie Service Management from the menu.

  3. Paste the API URL copied previously from Jira Service Management into API URL.

  4. Paste the API key copied previously from Jira Service Management into API Key.

  5. Select Create Opsgenie Notification.

  6. Go to Configuration > Notification Schedules.

  7. Create a schedule or modify an existing one.

  8. Select Create New Event and add the notification method you defined earlier.

  9. Under Servers and Server Groups, select the objects you'd like to generate notifications for.

Sample payload sent from Panopta

JSON

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 { "name": "elham.com (1.4.8.9)", "timestamp": "2014-04-22 00:09:32 UTC", "fqdn": "1.4.8.9", "server_group": "All Instances > Dev > Frontend Servers", "outage_id": 132770146, "services": "FTP,Secure POP Email,MySQL Database,HTTP,Microsoft Exchange,IMAP Email,Ping,Secure HTTP,PostgreSQL Database,DNS,Secure IMAP Email,Secure SMTP Email,POP Email,SMTP Email,Secure Shell (SSH)", "event": "outage event", "tags": [ "tag1", "tag2" ], "teams": [ "test1", "test2" ] }

 

Additional Help