Alerts and Delivery
Policies, alerts, and destinations are separate resources with different jobs.
Policies
A policy defines when an event should trigger.
Typical policy inputs:
event_idperiodaggregateconditionthresholdseveritychannel
Alerts
An alert is the runtime result of a triggered policy.
Alert lifecycle states:
triggeredacknowledgedresolvedarchived
The servicer API exposes lifecycle actions to acknowledge, resolve, and archive alerts.
Destinations and delivery history
Destinations route alerts outward. Chirpier currently supports:
destinationslackdiscordtelegramemail
After testing or delivering alerts, inspect delivery attempts through:
GET /v1.0/alerts/:alertID/deliveries?kind=alert|test|allDelivery history semantics:
alert: real alert sendstest: destination test sendsall: both, mainly for debugging
For the operational guides, continue with Policies, Alerts, and Destinations.
Last updated on