This n8n workflow automates the process of regularly pinging a list of URLs to check their availability and response status. It is triggered on a scheduled basis every 15 minutes. The workflow begins with a schedule trigger, then sets a predefined list of URLs, and subsequently iterates over each URL to send an HTTP request. This setup is useful for website monitoring, ensuring URLs are active, and maintaining server uptime. The workflow can be customized with different URLs and scheduling intervals to suit specific monitoring needs.
Automated URL Pinger for Website Monitoring
Node Count | 0 – 5 Nodes |
---|---|
Nodes Used | httpRequest, scheduleTrigger, set, splitOut |
Reviews
There are no reviews yet.