Route real incidents to a human within minutes, and keep everything else out of their pocket. This playbook sets up a two-tier alerting system with escalation policies and grouped alerts, in about twenty minutes.
Most teams start with the default: every monitor notifies every channel. That works at five monitors and collapses at fifty.
When a staging blip sounds exactly like a production outage, people mute the channel. The one alert that mattered gets found an hour later, usually by a customer.
The failure mode is not too many alerts. It is that every alert claims the same urgency, so urgency stops meaning anything.
Decide upfront which failures justify interrupting a person, and which can wait for working hours. For most teams two tiers are enough: Critical for anything customer-facing, Low-priority for the rest.
In Hyperping, a tier is an escalation policy. A monitor without a policy alerts all its configured channels at once, so give every monitor a policy and let the policy decide who hears about it, and when.
Create an escalation policy named Critical and assign it to every monitor a customer can feel: public API, app, checkout, login. We recommend three steps:
Acknowledging the alert stops the escalation, so a responsive team rarely hears a phone ring. Assign the policy from each monitor's Notifications tab.
Create a second policy named Low-priority for internal tools, staging, and batch jobs. Give it a single step: a Slack message to a separate #alerts-low channel. No SMS, no phone calls.
Nobody gets paged. Sweep the channel once or twice a day during business hours, like a ticket queue.
If some of these services still deserve a human during work hours, add an email or SMS step that targets an on-call schedule whose rotation has time restrictions covering business hours only.
When a database dies, thirty monitors go down with it. Without grouping, that is thirty pages for one incident.
Enable alert grouping on the Critical policy with a short window, 1 to 3 minutes. The first monitor to fail sends the alert, and every other monitor failing inside the window stays silent.
Grouping can also be set at the project level. When both are configured, the policy setting wins.