Datadog

Tự động hóa trang trạng thái bằng Datadog

Cập nhật trang khi một bài kiểm tra thất bại hoặc phục hồi
Cập nhật trang khi một bài kiểm tra thất bại hoặc phục hồi
Trang trạng thái của bạn được cập nhật
Trang trạng thái của bạn được cập nhật
Tùy chỉnh cập nhật bằng mẫu có sẵn
Tùy chỉnh cập nhật bằng mẫu có sẵn
  1. Create a Datadog webhook
  2. Log in to your Datadog account and go to Integrations.
  3. Create a new Webhook integration
  4. Datadog webhook integration
  5. Add a name and your copied Instatus Webhook URL
  6. Make sure to add alert value to your payload:
  7. {
    "alert": "$ALERT_TRANSITION",
    "body": "$EVENT_MSG",
    "last_updated": "$LAST_UPDATED",
    "event_type": "$EVENT_TYPE",
    "title": "$EVENT_TITLE",
    "date": "$DATE",
    "org": {
    "id": "$ORG_ID",
    "name": "$ORG_NAME"
    },
    "id": "$ID"
    }
  8. Click Save
  9. Datadog add webhook
  10. Create a new API test
  11. Datadog API test
  12. Make sure to notify your created webhook integration
  13. Datadog API test notifications
  14. You're done! 🙌