- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
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
To connect Datadog with AlertNow, create a webhook and monitors in Datadog.
Use your existing account or create an AlertNow account at opsnow.com.
Log in to AlertNow and go to the Configuration > Integration menu.
Click Create Integration, and then select the Datadog card.
In the Create integration page, enter the required information, and then click the OK button to create the integration.
Copy the URL from the Integration page of AlertNow.
Follow the steps below in your Datadog account.
Open the Webhooks Integration tile.
Select the Configuration tab, and scroll to the bottom and click New.
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}
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"
}
Refer to Datadog’s Alerting documentation to create monitors.
Need help? Contact AlertNow support.