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
- Host: GitHub
- URL: https://github.com/streamr-dev/network-healthcheck
- Owner: streamr-dev
- Created: 2021-02-16T12:16:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T10:46:28.000Z (over 1 year ago)
- Last Synced: 2025-03-16T03:45:44.508Z (12 months ago)
- Language: JavaScript
- Size: 543 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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' ```