forked from lephleg/nano-node-docker
-
Notifications
You must be signed in to change notification settings - Fork 4
Node Watchdog
amamel edited this page Sep 29, 2021
·
1 revision
The latest versions of the stack also includes a node watcher as a separate service.
The banano-node-watchdog container will perform a basic node health-check every hour (starting from the time it was first initialized). The check results are based:
- on node's RPC responsiveness
- on node's last voting activity
If the node found to be stuck, an automatic restart will be triggered for the banano-node container, along with another health check after a minute to ensure its uptime.
The checking code has been adapted from dbachm123's nanoNodeScripts.