Skip to content

StatusCake

My Status Page

Please check my realtime status page for up to date information on the latest status of my status page.

HTTP, SSL, DNS and Domain monitoring using StatusCake.

  • Google & Microsoft accounts are linked, with 2FA configured.
  • Main dashboard at app.statuscake.com

Developer

Terraform

  • danslinky/shenanigans/terraform/statuscake
  • it reads statuscake.yaml, and creates the tests and contact group

Example statuscake.yaml

tests:
- url: https://alumni.cern/ # (1)
- name: "Dan Slinky's portfolio website" # (2)
  url: https://rtfm.danslinky.co.uk/
  string: "Hergersheimer" # (3)
regions:
- london
- paris
tags: # (4)
- production
contacts:
- name: sysadmins
  email:
  - [email protected]
  1. Required
  2. Optional, uses url
  3. Optional, uses ""
  4. Tags are used to gather tests on the public reporting page.