- Notifications
You must be signed in to change notification settings - Fork20
Open
Description
Unfortunately the Slack invite link onhttps://firecracker-microvm.github.io/ is no longer valid and needs to be replaced:
firecracker-microvm.github.io/index.html
Line 134 in8dbc9c7
| href="https://join.slack.com/t/firecracker-microvm/shared_invite/zt-1zlb87h4z-NED1rBhVqOQ1ygBgT76wlg" |
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