The tablet that saved my on‑call nights (and the things that still break)

How I turned an old Android tablet into a wall-mounted on‑call console with Grafana, Uptime Kuma, Tailscale and a local runbook — and the real tradeoffs I ran into.

Written by: Arjun Malhotra

A workspace with a tablet and a laptop on a wooden desk
Photo by Christopher Gower on Unsplash

It was 3:07 a.m. The pager buzzed. My laptop was asleep under a charging cable. The router had blinked out once earlier in the night during load‑shedding. I fumbled for my phone, opened the VPN app, logged in, then waited for a dashboard to load over my flaky home 4G hotspot. Ten minutes later the alert was acknowledged, but the database was still degraded and I’d already lost a chunk of sleep.

That morning I decided to stop depending on a single, personal device for on‑call. I dug out a Redmi tablet I’d bought second‑hand for ₹3,200, wall‑mounted it next to my desk, and made it a one‑job device: status, metrics, runbooks.

This is what I built, why it works in India, and the small failures you should expect.

What I actually put on the wall (hardware + software, with costs)

Total outlay: under ₹4,000 if you re‑use an old tablet. Monthly add-on: the VPS ~₹300.

Why this combo? Fully Kiosk locks the tablet to the dashboard, keeps the screen on, and supports a whitelist of local contents. Tailscale avoids hair‑pulling NAT/sketchy exposed ports. Grafana gives me visual state. Uptime Kuma gives me immediate ping status and can be configured to open the runbook URL.

Why this is actually useful in an Indian setup

I can acknowledge a pager from my phone, but I don’t need to faff with the laptop to run the first checks. I can read CPU heatmaps, check error rates, and follow the exact runbook for common failures — without logging into anything.

The honest failures and tradeoffs

This isn’t magic. I ran into a few ugly realities.

One constraint that genuinely changed how I use the device: I stopped treating it as a source of live logs. Instead I design dashboards around what I can do with just the tablet — service health, top 3 incident causes, and links to precise runbook steps. Anything requiring logs or rebuilds, I leave for the laptop.

Day‑to‑day habits that made it reliable

What I walked away with: a wall tablet doesn’t replace your laptop — it reduces the number of times you need to fire up a laptop at 3 a.m. It makes the first 10 minutes of an incident structured and calmer, and that alone preserves sleep and judgment. The tradeoffs are physical: battery life, occasional mounting drama, and handling Android’s background quirks. If you want fewer late‑night panics and you can spare a ₹3–6k tablet, it’s a tiny investment with outsized returns.

I still don’t get every alert on the tablet. I still log into my laptop for hard fixes. But I no longer waste ten minutes getting attached to a flaky network before I start triaging. That small friction removed has saved me more sleep than any monitoring dashboard ever promised.