Skip to content

Simple shell script for monitoring Cosmos-SDK based networks validators.

Notifications You must be signed in to change notification settings

rewseRE/cosmos-validator-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple shell script for monitoring Cosmos-SDK based networks validators.

This shell script checks 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 config file and run script.

# Node name, e.g. "Cosmos"
NODE_NAME=""
# Your node RPC address, e.g. "http://127.0.0.1:26657"
NODE_RPC=""
# Trusted node RPC address, e.g. "https://rpc.cosmos.network:26657"
SIDE_RPC=""
# Telegram bot API
TG_BOT=""
# Telegram chat ID
TG_ID=""

About

Simple shell script for monitoring Cosmos-SDK based networks validators.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages