n8n-monitor

Automates IronForge health monitoring and alerting via n8n workflows every 15 minutes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Techlemariam/IronForge --skill n8n-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-monitor
Source: https://github.com/Techlemariam/IronForge/tree/main/.agent/skills/n8n-monitor
Command: npx skills add https://github.com/Techlemariam/IronForge --skill n8n-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate health monitoring and alerting for the IronForge application using n8n workflows to detect downtime and notify the team.

Core Features & Use Cases

  • Monitoring Dashboard: uses monitoring-dashboard.json to perform regular health checks of the IronForge API every 15 minutes.
  • Alerting: configurable Discord/Slack alerts when health checks fail.
  • Integration: pairs with the remote-trigger skill to trigger automated recovery workflows when issues are detected.

Quick Start

Configure the remote-trigger skill, import monitoring-dashboard.json into your n8n instance, and point the HEALTH_ID URL to your IronForge health endpoint.

Frequently Asked Questions about n8n-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate health check monitoring for an API endpoint using n8n?

Automate API health check monitoring by importing a pre-built n8n dashboard workflow that pings your health endpoint every 15 minutes and triggers alerts on failure.

Can I send automated downtime alerts to Discord or Slack with n8n?

Yes, you can send automated downtime alerts to Discord or Slack by configuring the alerting nodes within the n8n monitoring dashboard to trigger when health checks fail.

How do I trigger automated recovery workflows when an API health check fails?

Trigger automated recovery workflows by pairing the n8n monitoring dashboard with the remote-trigger skill, which activates your downstream recovery processes upon detecting a failure.

Do I need a specific environment setup to monitor API health with n8n?

Yes, you need an active n8n instance with the monitoring-dashboard.json imported, your API health URL configured, and the remote-trigger skill installed to enable automated monitoring.

What is the best way to monitor application health every 15 minutes using n8n?

The best way to monitor application health is using a scheduled n8n workflow that queries your health endpoint every 15 minutes and sends notifications when failures are detected.