ServerMon

Parny | ServerMon Integration Guide

Parny supports direct integration with Servermon alerts. Servermon 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 Servermon 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 Servermon from the list of integrations.

  2. Click "Add".

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


drawing


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


ServerMon Configuration

In this section, we will guide you through "Adding Webhook".


Adding Webhook


  1. First, on the ServerMon homepage, locate the "Welcome, (your username)" section in the top right corner of the interface. Click on this section to access next tab. Then click on the "Profile" section.


drawing



  1. "On the lower part of the page, find the "Webhook URL" field."


  2. Paste the payload and webhook address of the service prepared for ServerMon, which you copied from the Parny panel, into the appropriate fields.



drawing



{
	"alert_name": "#server_ip is #status",
	"alert_service": "Servermon",
	"alert_date": "<alert_date_here>",
	"alert_description": "#server_ip is #status",
	"alert_severity": "High",
	"alert_instance": "#server_ip" 
}


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

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