Skip to content

ciphergoon/nodemonitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node monitor

This is a little tool to keep track on a set of nodes, and see if they keep in step or if they go out of consensus.

Usage

  1. Copy the config.example.toml into a config.toml file and fill in the required information
  2. with Docker: docker run -d --name nodemonitor -p 8080:8080 -v <path-to-config.toml>/config.toml:/config.toml holiman/nodemonitor:latest /config.toml
  3. Access the webpage by navigating to http://localhost:8080

Dashboard

It shows a neat little dashboard, where 'interesting' points of differing opinions are shown:

nodemon

Metrics

It also has support for pushing metrics to influxdb, so you can get nice charts and alerts from all/any node which supports basic set of standard rpc methods.

About

A little node monitoring utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 67.9%
  • JavaScript 19.1%
  • HTML 12.0%
  • Dockerfile 1.0%