This workflow follows the Executecommand → HTTP Request recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "God Max Pro - System Monitor",
"nodes": [
{
"parameters": {
"command": "docker ps --format \"table {{.Names}}\t{{.Status}}\t{{.Ports}}\""
},
"id": "exec-1",
"name": "Check Docker Services",
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
450,
200
]
},
{
"parameters": {
"url": "http://localhost:8899/auto-brief-new-bot",
"httpMethod": "GET"
},
"id": "http-1",
"name": "Check Memory Server",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
450,
400
]
}
],
"connections": {},
"active": false,
"settings": {},
"id": "god-max-pro-monitor"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
God Max Pro - System Monitor. Uses executeCommand, httpRequest. Manual trigger; 2 nodes.
Source: https://github.com/asem187/god-max-pro/blob/44cb3aaab6d9fbc6caf9f4e5e63665a36fdef79f/n8n-workflows/system-monitor.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Rapyd Hourly Monitor. Uses httpRequest. Scheduled trigger; 6 nodes.
Easily monitor your website uptime and receive instant email alerts when it becomes unreachable — using this no-code template powered by n8n, a free and flexible workflow automation tool.
This workflow periodically checks a service's availability and sends an SMS notification if the service is down.