Skip to content

orbs-network/orbs-node-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orbs Node Monitoring Tool - v0.1.0

Dashboard for monitoring node health. Monitors 20 metrics every 60 seconds.

Currently a PROOF OF CONCEPT: Further developments to be made.

Setup

Pre-requisites

Installation

  1. Download or clone the repository.
  2. In the project directory, run yarn install. This installs the dependencies needed to run the project.
  3. In src/node.json, replace "YOUR_ORGANIZATION", "YOUR_NODE_IP", and "YOUR_NODE_ADDRESS" with your organization name, node IP, and node address respectively
  4. To start the development server, run yarn start run.
  5. The dashboard will be hosted on http://localhost:3000.