Web Server Monitor
detail.loadingPreview
Monitors the availability of web servers and logs their status.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automatically monitors the health and availability of your web servers. It checks a list of servers at a defined interval, logs their status (up or down), and sends email notifications when a server becomes unavailable.
Key Features
- Periodically checks server availability.
- Fetches server list from Google Sheets for easy management.
- Logs server up status with timestamps to a Google Sheet.
- Logs server down status with timestamps to a Google Sheet.
- Sends email alerts via Gmail for server downtime.
How To Use
- Import this workflow into your n8n instance.
- Configure the 'Google Sheets account' credentials.
- Ensure your Google Sheets are set up correctly:
- 'Server_List' sheet with a column named 'Server' containing hostnames or IP addresses.
- 'Server_Status_Alive' sheet to log successful checks.
- 'Server_Status_Down' sheet to log failed checks.
- Update the
WEBHOOK_URLandBASE_URLenvironment variables if necessary. - Activate the workflow.
Apps Used
Workflow JSON
{
"id": "f76461d1-711e-486a-ba8f-5fd6f2cc9f25",
"name": "Web Server 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: f76461d1-711e...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Uptime Monitor
Monitors the uptime of community websites and sends alerts.
Error Notification Workflow
Sends an email notification when any workflow encounters an error.
Show HN Trending Monitor
Monitors trending 'Show HN' posts and sends an email notification.
SSL Expiry Alert
Automates weekly checks for SSL certificate expiry dates and sends email alerts for expiring certificates.
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.
Automated Error Notification Workflow
Automatically notifies you via various channels when any of your n8n workflows encounter an error.