Datadog + Instatus

  1. Vai su Instatus, nella sezione Integrazioni scegli Datadog
  2. Scegli i modelli da usare per creare e risolvere gli incidenti automatici
  3. Copia l'URL webhook della tua pagina
  4. Accedi al tuo account Datadog e vai su Integrations.
  5. Crea una nuova integrazione Webhook
Integrazione webhook di Datadog
  1. Inserisci un nome e l'URL webhook di Instatus che hai copiato
  2. Ricordati di aggiungere il valore alert al tuo payload:
{
"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"
}
  1. Clicca su Save
Aggiungi il webhook in Datadog
  1. Crea un nuovo test API
Test API di Datadog
  1. Assicurati di notificare l'integrazione webhook che hai creato
Notifiche del test API di Datadog
Fatto! 🙌