https://github.com/wavesplatform/nodemon
Waves nodes monitoring service
https://github.com/wavesplatform/nodemon
Last synced: 10 months ago
JSON representation
Waves nodes monitoring service
- Host: GitHub
- URL: https://github.com/wavesplatform/nodemon
- Owner: wavesplatform
- License: mit
- Created: 2022-02-04T07:07:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T08:09:26.000Z (over 1 year ago)
- Last Synced: 2024-10-20T00:47:30.645Z (over 1 year ago)
- Language: Go
- Size: 706 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🔷 📊 Waves Nodes Monitoring
## Description
Incident reports, nodes' status, fork detection and many other features are available. Discord and Telegram bots are
supported.
* [Main monitoring service](./cmd/nodemon/README.md)
* [Telegram bot](./cmd/bots/telegram/README.md)
* [Discord bot](./cmd/bots/discord/README.md)
## Available bots commands
`/status` command shows the current state and heights of monitored nodes.
`/add ` adds a new node to the list of those which are monitored
`/remove ` removes a node from the list
`/pool` sends the list of monitored nodes
`/subscribe` makes a bot subscribe to specific alerts and notify users about them
`/unsubscribe` removes an alert from the list of alerts to be sent
`/mute` to stop monitoring
`/start` to start monitoring
## Alerts
All monitored nodes are being polled constantly. Thus, it is possible to be notified of any accident.
Main alerts:
- `Height alert` is sent if the current height of one (or more) of the nodes is noticeably lower than other's
- `State Hash alerts` is sent if one (or more) of the nodes handled a transaction differently
- `Unreachable alert` is sent if one (or more) of the nodes are unavailable due to network disconnection or an internal
error
Telegram bot, Discord bot and Monitoring services are different services, however the bots depend on the information
which Monitoring service provides