web down
All posts
May 4, 2026 · flndrn

Silence is the feature: why we don't send a daily 'everything is fine' email

Most monitoring tools send daily summaries by default. We deliberately don't, because they teach users to ignore the alerts that actually matter.

Open your inbox right now and search for "uptime", "monitoring", "status", or "report". If you've used any monitoring tool in the past five years, you'll find a pile of emails that all read roughly the same way:

✅ Daily Status Report — All Systems Operational

Your monitored services are all up. 24/24 hour uptime. Average response time: 184ms. No incidents detected.

Those emails feel useful when you sign up. The first one even gets a 30-second skim. By week three, you're filing them straight to a "monitoring" folder you'll never open. By month three, your eye doesn't even register the sender name. The unread count climbs into the hundreds.

Then one Tuesday morning at 03:17, the email subject changes. 🚨 ALERT: Production API is DOWN. Same sender. Same visual treatment. Same time of day as the last 89 routine emails.

You miss it.

Not because you're careless. Because the tool spent three months systematically training you to filter mail from that sender into the "later" pile. The alert that finally matters is the alert your nervous system stopped seeing.

The training effect is real

This is operant conditioning at industrial scale. If 99% of the messages from a sender are routine and zero-effort, you build a habit of treating all messages from that sender as routine and zero-effort. The brain optimizes for the common case.

When the rare case arrives, the optimization fires anyway. You see the email. You don't read the email.

You can argue against this in theory ("I would obviously notice an emergency") but the data is unambiguous: every operations team that gets a flood of low-stakes pages eventually starts ignoring pages, and most of them have a horror story about a real incident that took longer to triage than it should have because the first responder assumed it was noise.

The same dynamic applies to email alerts. If anything, it's worse — email is a worse paging channel, the visual differentiation between routine and urgent is weaker, and the recipient is rarely watching the inbox in real time anyway.

Why monitoring tools send them anyway

Three reasons, in roughly increasing order of cynicism:

  1. Discoverability. A daily email is a recurring touchpoint that reminds the user the tool exists. Without it, the SaaS company has zero presence in your inbox until something goes wrong, which feels weird from a product-marketing point of view.
  2. Apparent value. Quantifiable activity feels like value. "We sent you 30 reports this month" looks better in a customer-success dashboard than "we sent you 0 reports because nothing went wrong, which is the entire point."
  3. Engagement metrics. If the SaaS tool is venture-funded, daily emails generate open and click events that look healthy in board decks. The fact that they're slowly destroying the alert channel's credibility is a problem for next quarter.

We don't optimize for any of those things, so the daily summary loses on every front.

What "quiet by default" actually means in our system

The contract we ship is simple, and it's the same contract on both tiers:

  • Issue happens (down, recovered, SSL expiring, anomaly): we email you, directly, within minutes.
  • Issue doesn't happen: you hear nothing during the week. On Pro tier, you get one weekly summary on Monday morning that covers what happened, recommendations, and what's about to expire. On Starter tier, you hear nothing at all unless something is wrong.

That's it. There's no "daily report" toggle in settings. There's no "send me a confirmation when checks succeed" option. You can't accidentally enable noise; the noise doesn't exist as a feature.

The first time you go a week without an email from us, you'll briefly wonder if we forgot to monitor your sites. We didn't. Silence is the feature.

What this changes operationally

Two things.

First, when you do get an email from us, you read it. There are no false positives in the pile, no daily summaries to skim past, nothing to file. The visual triage your brain does on email subjects works for you instead of against you, because the priors line up: "an email from web-down means something is happening" is a useful, accurate prior.

Second, we have to be more careful about what we call an issue. If we send too many anomaly alerts that don't really need attention, we re-create the problem we said we don't have. So we tune anomaly thresholds carefully — response-time spikes need to be both relative (3x baseline) and absolute (>1500ms) to fire. SSL alerts dedupe across thresholds so we don't fire 30/14/7-day notices on the same cert. DNS-record changes only alert when the record set genuinely differs.

The tradeoff: occasionally a small thing slips into the weekly digest that you'd rather have known about same-day. We accept that. The alternative — a constant low-stakes drumbeat — is worse for the same reason that a fire alarm that goes off every Wednesday at 11am is worse than a fire alarm that almost never goes off.

"But I want to see daily activity"

A reasonable thing to want, and there's a reasonable place to look: the dashboard at any time. Charts, recent activity, recent checks, response time trends, current status. We don't put it in your inbox because the inbox is a spammable shared resource and the dashboard isn't.

If you find yourself wanting to receive the daily summary, what you actually want is a visible signal that the system is alive. Use the dashboard for that. Use a status page (Stage 5+) if you want the team to see it without logging in. Use the API once we ship one. But don't put it in email — email is for things that need your attention, and "everything's fine" doesn't.

The boring promise

We will not introduce a daily summary email. Ever. If we did, you would correctly stop reading our mail, and the entire alert channel would degrade into noise. That outcome is bad for you, and it's bad for the brand we're trying to build, so we have aligned incentives to keep email quiet by default.

If we ever email you, something happened. You can act on it. That's the deal.