SiteBrief/Documentation

Multi-location Checks

When a site appears to be down, SiteBrief verifies the outage from 6 global locations before sending an alert — eliminating false positives.

The problem it solves

Network issues happen constantly — a temporary routing problem, an overloaded CDN node, or a brief glitch between our monitoring server and your client's host. Without multi-location checks, these transient issues trigger false alerts that wake you up at 3 AM for a site that was only "down" for 5 seconds from one specific network path.

Multi-location checks solve this by asking: "Is the site actually down, or is there a temporary network issue between us and the site?"

How it works

When the primary monitoring check fails, SiteBrief immediately triggers simultaneous checks from all 6 monitoring locations. The alert decision is based on how many locations confirm the outage:

Locations reporting downAction
1 out of 6 (primary only)No alert — likely a transient network issue
2–3 out of 6Alert sent — partial outage or regional issue confirmed
4+ out of 6Alert sent — confirmed global outage
ℹ️
Note:Multi-location verification is available on Agency and Agency Pro plans. On Free and Starter plans, only the primary server location is used.

Monitoring locations

RegionLocation
🇺🇸 North America EastVirginia, USA (AWS us-east-1)
🇺🇸 North America WestOregon, USA (AWS us-west-2)
🇩🇪 Europe CentralFrankfurt, Germany (AWS eu-central-1)
🇮🇪 Europe WestDublin, Ireland (AWS eu-west-1)
🇸🇬 Asia PacificSingapore (AWS ap-southeast-1)
🇧🇷 South AmericaSão Paulo, Brazil (AWS sa-east-1)

Each location makes an independent HTTP request to your site. You can see the response time from each individual location in the Multi-location check panel on the site detail page.

Running on-demand location checks

You can trigger a manual multi-location check at any time from the site detail page. The panel shows the response time and status from each of the 6 locations — useful for:

  • Diagnosing regional issues (e.g. site is slow in Asia but fast in Europe)
  • Verifying a fix after an incident
  • Understanding performance for a globally distributed audience
  • Testing CDN behavior (response times should be similar across regions if CDN is working)

Interpreting location results

PatternLikely cause
All locations: slowServer is overloaded or hosting is slow globally
One region: slowCDN node issue in that region, or no CDN configured for that region
One region: downRegional routing issue, or the site is geo-blocked in that region
All locations: downServer or hosting is down globally
Intermittent failures across regionsServer-side errors under load (race conditions, memory pressure)

Multi-location vs. dual confirmation

These are two different features that both reduce false positives:

FeatureHow it worksBest for
Dual confirmationRequires 2 consecutive failed checks from the primary serverFiltering momentary network blips (seconds)
Multi-location checkVerifies the failure from 6 different global locationsConfirming real vs. regional outages

You can use both together. With dual confirmation + multi-location, an alert is only sent if the site fails two checks in a row and that failure is confirmed from multiple geographic regions.

Frequently asked questions

I got an alert but only 1 location was down — is that normal?
With multi-location checks enabled on Agency+, an alert is sent when 2+ locations confirm downtime. If you're on a Free or Starter plan, only the primary location is used so a single failure triggers an alert. Consider enabling dual confirmation on Free/Starter to reduce false positives.
The site is slow in Singapore but fast everywhere else — what should I do?
This typically means your hosting server is in Europe or the US with no CDN, or the CDN isn't configured for Asia. Ask your client's hosting provider about adding an Asia CDN edge node, or migrate to a CDN like Cloudflare which has global points of presence.
Can I choose which locations are used?
No — all 6 locations are used for every check. You can't disable individual locations.
How long does a multi-location check take?
All 6 locations check simultaneously, so the total time is roughly equal to the slowest response from any single location — usually 5–15 seconds.