delilah
⚠️ statuspage.io now supports Slack, so this is pretty much useless.
A web service to post statuspage.io updates to Slack.
🔥 Service update:github
changed its status from operational to major outage
✔️ Service update:github
changed its status from major outage to operational
Deploying to Heroku
You'll have to add a SLACK_URL
environment variable with a Slack webhook URL.
Then, for each service you want to subscribe to, add a SERVICE_TOKEN_<service name>
environment variable with a random token that will be used to authenticate requests to delilah.
Example with GitHub
- Add your
SLACK_URL
to the environment variables - Add a
SERVICE_TOKEN_GITHUB
environment variable with a random token - Deploy the app
- Go to https://www.githubstatus.com/
- Click "Subscribe" and select the
<>
tab - Fill in the URL. It should look something like this:
https://your-heroku-app.com/status/github?token=<your random token>
- Add your email, click "Subscribe to notifications"
- You're done!