Postlad status
Checking…
- Device ingest (api.postlad.com) Unknown
- Dashboard & API Unknown
- Chart data Unknown
- Rollups & retention Unknown
Uptime, last 30 days
What is being measured
A job inside Postlad requests /health from the device front door and from the
dashboard every minute, over real HTTPS on the real hostnames, and does a write-then-read
round trip against the database. It writes the result to a file in a storage bucket. This
page reads that file and nothing else.
That means this page keeps working when Postlad does not — it is served from a different provider and reads from a different one again. If the file stops being updated, the page says so instead of showing you the last good answer.
Something is wrong and this page says everything is fine
Then trust yourself, not the page. Email hello@postlad.com with what you sent and what came back, and the reply will include what actually happened.
The device endpoint answers GET https://api.postlad.com/health and
http://api.postlad.com/health — both schemes, because plain HTTP is a supported
path and not a fallback. If either returns ok postlad-ingest, ingest is up
whatever this page says.