Automate Uptime Monitoring with Scheduled Checks and Alerts - n8n Workflow | Neura Market
Automate Uptime Monitoring with Scheduled Checks and Alerts
This n8n workflow automates website uptime monitoring using scheduled checks. It alerts you via email and Slack if any site goes down, ensuring you are promptly informed.
This workflow is ideal for webmasters managing multiple sites who need a cost-effective uptime monitoring solution. It uses a scheduled trigger to check website statuses every six hours. The workflow reads URLs from a Google Sheet, performs HTTP requests to check their status, and sends alerts through Gmail and Slack if any site is down. It also logs the status in the Google Sheet for historical analysis, allowing you to track uptime and downtime percentages over time.
Platform
n8n
Category
Development & IT
Price
Free
Creator
Daniel Park
set
gmail
slack
switch
stickyNote
httpRequest
googleSheets
splitInBatches
scheduleTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.