Focused Tool · Apache 2.0 · Single Binary · Operations

Self-hosted alerting rules engine

Define rules against any HTTP data source, fire webhooks when conditions are met. No Grafana, no PagerDuty. Just rules and targets.

Install Signalman Free Complete — all 150 tools $29/mo

Full REST API

Every operation in Signalman is available through a JSON REST API. No SDK required — use curl, fetch, or any HTTP client.

A solo developer built a weekend project that needed alert rules tracking. Instead of spinning up Postgres and writing an admin panel, they added Signalman as a sidecar process. The REST API covered every operation the project needed. Development time saved: roughly a full day.

What Signalman replaces

SaaS tools hold your data hostage. Export formats are incomplete, migrations are painful, and pricing changes whenever the vendor feels like it. Signalman stores everything in SQLite on your own server. Your data is a file you control, back up, and query directly.

Endpoints
Under the hood

Each alertrule record carries fields for name, condition, threshold, channel, target. The API accepts partial updates, so you can PATCH individual fields without resubmitting the entire record. Listing endpoints support ?q= for keyword search and ?status= for filtering. Backups are a file copy of the SQLite database in the data directory.

Grafana Cloud Alerting at $8/mo.

Self-hosted alerting rules engine. 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 signalman
Run
PORT=10020 ./signalman
Open
http://localhost:10020

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 3 rules
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited rules, multi-target routing, silence windows, alert history
  • 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 SIGNALMAN_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./signalman

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