Webhook

Parny | Webhook Integration Guide

Parny supports direct integration with Webhook alerts. Webhook is a network and system monitoring tool that can create alarms to detect and prevent potential problems. This documentation explains how to redirect alarms created in Webhook to a webhook using Parny.


Parny Settings


  1. Go to the Parny interface.

  2. Navigate to the "Services" section of your organization.

  3. Click on the "New Services" option in the upper right corner.

  4. Enter the relevant service name.

Service Name Usage: The service name here is independent of the structure and can be chosen according to the preferences of the organization.


  1. Select Webhook from the list of integrations.

  2. Click "Add".

  3. After the service is created, the following screen will appear.

  • You can now click on the token section of your service and copy your Webhook URL.


Webhook Settings

This section discusses an "Adding Alert Notification".


Adding Alert Notifications


  1. The address for Webhook integration of the service we created on Parny can be used in any Webhook supported service or application. Here, as an example, a request will be sent via Postman.


  1. When a POST request with a JSON body is sent to the webhook address we copied from Postman via Parny, as in the screenshot, the alert will start to be processed.

Example JSON body:


{
  "alert_name": "Deneme Alarm",
  "alert_date": "09.09.2002",
  "alert_severity": "HIGH",
  "alert_instance": "test-elasticsearch-instance",
  "alert_description": "High CPU usage",
  "alert_service": "Elasticsearch"
}


Note: If a parameter named "alert_status" is added and assigned the value "resolved", alarms will be received as resolved.

With these settings, your Webhook alarms will be forwarded to Parny, allowing you to manage them alongside your other alerts within your organization's Parny interface.