Skip to content

filecoin-box/robin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robin

Robin is the monitoring and alarm of win block and loss block. It now supports sending messages to slack.

build

start

robin -h
NAME:
   robin - mining monitoring and alarm

USAGE:
   robin [global options] command [command options] [arguments...]

VERSION:
   v0.1

COMMANDS:
   run      start robin
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help (default: false)
   --version, -v  print the version (default: false)
  • vim robin/conf/robin.yaml

    notify:
      platform: slack
      webhook: https://hooks.slack.com/services/xxx
    
    monitor:
      fullnode_api_info: xxx
      minerId: f011111,f022222
    
    • notify:
      • support lark and slack platform
      • use webhook to notify
    • monitor:
      • fullnode_api_info: ps: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJBbGxvdyI6WyJyZWFkIiwid3JpdGUiLCJzaWduIiwiYWRtaW4iXX0.oeId55L_CiYhca8rSA7xKm6qyMquIGMAR5q_g-lgdFF:/ip4/127.0.0.1/tcp/1234/http
      • minerId: If there are multiple miners to monitor, separate them with commas
  • run

    • After filling in robin.yaml, you can start robin.
    • support to change robin.yaml in runtime.
      • Increase or decrease monitoring of miners
      • change daemon

About

Filecoin mining monitoring and alarm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published