Nobl9 Integration | Jeli

Jeli Part of PagerDuty

Nobl9 + Jeli Benefits

  • Automatically open a Jeli incident when a Nobl9 SLO alerts.
  • Quickly respond to and resolve incidents.

Requirements

📘

Availability

Jeli is available on the Enterprise plan for Incident Management. Please contact our Sales Team to upgrade to an account plan with Jeli.

How it Works

  • Nobl9 uses the webhook alert method to send SLO alerts to the Jeli API.
  • When Jeli receives the webhook, it opens a Jeli incident and begins the incident response process.

Integration Walkthrough

In Jeli

  1. Navigate to Settings API Tokens.
  2. Click Generate Token in the top right.
  3. Enter a meaningful Name for the token, e.g. Nobl9 integration.
  4. Store the access token in a safe place for use in the next section .
    1. Note: The access token will only be visible once.

In Nobl9

  1. Navigate to Integrationsand select the Alert Methods tab.
  2. Click to add an alert method and select Webhook.
Image of Nobl9 user interface

Nobl9 user interface

  1. Configure the webhook:
    1. ​URL: Enter https://api.jeli.io/v0/incident/
    2. ​Project: Select or create a new project.
    3. Display name: Optionally add a display name for the alert method.
    4. Name: Enter open-jeli-incident.
    5. Description: Optionally add a description.
    6. Custom Headers: Click Add to add a new custom header .
      1. Key: Authorization
      2. Value: Bearer <insert_your_Jeli_API_token>
    7. Notification Details: Select Custom and use the payload below as a reference to configure your own Jeli API call:
      1. {
          "incident_name": "Your SLO needs attention!",
          "incident_stage": "Investigating",
          "start_zoom": true,
          "start_google_meet": false,
          "email_of_incident_opener": "[email protected]",
          "slack_team_id": "T01NUHLDWC9",
          "broadcast_channels": [
            "C032EFJTQ10"
          ],
          "severity_slack_command": "0",
          "summary": "TBD"
        }
        
  2. Click Add Alert Method.

Nobl9 | Jeli Integration User Guide

You can now link the open-jeli-incident alert method to an alert policy so that a Jeli incident opens when an SLO alerts.​ Please see Nobl9's Alertingdocumentation for more information.