Got Tickets Online
Live status

System
status.

Checked every minute against the running platform, not typed in by hand. If a door scanner or a checkout is failing, it will say so here.

All systems operational.

Ticket sales, delivery and scanning are running normally.

Last checked 1 second ago

Core

Database Reads and writes normal. Operational · 0.4ms
Card payments Stripe reachable and authenticating. Operational · 246.6ms
Scheduled jobs Running on schedule. Operational

Platform

File storage Uploads readable and writable. Operational · 6.4ms
Cache layer Read/write normal. Operational · 2.5ms
Ticket email Mail relay accepting connections. Operational · 30.6ms
How to read this

What these checks do and don't prove

Each row is a probe that runs against production. Operational means the check passed just now. Degraded means it passed but slowly, or passed with a warning. Down means it failed. Unverified means the check itself could not be completed, which we report rather than assume is fine.

Two honest limits. The mail check confirms our relay is accepting connections — it cannot confirm an individual ticket email reached an individual inbox. And a green board does not mean a specific event page is behaving; if something is wrong with one event, tell us rather than waiting for this page to notice.

Monitoring

Poll it programmatically

The same report is available as JSON for uptime monitors, so nobody has to scrape this page. It is cached for 60 seconds and safe to poll on a one-minute interval.

GET https://gottickets.online/status.json

Opening that URL in a browser brings you back to this page — a wall of raw JSON answers "is the site up?" for nobody. Monitors and command-line clients get the feed as normal. To see the raw JSON in a browser, add ?format=json.