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": "\u041c\u043e\u043d\u0438\u0442\u043e\u0440\u0438\u043d\u0433 + \u0430\u043b\u0435\u0440\u0442",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"minutesInterval": 5
}
]
}
},
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
0,
0
]
},
{
"parameters": {
"method": "GET",
"url": "https://YOUR_SERVICE/health",
"options": {
"timeout": 10000
}
},
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
220,
0
]
},
{
"parameters": {
"conditions": {
"options": {
"caseSensitive": false,
"leftValue": "",
"typeValidation": "strict"
},
"conditions": [
{
"id": "1",
"leftValue": "={{ $response.statusCode }}",
"rightValue": "200",
"operator": {
"type": "number",
"operation": "notEquals"
}
}
],
"combinator": "and"
}
},
"name": "IF \u043d\u0435 200",
"type": "n8n-nodes-base.if",
"typeVersion": 2.2,
"position": [
440,
0
]
},
{
"parameters": {
"resource": "message",
"operation": "create",
"entityId": "CHAT_ID_\u041c\u041e\u041d\u0418\u0422\u041e\u0420\u0418\u041d\u0413\u0410",
"content": "**\u0410\u043b\u0435\u0440\u0442:** \u0441\u0435\u0440\u0432\u0438\u0441 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d!\n\n\u0421\u0442\u0430\u0442\u0443\u0441: {{ $('HTTP Request').item.json.statusCode }}\n\u0412\u0440\u0435\u043c\u044f: {{ $now.format('HH:mm:ss') }}"
},
"name": "\u0410\u043b\u0435\u0440\u0442 \u0432 \u041f\u0430\u0447\u043a\u0443",
"type": "n8n-nodes-pachca.pachca",
"typeVersion": 2,
"position": [
660,
0
]
}
],
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "IF \u043d\u0435 200",
"type": "main",
"index": 0
}
]
]
},
"IF \u043d\u0435 200": {
"main": [
[
{
"node": "\u0410\u043b\u0435\u0440\u0442 \u0432 \u041f\u0430\u0447\u043a\u0443",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Мониторинг + алерт. Uses httpRequest, n8n-nodes-pachca. Scheduled trigger; 4 nodes.
Source: https://github.com/pachca/openapi/blob/main/apps/docs/public/workflows/n8n/monitoring.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.
Absen Otomatis. Uses ssh, scheduleTrigger, httpRequest. Scheduled trigger; 10 nodes.
Absen Otomatis. Uses ssh, scheduleTrigger, httpRequest. Scheduled trigger; 10 nodes.
Sharepoint List Fetch With Oauth Token. Uses httpRequest, scheduleTrigger, stickyNote. Scheduled trigger; 5 nodes.
CodeCanyon Comment Assistant — Auto Pipeline. Uses httpRequest. Scheduled trigger; 5 nodes.
Напоминание о задачах. Uses n8n-nodes-pachca. Scheduled trigger; 4 nodes.