Get your website's uptime using Google Spreadsheets. Here is an example monitoring two websites.
- Create a new Google Spreadhseet
Tools > Script editor
- Copy
uptime.gs
in the editor - Replace
SheetNames
,uptimeURLs
andyourEmail
:SheetNames
: Sheets to record data (1 sheet for each website)uptimeURLs
: URLs to monitoryourEmail
: Email to get notified if errors
- From the script window:
Edit > Current project's triggers
- Add a time trigger for the script (minute, hour, day)
The script will fill a sheet with two columns: date of execution and website status (1 or 0).
This project is open source and available under the MIT License.