Motivational Monitoring

A single-view dashboard for every screen — phone, laptop, or TV. See all your metrics and alerts at a glance. If everything's green, you're winning.

Get Started — it's free
alert.bingo dashboard showing sites grouped by service with color-coded metric tiles

Why alert.bingo?

Monitoring that feels like winning

Tiny color-coded tiles — green, yellow, red — arranged like a bingo card. At a glance from any distance, you know if something needs attention.

🟩

Glanceable from Anywhere

Stick it on a TV across the room. If everything's green, keep doing what you're doing. A flash of red? Time to look closer.

📡

Zero-Config Dashboard

No YAML files. No UI wizards. Just POST an HTTP request and the tile appears. Your infrastructure code is your config.

🔗

Secret Public Links

Generate a shareable link — no login needed. Send it to a TV, share with colleagues, or embed it in your internal wiki.

📱

Every Screen Size

Fully responsive from phone to ultrawide. The dashboard adapts its layout so tiles are always readable.

🔍

Capture the fine details

Make a new metric every time you think of something you want to track, no matter how small.

🎯

Highlighted Metrics

Promote important checks into large hero tiles at the top of the dashboard. CPU at 81%? Make it impossible to miss.

For Developers

One HTTP POST is all it takes

Configuration is entirely client-side. Send a check from a cron job, a deploy script, or directly from your application — any language, any platform.

curl -H "Authorization: Bearer $TOKEN" -X POST -d '{ "dashboard": "dashboard name", "site": "myapp-prod", "service": "postgres", "name": "postgres-rds-space-free", "alert_level": 0, "message": "optional long-form status", "value": "short-form status", "inactive_expire": "48h", "inactive_escalate": "1h", "highlighted": "" }' "app.alert.bingo/api/v1/check"
0 = OK
1 = Warning
2 = Alert
1

Send a check

POST JSON to the API with your dashboard name, site, service, and check name. The tile is created automatically.

2

Set the alert level

0 = green (OK), 1 = yellow (warning), 2 = red (alert). The tile lights up accordingly.

3

Control staleness

Use inactive_escalate to auto-alert when a check stops reporting, and inactive_expire to clean it up later.

4

Highlight what matters

Set highlighted to a display name and the check gets a large hero tile at the top of the dashboard.

Field Reference

FieldRequiredDescription
dashboardYesDashboard to place the check on
siteYesLogical grouping, e.g. myapp-prod
serviceYesService category, e.g. postgres, cpu
nameYesUnique check name within its service
alert_levelYes0 = OK, 1 = Warning, 2 = Alert
valueNoShort-form status shown on the tile, e.g. 42%
messageNoLong-form status shown on hover / detail view
inactive_expireNoRemove tile after this duration of silence, e.g. 48h
inactive_escalateNoAuto-escalate to red after this duration of silence, e.g. 1h
highlightedNoSet a display name to show as a large hero tile (empty = not highlighted)

CLI Tool

Meet the alertbingo CLI

Don't want to write curl commands? The alertbingo CLI lets you send checks from your terminal — plus a built-in hoststats mode that continuously reports disk, CPU, RAM and uptime metrics to your dashboard.

alert.bingo dashboard showing host metrics — disk, CPU, RAM, uptime
1

Send checks without curl

Use the CLI to post checks to your dashboard with simple flags instead of hand-crafting HTTP requests. Same API, friendlier interface.

2

Monitor host metrics with hoststats

Run alertbingo hoststats to automatically report disk usage, CPU load, RAM consumption and uptime. Tiles light up yellow or red when thresholds are breached.

3

Install & get started

Grab the CLI from github.com/alertbingo/alertbingo and follow the README to connect it to your dashboard.

On the Roadmap

Coming soon

Here's what's cooking next.

🔔

Webhooks

Pipe alerts straight to Slack, Telegram, or literally any URL you fancy.

Coming soon
🩺

Composite Healthcheck

One endpoint to rule them all. Ping your entire dashboard from Pingdom, UptimeRobot, or whatever you're into — if even one tile goes red, you'll know about it.

Coming soon
📜

Check & Alert History

Dig through detailed logs of past events and alert triggers, see exactly what happened, when it happened, and what caused the drama.

Coming soon

Pricing

Launch pricing

Start free. Upgrade when you need more dashboards.

Free
$0
Free forever
  • 1 dashboard
  • Unlimited checks
  • Public share links
  • CLI & API access
Get Started

What People Are Saying

Friends of alert.bingo

Here are the first impressions from friends of the author.

"COOL!"
— Michael
"BRILLIANT."
— David
"oh man I love this!!"
— Zac
"Wow, very nice!"
— Drew
"really nice"
— Marcello

Ready to see some green?

Log in to alert.bingo →