Open
Description
Unfortunately the Slack invite link on https://firecracker-microvm.github.io/ is no longer valid and needs to be replaced:
firecracker-microvm.github.io/index.html
Line 134 in 8dbc9c7
Fwiw, if you want to get alerted once a link expires you can set up a health check via
curl -sLH 'user-agent: Chrome/999' 'the-invite-url' | grep -o 'isSharedInviteError":false'
The health check fails if the command returns an empty string (also, the user agent is important). I would recommend to set up a redirect rule from a static URL so that you can update the link without having to change the website or any monitors.
Metadata
Metadata
Assignees
Labels
No labels