Website monitoring
Overview
This workflow template monitors a website by performing a GET
request on the URL of the designated website. Users can configure the frequency of monitoring by setting up the Schedule trigger according to their preferences. Additionally, an error handling workflow can be integrated to send alerts in case the GET
request fails, ensuring proactive notification of any issues encountered during the monitoring process.
How the template works
-
The workflow initiates a
GET
request to the specified URL of the website that requires monitoring. This request retrieves the website's content, enabling the workflow to assess its accessibility and responsiveness. -
Users have the flexibility to configure the schedule trigger according to their monitoring requirements. The frequency of execution can be adjusted to ensure timely and consistent monitoring of the website.
-
An error handling workflow is can be integrated to handle situations where the
GET
request fails. In the event of a failed request, the error handling workflow is triggered to address the issue.
How to use the template
Step 1: Use website monitoring workflow template
-
Click Use this template button on the top right of this page.
-
Click Save button.
-
Toggle the Enable checkbox to enable the workflow definition.
Step 2: Define variables
-
Navigate to Workflow definitions.
-
Click Variables menu item from the three dots (more options) menu of the Monitor website workflow definition.
-
Enter urlToCheck to the Variable key field.
-
Enter the full URL monitor to the Variable value field.
-
Click Save variable button.