slack-reporter

A system to report the important bits of deployed services to Slack

Usage no npm install needed!

<script type="module">
  import slackReporter from 'https://cdn.skypack.dev/slack-reporter';
</script>

README

Slack Reporter

NOTE: This system is currently unimplemented. I will be working on it soon, however it is not a top priority for me right now. Contact me if this interests you.

This will be a simple system for keeping track on important bits of deployed services via Slack. It will do this by sending messages via webhooks. If you want to do more advanced handling (e.g. keeping track of who's looking after a particular problem; allowing users to ask for logs; etc.), you can simply set up your bot to receive these messages and set the webhook to one monitored by your bot.

This service will alert you to the following things (configurable):

  • Internal errors
  • Service crash
  • Low performance
  • Possibly other things