DEV Community

Hive80-lab
Hive80-lab

Posted on

The 3 AM Test: Would Your Client Know About the Outage Before You Do?

Every agency owner has had this call: a client's server went down at 2 AM, and the client found out before you did.

If you charge for 24/7 managed services but cannot detect an outage before the client can, you are not selling 24/7 operations. You are selling business-hours operations with a panic surcharge.

The 3 AM test (run it this week)

  1. Pick a non-critical client service. Kill it at 3 AM local.
  2. Start a timer. Who notices first — your monitoring, your on-call phone, or the client?
  3. Time from outage to first human action. Over 15 minutes is a red flag.
  4. Check the runbook: can the responder actually fix it without waking the right person twice?

What the failures look like

  • Alerts go to a shared inbox nobody owns at night.
  • Monitoring checks the box ("service is up") but not the outcome ("checkout actually completes").
  • No runbook: the on-call engineer greps the wiki at 3 AM and hopes.
  • Backups "passed" but nobody has run a restore this quarter.

The white-label fix

You don't need a NOC. You need three artifacts: a heartbeat monitor that pages a human, a morning report the client can read, and incident runbooks a junior tech can follow at 3 AM.

Run the 3 AM test before your client runs it for you.

Top comments (0)