Kentik

Efficiently manage incidents with Kentik integration. Our step-by-step guide configures Kentik for optimal incident response using Squadcast.

Kentik is a network observability solution that empowers network pros to plan, run, and fix any network.

Maintain stable, reliable applications with automated testing and AI.

How to integrate Kentik with Squadcast

In Squadcast: Using Kentik as an Alert Source

  1. Navigate to Services -> Service Overview -> select or search for your Service. Expand the accordion -> In the Alert Sources section, click Add.

How to configure Kentik integration in Squadcast

2. Select Kentik. Copy the displayed Webhook URL to configure it within Kentik. Finish by clicking Add Alert Source -> Done.

Steps to add Kentik integration to a service in Squadcast

In Kentik: Create a Squadcast Webhook as a Notification Channel

  1. Login to your Kentik dashboard, click on the top left Navigation Button and select Integrations

Add Notification Channels for Kentik incidents
  1. Click on Custom Webhooks under the Notification Channels

Click on Webhooks
  1. Click on Add Notification Channel

Click on add notification channel
  1. Enter the notification channel Name as Squadcast, Type as Custom Webhook, paste the WebhookURL we have earlier copied from the Squadcast service. Under the Custom Template section, paste the following code:

{
  "Events": [
    {{- range $index, $event := .Events -}}
      {{- join $index -}}
      {
        {{- . | j | x -}},
        {{- .Details.ToMap | j | x -}}
      }
    {{- end -}}
  ]
}
Enter the details and click on add notification channel
  1. Click on Add Notification Channel and use this custom webhook to send all alert data to Squadcast.

Now, whenever an alert is triggered in Kenitk, an incident will be created in Squadcast.

  • When it is resolved in Kentik, it will automatically get Resolved in Squadcast.

  • Note: Sending a Test Incident from Kentik to Squadcast is not supported.

Have any questions? Ask the community.

Last updated

Was this helpful?