Automated status crawler for isupmap.com
IsUpMapBot is the automated crawler that powers isUpMap — a free, real-time heatmap of operational status for 80+ internet services. It runs as a Cloudflare Worker on a scheduled cron every 5 minutes, polling publicly available status pages and RSS/Atom feeds.
All requests from IsUpMapBot include the following User-Agent header:
IsUpMapBot reads only publicly available endpoints:
/api/v2/summary.json) — used by services that run on Atlassian Statuspage or compatible platforms.status.example.com/feed).GET to a service's public status URL to confirm it responds.Each monitored service is probed once per 5-minute cron cycle. Requests are lightweight (a single JSON or RSS fetch per service). A transient failure triggers one automatic retry before moving on — no aggressive retry loops.
Requests originate from Cloudflare's global edge network. The egress IP will be a Cloudflare datacenter IP and will vary by colo. You can verify the IP is a Cloudflare address via cloudflare.com/ips.
You are welcome to block or rate-limit IsUpMapBot using the User-Agent string above or by IP range. If you block it, your service will show as Unknown on isUpMap rather than generating false alerts. We respect standard HTTP status codes — a 429 Too Many Requests or 403 Forbidden response is treated as "host is reachable" and does not trigger an outage report.
Questions or concerns about IsUpMapBot? Reach out via @JaironDevNull on X or open an issue on the GitHub repository.