OpsVeritas — monitors your n8n workflows and alerts you when they fail silently

Hey everyone — I’m Babar, I built OpsVeritas after realizing n8n has no native alerting for silent failures.

What it does:

  • Polls your self-hosted or cloud n8n every 3 minutes

  • Detects failed and stale workflows instantly

  • Alerts via Slack, email, or Teams before your clients notice

  • Shows uptime %, MTTR, run history, and audit log in one dashboard

  • Works alongside Make, Zapier, GitHub Actions, and AWS Step Functions too

If you’re running n8n for clients, one broken workflow can cost you a relationship. OpsVeritas is the monitoring layer n8n doesn’t have built-in.

Free 1-year beta: app.opsveritas.com

Happy to answer questions or take feedback from this community!

1 Like

The stale workflow detection is the part that fills a real gap - n8n’s built-in error handling catches hard failures, but a workflow that runs successfully but processes 0 records (or stops triggering) is invisible without external monitoring. Does OpsVeritas distinguish between a workflow that ran and returned 0 results vs. one that just stopped executing entirely?