Monitis Integration

Monitis is a monitoring software for applications, websites, servers and cloud apps, etc.

200

​What does Opsgenie offer Monitis users?

Opsgenie has a specific API integration with Monitis. Monitis sends alerts to Opsgenie API with detailed information. Opsgenie acts as a dispatcher for Monitis alerts, determines the right people to notify based on on-call schedules– notifies via email, text messages (SMS), phone calls and iPhone & Android push notifications, and escalates alerts until the alert is acknowledged or closed.

Functionality of the integration

  • When an alert is created on Monitis, an alert is created in Opsgenie automatically through the integration.
  • When the alert is closed on Monitis, the related alert is closed in Opsgenie.

Add Monitis integration in Opsgenie

  1. Please create an Opsgenie account if you haven't done so already.
  2. Go to Opsgenie Monitis Integration page.

🚧

For Free and Essentials plans, you can only add the integrations from the Team Dashboards, please use the alternative instructions given below to add this integration.

  1. Specify who is notified of Monitis alerts using the Teams field. Autocomplete suggestions are provided as you type.

📘

An alternative for Step 2) and Step 3) is to add the integration from the Team Dashboard of the team which will own the integration. To add an integration directly to a team, navigate to the Team Dashboard and open Integrations tab. Click Add Integration and select the integration that you would like to add.

  1. Copy the integration API key to use during Monitis configuration.
  2. Click Save Integration.
1120

Configuration on Monitis

  1. In Monitis, under the "Alerts" menu, select Contacts.
  2. In the opening window, click New Contact.
  3. Select Opsgenie as "Contact Type".
  4. Paste the Opsgenie API key copied previously into "API key" field.
  5. Click Next.
  6. Click OK.
680

Sample payload sent from Monitis

Create Alert payload:

{
  "alert": {
    "alertId": 181899666,
    "time": "1-14-2016 09:45:14 (GMT + 2)",
    "downtime": "16 minute(s) 56 second(s)",
    "name": "opsgenie.com",
    "alertType": "RECOVERY",
    "adddata": "HTTP OK: HTTP/1.1 200 OK - 171 bytes in 0.310 second response time",
    "group": "Default",
    "type": "HTTP",
    "url": "http://178.251.45.52:9115"
  }
}

Sample alert

2431