Skip to content

rewseRE/juno-validator-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple shell script for monitoring Juno validators.

This shell script checks Juno validator node health, voting power, validator position and sent warnings to Telegram chat if the node is unsynced or something changed.

Requirements

bash, curl, jq

Installation

Set the variables in file monitor.sh and run script.

# Your node RPC address, e.g. "http://127.0.0.1:26657"
NODE_RPC=""
# Telegram bot API
TG_BOT=""
# Telegram chat ID
TG_ID=""

About

Simple shell script for monitoring Juno validators.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages