User built a monitoring tool for n8n workflows that checks if workflows are running, detects failures, and sends alerts. They suggest integrating similar monitoring features directly into n8n to help users avoid silent failures.
If you’re running n8n in production, you probably know this moment: Something silently stops working… And you only find out when a client messages you. Or worse — a workflow just stops running and no one notices. So I built a small tool for myself to monitor n8n workflows and give me some peace of mind. It does: • Checks that workflows are actually running • Detects failures (with node + error context) • Detects “silence” — when a workflow was expected to run but didn’t • Sends alerts (email / Telegram) • Stores metadata only — no execution payloads, no user data It connects in read-only mode via API key. Sharing a screenshot below 👇 I’m looking for 5 people running n8n in production who’d like to try it free for 1–2 months and give honest feedback. If that’s you — comment here or DM me.