AlertNow

Supported OS Linux Windows Mac OS

Overview

AlertNow is an integrated incident management platform that collects alerts from various and complex IT environments and delivers the alerts to the right people, enabling them to handle incidents rapidly. Connecting AlertNow with Datadog automatically syncs your Datadog alerts with those in AlertNow. You can manage alerts on a single platform, notify your teams, and respond to critical issues immediately.

What AlertNow offers:

  • Trigger and resolve incidents from Datadog

  • Notify the right people via email, SMS, Voice call, and mobile application when incidents occur

  • Notify users based on escalation policy

  • Reports on MTTA and MTTR, analysis reports

alertnow overview

Setup

AlertNow

To connect Datadog with AlertNow, create a webhook and monitors in Datadog.

  1. Use your existing account or create an AlertNow account at opsnow.com.

  2. Log in to AlertNow and go to the Configuration > Integration menu.

  3. Click Create Integration, and then select the Datadog card.

    datadog card

  4. In the Create integration page, enter the required information, and then click the OK button to create the integration.

    datadog integration

  5. Copy the URL from the Integration page of AlertNow. datadog detail

Datadog

Follow the steps below in your Datadog account.

  1. Open the Webhooks Integration tile.

  2. Select the Configuration tab, and scroll to the bottom and click New.

  3. On the New Webhook form, enter a meaningful name and the AlertNow Webhook URL created in the AlertNow integration page. The format of the copied AlertNow Webhook URL is as below. Substitute your API key for {ALERTNOW-API-KEY}.

     https://alertnowitgr.opsnow.com/integration/datadog/v1/{ALERTNOW-API-KEY} 

    datadog webhook

  4. Copy the JSON Payload below and paste it in the Payload window.

    {
        "id":"$ID",
        "email":"$EMAIL",
        "eventTitle":"$EVENT_TITLE",
        "eventMsg":"$EVENT_MSG",
        "textOnlyMsg":"$TEXT_ONLY_MSG",
        "eventType":"$EVENT_TYPE",
        "date":"$DATE",
        "datePosix":"$DATE_POSIX",
        "alertId":"$ALERT_ID",
        "alertType":"$ALERT_TYPE",
        "aggregKey":"$AGGREG_KEY",
        "orgId":"$ORG_ID",
        "alertStatus":"$ALERT_STATUS",
        "alertScope":"$ALERT_SCOPE",
        "hostname":"$HOSTNAME",
        "user":"$USER",
        "username":"$USERNAME",
        "snapshot":"$SNAPSHOT",
        "link":"$LINK",
        "priority":"$PRIORITY",
        "tags":"$TAGS",
        "lastUpdated":"$LAST_UPDATED",
        "lastUpdatedPosix":"$LAST_UPDATED_POSIX",
        "alertMetric":"$ALERT_METRIC",
        "metricNamespace":"$METRIC_NAMESPACE",
        "alertTransition":"$ALERT_TRANSITION",
        "orgName":"$ORG_NAME",
        "alertQuery":"$ALERT_QUERY",
        "alertTitle":"$ALERT_TITLE",
        "alertCycleKey":"$ALERT_CYCLE_KEY"
    }
    
  5. Refer to Datadog’s Alerting documentation to create monitors.

Support

Need help? Contact AlertNow support.