Uptime monitoring for sites and services — with an alert in compass

Every 15 minutes the scenario checks the addresses from a sheet, and if a service fails several attempts in a row, it sends an alert to compass.

  • Checks every address every 15 minutes
  • Doesn't panic over a one-off glitch — rechecks
  • Sends an alert with the downed service's name
  • Keeps the service list in your sheet

How it works

To get Google Sheets notifications in compass, you don't need a developer: a ready-made scenario watches events and sends messages for you.

  1. Starts when: Schedule Trigger
  2. Then: Read API List
  3. Check: Process Each API1
  4. Then: Init Retry Counter
  5. Then: Test API
  6. Then: Check Response
  7. Check: If No Response
  8. If yes: Wait 10 Min
  9. Then: Increment Retry
  10. Then: Retry API
  11. Then: Check Retry Response
  12. Check: If Still No Response
  13. If yes: If Still No Retry > 4
  14. If yes: Format Down Alert
  15. Then: Send WhatsApp Alert
  16. Then: Continue Next API

You can launch this Google Sheets + compass integration in Scriptera: describe the task in plain words — the scenario is built, launched and monitored for you.