Skip to content
Glowo
Esc
navigateopen⌘Jpreview
On this page

Notification channels

The seven ways Glowo can reach you, and how to scope each one so the right alerts reach the right people.

A channel is one destination for alerts. You create it once, subscribe it to the events you care about, and attach it to monitors.

The seven types

Glowo notification channels list showing PagerDuty, Slack and email channels with their subscribed events

Three channels of different kinds, each subscribed to its own set of events.

Settings every channel shares

Setting Limit
name 1–255 characters
events at least one
monitorIds up to 50
projectIds up to 50

Scoping

This is the difference between a monitoring system people trust and one they mute.

  • No scoping — the channel receives its subscribed events from every monitor in the workspace. Fine for a team-wide Slack channel; wrong for SMS.
  • monitorIds — only these monitors.
  • projectIds — every monitor in these projects. Better than listing monitors individually, because a monitor added to the project later is covered automatically.

Prefer project scoping. Monitor-level lists silently go stale as your infrastructure grows, and nobody notices until an alert does not arrive.

Enabling and disabling

A channel can be disabled without deleting it, which keeps its configuration and history. Use it to silence a noisy integration while you fix it.

Testing

Every channel has a Test action that sends a sample notification using the real configuration and delivery path. Use it whenever you create a channel — a typo’d webhook URL or a revoked bot token is silent until the first real outage, which is the worst possible moment to find out.

Choosing a set

A workable pattern for a small team:

Channel Events Scope
Team email MONITOR_DOWN, MONITOR_UP all monitors
Slack #alerts MONITOR_DOWN, MONITOR_UP, MONITOR_DEGRADED all monitors
SMS to on-call MONITOR_DOWN the “Production” project only

The MONITOR_UP subscriptions matter. Without them nobody learns that the incident ended, and people keep investigating a resolved problem.

Was this page helpful?