Keep your websites and apps online with automatic health checks and clear email alerts. The system checks each server on a set schedule, records results in Google Sheets, and notifies your team when a host goes down. It suits small teams and IT leads who need simple uptime tracking without extra tools.
A schedule runs every minute and reads a server list from a Google Sheets tab. For each row, an HTTP request tries to reach the server address using the value in the Server column. Successful checks are logged to a separate sheet with a date stamp and the server value, building an uptime history you can filter and chart. When a request fails, Gmail sends an alert with the server name and time, then a second sheet stores the downtime record for audits and root cause review.
Setup needs a Google Sheet with a header named Server and two result tabs for alive and down logs, and a Gmail account with send access. Expect faster incident response and less manual checking, since the system runs every minute and grows as you add rows to the sheet. It suits web teams, MSPs, and internal IT who want light monitoring they can adjust in minutes.