Community Uptime Monitor
detail.loadingPreview
Monitors the uptime of community websites and sends alerts.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of monitoring the uptime of various community websites. It fetches site information from a Google Sheet, performs HTTP requests to check their status, calculates the status changes, and sends out alerts via Slack and email if any site goes down or comes back up. It also logs the uptime events for historical tracking.
Key Features
- Scheduled website uptime checks.
- Status change detection (UP to DOWN, DOWN to UP).
- Notifications via Slack and Email for status changes.
- Logging of uptime events to Google Sheets.
- Appends or updates the status of sites in a dashboard sheet.
How To Use
- Import this workflow into your n8n instance.
- Configure the
Google Sheets accountcredential for accessing your Google Sheets. - Ensure your Google Sheet named "n8n uptime" has a "dashboard" sheet containing a list of sites with a "Property" column.
- Set the
BASE_URLenvironment variable to the base URL of the sites you want to monitor (if applicable, otherwise adjust thePerform Site Testnode). - Configure the
Slack accountandGmail accountcredentials. - Update the Slack channel ID and recipient email address in the respective nodes.
- Adjust the schedule in the
Schedule Triggernode as needed.
Apps Used
Workflow JSON
{
"id": "86400af7-01d3-48e0-bd7d-882b2c10ec07",
"name": "Community Uptime Monitor",
"nodes": 0,
"category": "Monitoring",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 86400af7-01d3...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Web Server Monitor
Monitors the availability of web servers and logs their status.
Show HN Trending Monitor
Monitors trending 'Show HN' posts and sends an email notification.
Error Notification Workflow
Sends an email notification when any workflow encounters an error.
Automated Error Notification Workflow
Automatically notifies you via various channels when any of your n8n workflows encounter an error.
API Monitor Auto Restart
Workflow to automatically monitor API health and restart services if issues are detected. It logs status to Google Sheets and alerts via Slack.
Automated Health Check for URLs
This workflow periodically checks the availability of a list of URLs from a Google Sheet and sends alerts via Telegram if issues are detected.