An open API service indexing awesome lists of open source software.

https://github.com/streamr-dev/network-healthcheck

Sends resend queries to production broker and sends alerts to slack for failed queries
https://github.com/streamr-dev/network-healthcheck

Last synced: about 2 months ago
JSON representation

Sends resend queries to production broker and sends alerts to slack for failed queries

Awesome Lists containing this project

README

          

# Network healthcheck

When running health checks the --slackBotToken must be specified. The token is the OAuth token for the Slack App that is used for notifications.slackBotToken

Running in pm2:

resends:

``` pm2 start src/realtime-healthcheck.js -- --slackBotToken 'TOKEN_HERE' ```

real-time:

``` pm2 start src/resend-healthcheck.js -- --slackBotToken 'TOKEN_HERE' ```