Dashboard for monitoring node health. Monitors 20 metrics every 60 seconds.
Currently a PROOF OF CONCEPT: Further developments to be made.
- Download or clone the repository.
- In the project directory, run
yarn install. This installs the dependencies needed to run the project. - In
src/node.json, replace"YOUR_ORGANIZATION","YOUR_NODE_IP", and"YOUR_NODE_ADDRESS"with your organization name, node IP, and node address respectively - To start the development server, run
yarn start run. - The dashboard will be hosted on http://localhost:3000.