You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a service called Uptime Robot that sends periodic requests to backend services to check if they're working. If they're not, it can send a message to a Slack webhook. The free tier lets you ping the server every five minutes, and you can monitor up to 50 apps. Here's their site. https://uptimerobot.com/. They have a nice dashboard, and I've generally found it very easy to use.
In order to hook this up to Slack, we need to create a Slack app with an incoming webhook. This request has been sent to the ops team. (hackforla/ops#1)
The text was updated successfully, but these errors were encountered:
Description
We should be notified in slack when something important happens on the server, like a crash or critical error.
Action Items
Resources
https://devcenter.heroku.com/articles/app-webhooks
https://api.slack.com/messaging/webhooks
Update
I found a service called Uptime Robot that sends periodic requests to backend services to check if they're working. If they're not, it can send a message to a Slack webhook. The free tier lets you ping the server every five minutes, and you can monitor up to 50 apps. Here's their site.
https://uptimerobot.com/. They have a nice dashboard, and I've generally found it very easy to use.
In order to hook this up to Slack, we need to create a Slack app with an incoming webhook. This request has been sent to the ops team. (hackforla/ops#1)
The text was updated successfully, but these errors were encountered: