The Node.js-based network and local node health monitor for DogeCash (DOGEC)
git clone https://github.com/dogecash/Node-Monitor
- cd
Node-Monitor
npm i express bitcoin-rpc-promise
nano index.js
(Edit local variables to suit your node RPC installation)
After installing, start the health monitoring server using:
node index
And visit:
localhost:3000/health
In your internal browser, to view your node health statuses.
To view the health or pull it's stats remotely, simply replace localhost
with the public IP of the server, and make sure your firewalls and iptable allows for external HTTP connections to port 3000 (Default port).