Package Information
Downloads: 5 weekly / 132 monthly
Latest Version: 0.1.4
Available Nodes
Documentation
n8n-nodes-uptime-kuma
Community node for integrating Uptime Kuma into n8n workflows.
Features
- Adds an
Uptime Kumanode 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
- GitHub: https://github.com/Don-Chris/n8n-nodes-uptime-kuma-full
- Intended deployment pair:
../n8n-rtorrent-docker