Focused Tool · Apache 2.0 · Single Binary · Operations

Self-hosted uptime and health monitor

Check URLs, TCP ports, and DNS records on a schedule. Get alerted when they fail. See historical uptime. Better Uptime without the $20/mo for something a binary can do.

Install Bellwether Free Complete — all 150 tools $29/mo
Why this exists

Running a uptime and health monitor should not require a Kubernetes cluster, a managed database, and a DevOps team to keep it running. Bellwether is one file. Download it, run it, point your browser at it. That is the entire setup.

A non-profit with no DevOps budget downloads the Bellwether binary, sets two environment variables, and runs it on the same Linux box that handles their email. It has been running for three months without intervention. When they need to update, they download the new binary and restart the process.

How Bellwether runs

The dashboard opens at /ui and gives you a search bar, status filters, and a create form. Double-click any check to edit it inline. Behind the dashboard, every operation maps to a REST endpoint under /api/checks. Responses are JSON. Authentication is handled at the network level — put Bellwether behind your VPN or reverse proxy, and it serves requests to whoever can reach it.

Endpoints

Better Uptime at $20/mo.

Self-hosted uptime and health monitor. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool bellwether
Run
PORT=9180 ./bellwether
Open
http://localhost:9180

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 5 monitors, 5-min interval
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited monitors, 1-min interval, SMS/webhook alerts, SLA reports, status page
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export BELLWETHER_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./bellwether

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev