Steps to Integrate DataDog with AlarmsOne:


 

Datadog is a SaaS-based monitoring and analytics platform for IT infrastructure, operations and development teams. It brings together data from servers, databases, applications, tools and services to present a unified view of the applications that run at scale in the cloud.

 

To integrate DataDog with AlarmsOne for alarms tracking, follow the steps below.


 

 

Steps to be followed in AlarmsOne:


 

1. Click onApplications icon in the left panel.

 

2. Click on Add Application. Here, select DataDog.

 

3. Fill in the Application Label (e.g. DataDog).

 

4. Click Add. A URL will be generated. Please copy the URL.


 

 

Steps to be followed in DataDog:


 

1. Sign In to DataDog using your credentials.

 

2. Click on Integration Tab and select Integration.

 

3. On the left pane search for WebHook and install the WebHook integration.

 

4. After installing Webhook, click on it.

 

5. Scroll to the bottom , specify name as AlarmsOne .

 

6. Paste the URL copied from the AlarmsOne in the URL field.

 

7. Select Use Custom Payload.

 

8. In the Custom Payload field, copy and paste the following content and Update Configuration.

{

"ID" : "$ID",

"EVETITLE" : "$EVENT_TITLE",

"EVEMSG" :  "$EVENT_MSG",

"EVETYPE" : "$EVENT_TYPE",

"EVENTTIME" : "$DATE",

"LASTUPDATE" : "$LAST_UPDATED",

"AGGREG_KEY" : "$AGGREG_KEY",

"ORGID" : "$ORG_ID",

"ORGNAME" : "$ORG_ID",

"USER" : "$USER",

"PRIORITY" :  "$PRIORITY",

"TAGS" : "$TAGS",

"ALERTMETRIC" : "$ALERT_METRIC",

"ALERTTRANSITION" : "$ALERT_TRANSITION",

"ALERTSTATUS" : "$ALERT_STATUS"

}