Skip to content

Webhook event types

The event types Fajita can deliver, grouped by incidents, maintenance, and monitor signals.

Core

Each delivery carries a type. The event type is also sent in the Fajita-Event-Type header.

Incident events

TypeFires when
incident.openedA failure is confirmed and an incident opens
incident.updatedAn operator posts an update or changes severity
incident.reopenedFailures return within the reopen window
incident.recovery_startedChecks begin passing and recovery is confirming
incident.resolvedRecovery is confirmed and the incident closes

Maintenance events

TypeFires when
maintenance.scheduledA maintenance window is created
maintenance.startedA window begins
maintenance.updatedA window is edited
maintenance.completedA window ends
maintenance.canceledA window is canceled

Monitor signal events

TypeFires when
monitor.ssl_criticalA certificate crosses the critical expiry threshold
monitor.ssl_restoredA certificate returns to valid
monitor.heartbeat_missedAn expected heartbeat does not arrive
monitor.heartbeat_restoredHeartbeats resume
monitor.flappingA monitor is detected flapping

Was this page helpful?