Xitoring
  • 27 Aug 2024
  • 3 Minutes to read
  • Dark
    Light
  • PDF

Xitoring

  • Dark
    Light
  • PDF

Article summary

AlertOps and Xitoring

AlertOps’ alert management system can be integrated with Xitoring to receive and respond to all (predefined status mappings) alerts through email, SMS, push notification or phone alerts. AlertOps would ensure that the Xitoring's monitoring alerts would reach the appropriate team by using proper workflows, escalation policies and schedules. Based on your ruleset, incidents can be automatically opened and closed, depending on what kind of signal Xitoring sends out.

The above scenario and scope for integration is due to the fact that AlertOps has a very flexible and simple API/Webhook configuration feature that can be leveraged with Xitoring's integration / notification template.

AlertOps - Inbound Integration

We can define an integration in AlertOps so that Xitoring can send out alerts to the AlertOps platform. AlertOps would ensure based on these notifications received, that it would always reach out and assign to the correct person/team by utilizing its escalation policies, schedules, and workflow features.

AlertOps provides Inbound Integrations to integrate with numerous monitoring, chat and ITSM tools. You can configure an inbound integration for Xitoring.

At a high level this is how the flow looks like, you define an API integration in the AlertOps platform by defining settings like Integration Name, Escalation rules, recipient users/groups. Once an integration is defined, a unique API URL is generated. This acts as webhook or the gateway through which notifications from Xitoring reach AlertOps and thus an incident/alert is created correspondingly. The API can be defined with various settings like URL mappings, filters, escalations etc. as required. Xitoring has to be added with an AlertOps integration.


Configure Inbound Integration in AlertOps 

  1. Under 'Configuration' select 'Integrations'. From the Inbound Integration section, select 'API' from the dropdown and then click the 'Add API' button.
  2. Select Xitoring from the list of available integration options (if not, you can select 'Custom', and configure mappings as shown in step 5)
  3. Once you selected the integration, you can then specify basic settings like the integration name, escalation policy, names of the recipients/groups for which the alerts must be assigned to.
  4. Once you click save, the API Integration will be created, and you will be given a unique URL which acts as the access point and needs to be configured at the source (in this case Xitoring), to send alerts. You can find the integration you just created, and you can give advanced settings and define various configurations for the alerts to be received and processed. For example, you can define when to open and close alerts based on the payload obtained from the API call, filters etc
  5. Make a note of the API URL, which will be used in Xitoring, so it calls a HTTP POST request to this URL with the body in JSON format containing the alert specific information. AlertOps automatically creates an alert when the status variable (status) contains '0' (down). The incident will also be closed automatically when the status '1' (Up) is received from Xitoring.
  6. You can similarly define URL mappings as you want, owing to the flexibility provided by AlertOps’ OpenAPI/Plug-and-Play integrations. You can provide other filters and match with regex expressions as well. You can also test the generated URL with the sample data provided.

Configure Integration in Xitoring

  1. In the Navigation Menu, Select 'Notification Roles'. Create a New Notification Role by clicking '+Create a New Role'
  2. Select AlertOps, paste the Integration URL that you obtained from the Inbound Integration under Webhook URL
  3. Make sure the Enable option in toggled on.

4) Save. You can send a test notification to test it out.

5) You can associate the Notification Role with a trigger.

Thats it! You have configured a Notification role for AlertOps in Xitoring.

Message logs, alert specific information can be viewed in the “Inbound Log” section in AlertOps Dashboard. Alerts can be viewed in the ‘Alerts’ tab as well.

Alert Triggering Information

AlertOps will automatically create an incident when a new alert is received from Xitoring when the status contains "0".

If an alert with status "0" matches an existing Open Alert, AlertOps will recognize the new alert as a duplicate and ignore the alert.

The alert will be recorded in the Inbound Messages table as “Mapped Appended.”

AlertOps will automatically close the same incident when an alert with status contains "1". 

References

AlertOps Integration Guides

General Restful API Guide

Xitoring Docs


Was this article helpful?