StatusCake¶
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¶
- API documentation at developers.statuscake.com
- API key at app.statuscake.com/User.php
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]
- Required
- Optional, uses
url
- Optional, uses
""
- Tags are used to gather tests on the public reporting page.