Block 1 - Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2.1
This workflow is provided as-is. Please review and test before using in production.
Monitor and manage Docker containers from Telegram with AI log analysis This workflow gives you a smart Telegram command center for your homelab. It lets you monitor Docker containers, get alerts t...
n8n-nodes-base.webhook, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.telegramtrigger, n8n-nodes-base.switch, n8n-nodes-base.merge, n8n-nodes-base.if, n8n-nodes-base.telegram, n8n-nodes-base.ssh
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Malte Sohns.
Original n8n.io sourceMonitor and manage Docker containers from Telegram with AI log analysis
This workflow gives you a smart Telegram command center for your homelab. It lets you monitor Docker containers, get alerts the moment something fails, view logs, and restart services remotely. When you request logs, they're automatically analyzed by an LLM so you get a clear, structured breakdown instead of raw terminal output.
Who it's for
Anyone running a self-hosted environment who wants quick visibility and control without SSHing into a server. Perfect for homelab enthusiasts, self-hosters, and DevOps folks who want a lightweight on-call assistant.
What it does
Receives container heartbeat alerts via webhook
Sends Telegram notifications for status changes or failures
Lets you request logs or restart services from chat
Analyzes logs with GPT and summarizes them clearly
Supports manual “status” and “update all containers” commands
Requirements
Telegram Bot API credentials
SSH access to your Docker host
How to set it up
Customize it
Swap SSH commands for Kubernetes if you're on k8s
Change the AI model to another provider
Extend with health checks or auto-healing logic
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 31 workflow blocks. Download the JSON for the full node graph.
| Workflow | Monitor & manage Docker containers with Telegram bot & AI log analysis |
|---|---|
| Complexity | advanced |
| Nodes | 31 |
| Categories | DevOps, AI Chatbot |
| Author | Malte Sohns |
| Published | 03 Nov 2025 |
Use the JSON export at /data/workflows/10476/10476.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Monitor and manage Docker containers from Telegram with AI log analysis This workflow gives you a smart Telegram command center for your homelab. It lets you monitor Docker containers, get alerts t...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps, AI Chatbot use case.