Free Website Uptime Monitoring with Google Sheets

Amit Agarwal
1 min readJan 11, 2019

--

Use Google Sheets as a Website Uptime Monitor

Website Monitor is an open-source project written in Google Apps Script that lets you monitor the uptime and downtime of your website from a Google Sheet.

Internally, the Google Script sets up a time-based trigger that runs every few minutes and connects to the specified website using the UrlFetchApp service of Google Apps Script. If the response code is not 200, it alerts the owner via Gmail.

The source code of Website Monitor is available on Github. You can extend the script with the Twilio API and get SMS alerts similar to commercial website monitoring services like Pingdom or Zoho's Site 24x7.

--

--

Amit Agarwal

Google Developer Expert for Google Workspace with Google Apps Script. I build things for the Internet.