Skip to main content

Tour

Before installing anything, here is what SolidPing actually looks like.

Everything below is recorded from the real dashboard, not mocked up: the video and screenshots are generated by driving the live UI with Playwright (make showcase), so they get regenerated whenever the dashboard changes instead of quietly going stale.

Creating an HTTP check

The canonical flow, end to end: the checks list → New check → pick the HTTP check type → fill in the target URL and a name → choose how often it runs and from which regions → save, and land on the check's detail page as the first results arrive.

The checks list

Every check you monitor, with its current status at a glance. Checks can be grouped, filtered, and organised by host.

The SolidPing checks list, showing several monitored HTTP checks with their status

The new-check form

One form for every protocol. Pick the check type and the form reshapes itself around it — method, URL and expected status codes for HTTP, host and port for TCP, and so on. Scheduling (how often the check runs, and from which regions) sits just below, as the video above shows.

The new-check form with the HTTP type selected, a GET request to an API health URL, an expected status of 200, and the name Production API

The check detail page

Once saved, the check starts running immediately. Its detail page shows the live status, response times over time (per region), and the raw result history.

A check's detail page showing its current status and response-time history

Next steps