Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 421 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 421 Bytes

tomochain-node-healthcheck

check if tomochain node is slow

Install

Required: NodeJS 10

npm i

Usage

  • Update configuration
cp .env.sample .env
# edit .env
  • setup cronjob to run this command on the server which is running masternode/fullnode
node index.js
  • Example alert:

image