uptime-kuma-full

n8n community node for Uptime Kuma

Package Information

Downloads: 5 weekly / 132 monthly
Latest Version: 0.1.4

Documentation

n8n-nodes-uptime-kuma

Community node for integrating Uptime Kuma into n8n workflows.

NPM Version NPM Downloads NPM License NPM Unpacked Size GitHub Sponsors

Features

  • Adds an Uptime Kuma node to n8n
  • Supports monitor and maintenance operations
  • Uses the Uptime Kuma Socket.IO API (socket.io-client)

Implemented API calls

Node Operation Uptime Kuma Socket.IO call/event
Authentication (token mode) loginByToken
Authentication (username/password mode) login
Authentication (auto-login mode) waits for autoLogin event
Get Monitors reads monitorList event stream
Get Monitor getMonitor
Get Maintenances reads maintenanceList event stream
Get Maintenance getMaintenance
Pause Maintenance pauseMaintenance
Resume Maintenance resumeMaintenance

Requirements

  • n8n with community nodes enabled
  • Reachable Uptime Kuma instance + API credentials

Installation

Via n8n Community Nodes

Install package name:

n8n-nodes-uptime-kuma

Via npm (local development)

npm install n8n-nodes-uptime-kuma

Development

npm install
npm run build

Repository

Discussion